Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 75b5fe1e196a0616a11eef266c71412776d1139d (plain) (blame)
1
2
3
4
5
6
7
8
9
<?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="motif"/>
	<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