Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 88983197adadda5fd46f59c92ae97bf8a02280d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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.core.variables"/>
	<classpathentry kind="src" path="/org.eclipse.ui"/>
	<classpathentry kind="src" path="/org.eclipse.ui.console"/>
	<classpathentry kind="src" path="/org.eclipse.help"/>
	<classpathentry kind="src" path="/org.eclipse.debug.core"/>
	<classpathentry kind="src" path="/org.eclipse.jface.text"/>
	<classpathentry kind="src" path="/org.eclipse.ui.workbench.texteditor"/>
	<classpathentry kind="src" path="/org.eclipse.ui.ide"/>
	<classpathentry kind="src" path="/org.eclipse.ui.editors"/>
	<classpathentry kind="src" path="/org.eclipse.core.boot"/>
	<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top