Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 27f8a8575039e6e5b06805404affb0753b66a184 (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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    <classpathentry kind="src" path="Eclipse SWT/win32"/>
    <classpathentry kind="src" path="Eclipse SWT/common"/>
    <classpathentry kind="src" path="Eclipse SWT/common_j2se"/>
    <classpathentry kind="src" path="Eclipse SWT PI/win32"/>
    <classpathentry kind="src" path="Eclipse SWT PI/common_j2se"/>
    <classpathentry kind="src" path="Eclipse SWT OLE Win32/win32"/>
    <classpathentry kind="src" path="Eclipse SWT Accessibility/win32"/>
    <classpathentry kind="src" path="Eclipse SWT Accessibility/common"/>
    <classpathentry kind="src" path="Eclipse SWT AWT/win32"/>
    <classpathentry kind="src" path="Eclipse SWT AWT/common"/>
    <classpathentry kind="src" path="Eclipse SWT Drag and Drop/win32"/>
    <classpathentry kind="src" path="Eclipse SWT Drag and Drop/common"/>
    <classpathentry kind="src" path="Eclipse SWT Printing/win32"/>
    <classpathentry kind="src" path="Eclipse SWT Printing/common"/>
    <classpathentry kind="src" path="Eclipse SWT Program/win32"/>
    <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/win32"/>
    <classpathentry kind="src" path="Eclipse SWT Mozilla/common"/>
    <classpathentry kind="output" path="bin"/>
</classpath>

Back to the top