diff options
-rw-r--r-- | weaver/.classpath | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weaver/.classpath b/weaver/.classpath index e2c9e2a78..ab0c856c4 100644 --- a/weaver/.classpath +++ b/weaver/.classpath @@ -4,12 +4,13 @@ <classpathentry kind="src" path="testsrc"/> <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/> <classpathentry kind="src" path="/runtime"/> - <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/> <classpathentry sourcepath="/lib/junit/src.jar" kind="lib" path="/lib/junit/junit.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/asm/asm-aj.jar"/> + <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |