- Split the AspectJ testcode out of the general testdata project. - Adjusted tests to handle that JDT produces different code to AspectJ. - Modified some tests to work better with javac compiled testdata (which is what happens when building on the command line or build machine)
10 lines
454 B
XML
10 lines
454 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src/main/java"/>
|
|
<classpathentry kind="lib" path="/springloaded/lib/asm-3.2.jar"/>
|
|
<classpathentry kind="lib" path="/springloaded/lib/asm-tree-3.2.jar"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="con" path="org.eclipse.ajdt.core.ASPECTJRT_CONTAINER"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|