Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 01c312f45a014b54e04192576527be0657ecb04f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="base"/>
	<classpathentry kind="src" path="cheatsheet"/>
	<classpathentry kind="src" path="intro"/>
	<classpathentry kind="src" path="help"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
	<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top