Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 002c75f81b2b816065605fe9fc930cb7c1769302 (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
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
	<classpathentry kind="src" path="Eclipse SWT/gtk"/>
	<classpathentry kind="src" path="Eclipse SWT/cairo"/>
	<classpathentry kind="src" path="Eclipse SWT/emulated/bidi"/>
	<classpathentry kind="src" path="Eclipse SWT/emulated/coolbar"/>
    <classpathentry kind="src" path="Eclipse SWT/emulated/taskbar"/>
	<classpathentry kind="src" path="Eclipse SWT/common"/>
	<classpathentry kind="src" path="Eclipse SWT PI/gtk">
		<attributes>
			<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="org.eclipse.swt.gtk.win32.x86_64"/>
			<!-- ALTERNATIVE: attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="org.eclipse.swt.gtk.${env_var:osgi.os}.x86_64"/> -->
		</attributes>
	</classpathentry>
	<classpathentry kind="src" path="Eclipse SWT PI/cairo"/>
	<classpathentry kind="src" path="Eclipse SWT PI/common"/>
	<classpathentry kind="src" path="Eclipse SWT Accessibility/gtk"/>
	<classpathentry kind="src" path="Eclipse SWT Accessibility/common"/>
	<classpathentry kind="src" path="Eclipse SWT AWT/gtk"/>
	<classpathentry kind="src" path="Eclipse SWT AWT/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 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/gtk"/>
	<classpathentry kind="src" path="Eclipse SWT OpenGL/gtk"/>
	<classpathentry kind="src" path="Eclipse SWT OpenGL/glx"/> <!-- TODO [win32] not available; OpenGL/gtk depends -->
	<classpathentry kind="src" path="Eclipse SWT OpenGL/common"/>
	<classpathentry kind="src" path="Eclipse SWT WebKit/gtk"/> <!-- TODO [win32] not available; browser common depends -->
	<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top