diff options
author | aclement <aclement> | 2008-10-20 23:34:48 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-10-20 23:34:48 +0000 |
commit | 97a76188be33fba8b7b2502baa7538f63ec460b1 (patch) | |
tree | 940473b1b699a9a36a0adfa77d7b6f6919d602aa | |
parent | 77a2ad53f201fe3947b94edd6c7b8d4d2a5ed88a (diff) | |
download | aspectj-97a76188be33fba8b7b2502baa7538f63ec460b1.tar.gz aspectj-97a76188be33fba8b7b2502baa7538f63ec460b1.zip |
246125: removed last Asm dependency from org.aspectj.weaver (world model ref). Removed bcelobjecttype dependency in ReferenceType.
-rw-r--r-- | tests/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.classpath b/tests/.classpath index 958c2fdb2..864376023 100644 --- a/tests/.classpath +++ b/tests/.classpath @@ -16,5 +16,6 @@ <classpathentry combineaccessrules="false" kind="src" path="/testing-util"/> <classpathentry kind="lib" path="/lib/bcel/bcel-verifier.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry combineaccessrules="false" kind="src" path="/org.aspectj.matcher"/> <classpathentry kind="output" path="bin"/> </classpath> |