diff options
author | Andy Clement <aclement@pivotal.io> | 2016-07-23 16:58:38 -0700 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2016-07-23 16:58:38 -0700 |
commit | 07401bdd42d60e90ded263273ea856685fc9f4cf (patch) | |
tree | dbc0979ac592fd43db1804c1ef0f3de9788f5a28 /weaver | |
parent | 285390b07b96b297ebe9f337e58dc2eb854b4a7b (diff) | |
download | aspectj-07401bdd42d60e90ded263273ea856685fc9f4cf.tar.gz aspectj-07401bdd42d60e90ded263273ea856685fc9f4cf.zip |
add asm v6 for stackmap creation on Java 9
Diffstat (limited to 'weaver')
-rw-r--r-- | weaver/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weaver/.classpath b/weaver/.classpath index 1930f369b..86594b1f6 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-5.0.1.renamed.jar"/> + <classpathentry kind="lib" path="/lib/asm/asm-6.0_ALPHA.renamed.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |