Skip to main content
summaryrefslogtreecommitdiffstats
blob: f310079407187873f1f01c69e1d17b269359e137 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
	<classpathentry kind="src" path="common"/>
	<classpathentry kind="src" path="gtk">
	    <attributes>
			<attribute value="org.eclipse.swt.opengl.gtk/os/linux/x86" name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
	<classpathentry kind="src" path="/org.eclipse.swt"/>
	<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top