Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 147634528e8e801b6aa6809382ada1bb825c7055 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="var" path="JRE_LIB"/>
    <classpathentry kind="src" path="Eclipse SWT/motif"/>
    <classpathentry kind="src" path="Eclipse SWT/emulated"/>
    <classpathentry kind="src" path="Eclipse SWT/common"/>
    <classpathentry kind="src" path="Eclipse SWT/common_j2me"/>
    <classpathentry kind="src" path="Eclipse SWT Printing/motif"/>
    <classpathentry kind="src" path="Eclipse SWT Printing/common"/>
    <classpathentry kind="src" path="Eclipse SWT Program/motif"/>
    <classpathentry kind="src" path="Eclipse SWT Program/common"/>
    <classpathentry kind="src" path="Eclipse SWT Drag and Drop/motif"/>
    <classpathentry kind="src" path="Eclipse SWT Drag and Drop/common"/>
    <classpathentry kind="src" path="Eclipse SWT Custom Widgets/common"/>
    <classpathentry kind="src" path="Eclipse SWT PI/motif"/>
    <classpathentry kind="src" path="Eclipse SWT PI/common_j2me"/>
    <classpathentry kind="src" path="Eclipse SWT Accessibility/emulated"/>
    <classpathentry kind="src" path="Eclipse SWT Accessibility/common"/>
    <classpathentry kind="output" path="bin"/>
</classpath>

Back to the top