blob: 48efada18579de02f6378c37faf7df15ac3d4824 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="testsrc"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="/ajbrowser"/>
<classpathentry kind="src" path="/ajde"/>
<classpathentry kind="src" path="/asm"/>
<classpathentry kind="src" path="/bridge"/>
<classpathentry kind="src" path="/build"/>
<classpathentry kind="src" path="/org.aspectj.ajdt.core"/>
<classpathentry kind="src" path="/org.eclipse.jdt.core"/>
<classpathentry kind="src" path="/runtime"/>
<classpathentry kind="src" path="/taskdefs"/>
<classpathentry kind="src" path="/testing"/>
<classpathentry kind="src" path="/testing-client"/>
<classpathentry kind="src" path="/testing-drivers"/>
<classpathentry kind="src" path="/testing-util"/>
<classpathentry kind="src" path="/util"/>
<classpathentry kind="src" path="/weaver"/>
<classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/>
<classpathentry kind="src" path="/tests"/>
<classpathentry combineaccessrules="false" kind="src" path="/aspectj5rt"/>
<classpathentry combineaccessrules="false" kind="src" path="/ajdoc"/>
<classpathentry combineaccessrules="false" kind="src" path="/loadtime"/>
<classpathentry combineaccessrules="false" kind="src" path="/loadtime5"/>
<classpathentry combineaccessrules="false" kind="src" path="/weaver5"/>
<classpathentry combineaccessrules="false" kind="src" path="/ajde.core"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.aspectj.matcher"/>
<classpathentry kind="output" path="bin"/>
</classpath>
|