summaryrefslogtreecommitdiffstats
path: root/weaver/.classpath
blob: 7792b8d4a4e7b764ea3391c0d7b305a2110803d2 (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="src" path="testsrc"/>
	<classpathentry kind="src" path="/runtime"/>
	<classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/src.jar"/>
	<classpathentry kind="src" path="/util"/>
	<classpathentry kind="src" path="/testing-util"/>
	<classpathentry kind="src" path="/bridge"/>
	<classpathentry kind="src" path="/asm"/>
	<classpathentry combineaccessrules="false" kind="src" path="/aspectj5rt"/>
	<classpathentry kind="lib" path="/lib/commons/commons.jar" sourcepath="/lib/commons/commons-src.zip"/>
	<classpathentry kind="lib" path="/lib/bcel/bcel.jar" sourcepath="/lib/bcel/bcel-src.zip"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry combineaccessrules="false" kind="src" path="/org.aspectj.matcher"/>
	<classpathentry kind="lib" path="/lib/asm/asm-5.0.4.renamed.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>