Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2b1984c63d3c162c7b0e3a17d5e8ff7a845cb93b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?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.5"/>
	<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.mylyn.tasks.core"/>
	<classpathentry kind="lib" path="lib/org.eclipse.equinox.common_3.4.0.v20070910.jar"/>
	<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.mylyn.commons.net"/>
	<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.mylyn.bugzilla.core"/>
	<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top