Skip to main content
summaryrefslogtreecommitdiffstats
blob: 478159eed25d429f61d86f50cc8c68cb88065a25 (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="win32">
	    <attributes>
			<attribute value="org.eclipse.swt.opengl.win32/os/win32/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