Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1456f42acbb9185a8556eb45ff1508eda6064329 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="src" path="Eclipse Debug Core"/>
    <classpathentry kind="var" path="JRE_LIB" rootpath="src" sourcepath="JRE_SRC"/>
    <classpathentry kind="var" path="plugins/org.apache.xerces/xerces.jar"/>
    <classpathentry kind="var" path="plugins/org.eclipse.core.resources/resources.jar"/>
    <classpathentry kind="var"
        path="plugins/org.eclipse.core.runtime/runtime.jar" sourcepath="plugins/org.eclipse.core.runtime/runtimesrc.zip"/>
    <classpathentry kind="output" path="bin"/>
</classpath>

Back to the top