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

Back to the top