diff options
author | aclement <aclement> | 2008-10-20 23:34:09 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-10-20 23:34:09 +0000 |
commit | 597e460e392e64582f722c024267885db517a00a (patch) | |
tree | f062b0d9957c5e5f908e0afb7be731cfd65ece07 /loadtime | |
parent | b027e7474de1f9407a6e4e4b518c42e376baba5e (diff) | |
download | aspectj-597e460e392e64582f722c024267885db517a00a.tar.gz aspectj-597e460e392e64582f722c024267885db517a00a.zip |
246125: removed last Asm dependency from org.aspectj.weaver (world model ref). Removed bcelobjecttype dependency in ReferenceType.
Diffstat (limited to 'loadtime')
-rw-r--r-- | loadtime/.classpath | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/loadtime/.classpath b/loadtime/.classpath index 6883ab9e0..2d821b9df 100644 --- a/loadtime/.classpath +++ b/loadtime/.classpath @@ -7,11 +7,12 @@ <classpathentry combineaccessrules="false" kind="src" path="/bridge"/> <classpathentry combineaccessrules="false" kind="src" path="/util"/> <classpathentry combineaccessrules="false" kind="src" path="/weaver"/> - <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/> + <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> <classpathentry kind="lib" path="/lib/ant/lib/xml-apis.jar"/> <classpathentry kind="lib" path="/lib/ant/lib/xercesImpl.jar"/> <classpathentry combineaccessrules="false" kind="src" path="/testing-util"/> - <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/> + <classpathentry kind="lib" path="/lib/bcel/bcel.jar" sourcepath="/lib/bcel/bcel-src.zip"/> <classpathentry kind="lib" path="/lib/ext/jrockit/jrockit.jar"/> + <classpathentry combineaccessrules="false" kind="src" path="/org.aspectj.matcher"/> <classpathentry kind="output" path="bin"/> </classpath> |