Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f55c0d5bfc405160899e2700c2882c5bf39eded3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="ui/"/>
	<classpathentry kind="src" path="/org.eclipse.core.resources"/>
	<classpathentry kind="src" path="/org.eclipse.ui"/>
	<classpathentry kind="src" path="/org.eclipse.debug.core"/>
	<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
	<classpathentry kind="src" path="/org.eclipse.core.boot"/>
	<classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
	<classpathentry kind="src" path="/org.eclipse.help"/>
	<classpathentry kind="src" path="/org.eclipse.ui.console"/>
	<classpathentry kind="src" path="/org.eclipse.core.variables"/>
	<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top