diff options
Diffstat (limited to 'weaver/.classpath')
-rw-r--r-- | weaver/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weaver/.classpath b/weaver/.classpath index aeb0703e6..31c1c7af2 100644 --- a/weaver/.classpath +++ b/weaver/.classpath @@ -13,6 +13,6 @@ <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-4.0.renamed.jar"/> + <classpathentry kind="lib" path="/lib/asm/asm-5.0_ALPHA.renamed.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |