summaryrefslogtreecommitdiffstats
path: root/testing/.classpath
blob: 4d82f83dcfbca3ff18219f444e9bba4914e5ed50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="src" path="src"/>
    <classpathentry kind="src" path="testsrc"/>
    <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
    <classpathentry kind="lib" path="/lib/ant/lib/ant.jar" sourcepath="/lib/ant/ant-src.zip"/>
    <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/>
    <classpathentry kind="lib" path="/lib/jdiff/jdiff.jar"/>
    <classpathentry kind="lib" path="/lib/regexp/jakarta-regexp-1.2.jar"/>
    <classpathentry kind="src" path="/bridge"/>
    <classpathentry kind="src" path="/util"/>
    <classpathentry kind="src" path="/testing-client"/>
    <classpathentry kind="lib" path="/lib/ant/lib/xercesImpl.jar"/>
    <classpathentry kind="lib" path="/lib/ant/lib/xml-apis.jar"/>
    <classpathentry kind="lib" path="/lib/commons/commons.jar" sourcepath="/lib/commons/commons-src.zip"/>
    <classpathentry kind="src" path="/testing-util"/>
    <classpathentry kind="src" path="/ajde"/>
    <classpathentry kind="src" path="/asm"/>
    <classpathentry kind="src" path="/taskdefs"/>
    <classpathentry kind="output" path="bin"/>
</classpath>