diff options
author | Andy Clement <aclement@gopivotal.com> | 2015-03-04 16:05:27 -0800 |
---|---|---|
committer | Andy Clement <aclement@gopivotal.com> | 2015-03-04 16:05:27 -0800 |
commit | c4d7b61ef3f9e5b54f3216b049a106f2523a60a4 (patch) | |
tree | c1602049db800a33b25ac873bd04c3c0a6383ea8 /weaver/.classpath | |
parent | 3869f363bc6e473f4063faf2c296825283a21f1a (diff) | |
download | aspectj-c4d7b61ef3f9e5b54f3216b049a106f2523a60a4.tar.gz aspectj-c4d7b61ef3f9e5b54f3216b049a106f2523a60a4.zip |
very early java9 support - can resolve classes in jimages
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 179779f13..1930f369b 100644 --- a/weaver/.classpath +++ b/weaver/.classpath @@ -11,7 +11,7 @@ <classpathentry combineaccessrules="false" kind="src" path="/aspectj5rt"/> <classpathentry kind="lib" path="/lib/commons/commons.jar" sourcepath="/lib/commons/commons-src.zip"/> <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 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="output" path="bin"/> |