blob: f1022a48286e4dc037c07368e4d35901788bdaad (
plain)
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="src" path="src"/>
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
<classpathentry kind="src" path="/org.eclipse.jdt.core"/>
<classpathentry kind="src" path="/bridge"/>
<classpathentry kind="src" path="/weaver"/>
<classpathentry kind="src" path="/asm"/>
<classpathentry kind="src" path="/util"/>
<classpathentry kind="src" path="/runtime"/>
<classpathentry kind="src" path="testsrc"/>
<classpathentry kind="lib" path="/lib/bcel/bcel.jar"
rootpath="bcel-5.0/src/java" sourcepath="/lib/bcel/bcel-src.zip"/>
<classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/>
<classpathentry kind="lib" path="/lib/eclipse2.0/jdtDepends.jar" sourcepath="/lib/eclipse2.0/jdtDependsSrc.zip"/>
<classpathentry kind="src" path="/testing-util"/>
<classpathentry kind="output" path="bin"/>
</classpath>
|