Skip to main content
summaryrefslogtreecommitdiffstats
blob: 729e01eaf25753637d69a5c811e986fd816fd05c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="lib" path="C:/eclipse/jre/lib/rt.jar"/>
    <classpathentry kind="src" path="Eclipse Debug UI"/>
    <classpathentry kind="lib" path="C:/eclipse/plugins/org.apache.xerces/xerces.jar"/>
    <classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.core.resources/resources.jar"/>
    <classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.core.runtime/runtime.jar"/>
    <classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.ui/workbench.jar"/>
    <classpathentry kind="src" path="/org.eclipse.debug.core"/>
    <classpathentry kind="lib"
        path="C:/eclipse/plugins/org.eclipse.swt/swt.jar" rootpath="" sourcepath="C:/eclipse/plugins/org.eclipse.swt/swtsrc.zip"/>
    <classpathentry kind="output" path="bin"/>
</classpath>

Back to the top