diff options
author | Andy Clement <aclement@pivotal.io> | 2018-10-16 08:23:04 -0700 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2018-10-16 08:23:04 -0700 |
commit | c0c675321782f88aee7828c40ec0776bcb30e527 (patch) | |
tree | d8108f25e67f1ff74ede97ec5dc072797f7ea905 | |
parent | 2bcf229024608c411d8effa248e63c8742b35508 (diff) | |
download | aspectj-c0c675321782f88aee7828c40ec0776bcb30e527.tar.gz aspectj-c0c675321782f88aee7828c40ec0776bcb30e527.zip |
Add missing .classpath changeV1_9_2RC3
-rw-r--r-- | weaver/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weaver/.classpath b/weaver/.classpath index dd355f8e5..f57afd876 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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> <classpathentry combineaccessrules="false" kind="src" path="/org.aspectj.matcher"/> - <classpathentry kind="lib" path="/lib/asm/asm-6.1.1.renamed.jar"/> + <classpathentry kind="lib" path="/lib/asm/asm-7.0-beta.renamed.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |