Skip to main content
summaryrefslogtreecommitdiffstats
blob: c01e5405b5c4e56a6e953a8b0d3c27dba86dca70 (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="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"
        rootpath="" sourcepath="C:/eclipse/plugins/org.eclipse.ui/workbenchsrc.zip"/>
    <classpathentry kind="src" path="/org.eclipse.debug.core"/>
    <classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.swt/swt0108.jar"/>
    <classpathentry kind="output" path="bin"/>
</classpath>

Back to the top