summaryrefslogtreecommitdiffstats
path: root/.classpath
blob: 75589e24b1990f40c166d0b59bf9a0e7adcda0e1 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="src" path="src/testcases"/>
    <classpathentry kind="src" path="src/java"/>
    <classpathentry kind="src" path="src/examples/src"/>
    <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
    <classpathentry kind="lib" path="tools/cents/junit.cent/lib/junit-3.7.jar"/>
    <classpathentry kind="lib" path="lib/core/commons-logging-1.0.jar"/>
    <classpathentry kind="output" path="build"/>
</classpath>