summaryrefslogtreecommitdiffstats
path: root/tests/.classpath
blob: 184583ad91974b7e86d4ab567e1eea23ca781964 (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="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
	<classpathentry kind="src" path="/testing-drivers"/>
	<classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/>
	<classpathentry kind="src" path="/testing"/>
	<classpathentry kind="src" path="/org.aspectj.ajdt.core"/>
	<classpathentry kind="src" path="/util"/>
	<classpathentry kind="src" path="/bridge"/>
	<classpathentry kind="src" path="/ajde.core"/>
	<classpathentry kind="src" path="/asm"/>
	<classpathentry kind="lib" path="/lib/bcel/bcel.jar" sourcepath="/lib/bcel/bcel-src.zip"/>
	<classpathentry kind="lib" path="/lib/ant/lib/ant-launcher.jar"/>
	<classpathentry kind="src" path="testsrc"/>
	<classpathentry kind="var" path="JAVA_HOME/lib/tools.jar"/>
	<classpathentry combineaccessrules="false" kind="src" path="/weaver"/>
	<classpathentry combineaccessrules="false" kind="src" path="/testing-util"/>
	<classpathentry kind="lib" path="/lib/bcel/bcel-verifier.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>