Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9d3b3cc7a878a97b664794ee9ef24a61de7bf9bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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/bidi"/>
    <classpathentry kind="src" path="Eclipse SWT/emulated/coolbar"/>
    <classpathentry kind="src" path="Eclipse SWT/common"/>
    <classpathentry kind="src" path="Eclipse SWT/common_j2se"/>
    <classpathentry kind="src" path="Eclipse SWT PI/gtk"/>
    <classpathentry kind="src" path="Eclipse SWT PI/common_j2se"/>
    <classpathentry kind="src" path="Eclipse SWT Accessibility/gtk"/>
    <classpathentry kind="src" path="Eclipse SWT Accessibility/common"/>
    <classpathentry kind="src" path="Eclipse SWT AWT/emulated"/>
    <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 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 Custom Widgets/common"/>
    <classpathentry kind="src" path="Eclipse SWT Browser/common"/>
    <classpathentry kind="src" path="Eclipse SWT Browser/mozilla"/>
    <classpathentry kind="src" path="Eclipse SWT Mozilla/gtk"/>
    <classpathentry kind="src" path="Eclipse SWT Mozilla/common"/>
    <classpathentry kind="output" path="bin"/>
</classpath>

Back to the top