Skip to main content
summaryrefslogtreecommitdiffstats
blob: 50bca17e60eebcb5e1ea4a94719e0a3e191e004d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="lib"
        path="/org.eclipse.core.resources/resources.jar" sourcepath="/org.eclipse.core.resources/resourcessrc.zip"/>
    <classpathentry kind="lib" path="/org.apache.xerces/xerces.jar"/>
    <classpathentry kind="lib"
        path="/org.eclipse.core.runtime/runtime.jar" sourcepath="/org.eclipse.core.runtime/runtimesrc.zip"/>
    <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
    <classpathentry kind="src" path="Eclipse Java Ant Compiler"/>
    <classpathentry kind="src" path="Eclipse Java Batch Compiler"/>
    <classpathentry kind="src" path="Eclipse Java Code Assist"/>
    <classpathentry kind="src" path="Eclipse Java Compiler"/>
    <classpathentry kind="src" path="Eclipse Java Core Search"/>
    <classpathentry kind="src" path="Eclipse Java Evaluation"/>
    <classpathentry kind="src" path="Eclipse Java Model"/>
    <classpathentry kind="src" path="Eclipse Java Formatter"/>
    <classpathentry kind="output" path="bin"/>
</classpath>

Back to the top