Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 854e6df12f4c88731c5c2c4ad5cbee15275daf24 (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="src" path="src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
	<classpathentry kind="src" output="bundle_tests/metatype/tb1" path="bundles_src/metatype/tb1"/>
	<classpathentry kind="src" output="bundle_tests/metatype/tb2" path="bundles_src/metatype/tb2"/>
	<classpathentry kind="src" output="bundle_tests/metatype/tb3" path="bundles_src/metatype/tb3"/>
	<classpathentry kind="src" output="bundle_tests/metatype/tb4" path="bundles_src/metatype/tb4"/>
	<classpathentry kind="src" output="bundle_tests/metatype/tb5" path="bundles_src/metatype/tb5"/>
	<classpathentry kind="src" output="bundle_tests/metatype/tb6" path="bundles_src/metatype/tb6"/>
	<classpathentry kind="src" output="bundle_tests/metatype/tb7" path="bundles_src/metatype/tb7"/>
	<classpathentry kind="src" output="bundle_tests/metatype/tb8" path="bundles_src/metatype/tb8"/>
	<classpathentry kind="src" output="bundle_tests/metatype/extendable.tb1" path="bundles_src/metatype/extendable.tb1"/>
	<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top