Skip to main content
summaryrefslogtreecommitdiffstats
blob: 48fef2d09954430fdf0ff7987175147cf15605a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="var" path="JRE_LIB"/>
    <classpathentry kind="src" path="Eclipse SWT/gtk"/>
    <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/gtk"/>
    <classpathentry kind="src" path="Eclipse SWT Printing/common"/>
    <classpathentry kind="src" path="Eclipse SWT Program/gtk"/>
    <classpathentry kind="src" path="Eclipse SWT Program/common"/>
    <classpathentry kind="src" path="Eclipse SWT Drag and Drop/gtk"/>
    <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/gtk"/>
    <classpathentry kind="src" path="Eclipse SWT PI/common_j2me"/>
    <classpathentry kind="output" path="bin"/>
</classpath>

Back to the top