Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5e737b490ef023a663c49b9b8d147e274e6c35da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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/J2SE-1.5"/>
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
	<classpathentry kind="src" path="osgi/src"/>
	<classpathentry kind="src" path="supplement/src"/>
	<classpathentry kind="src" path="core/adaptor"/>
	<classpathentry kind="src" path="core/framework"/>
	<classpathentry kind="src" path="core/composite"/>
	<classpathentry kind="src" path="resolver/src"/>
	<classpathentry kind="src" path="defaultAdaptor/src"/>
	<classpathentry kind="src" path="eclipseAdaptor/src"/>
	<classpathentry kind="src" path="security/src"/>
	<classpathentry kind="src" path="console/src"/>
	<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top