aboutsummaryrefslogtreecommitdiffstats
path: root/weaver5
diff options
context:
space:
mode:
authoraclement <aclement>2008-10-20 23:34:06 +0000
committeraclement <aclement>2008-10-20 23:34:06 +0000
commitceb9e9afee14675f552ed1d9d6d547352286704e (patch)
treee6c97952c91431d2f05543be12ae1a17b9f65818 /weaver5
parent369e5fe5c1306b65454e27d30ed400138a9c12be (diff)
downloadaspectj-ceb9e9afee14675f552ed1d9d6d547352286704e.tar.gz
aspectj-ceb9e9afee14675f552ed1d9d6d547352286704e.zip
246125: removed last Asm dependency from org.aspectj.weaver (world model ref). Removed bcelobjecttype dependency in ReferenceType.
Diffstat (limited to 'weaver5')
-rw-r--r--weaver5/.classpath7
1 files changed, 4 insertions, 3 deletions
diff --git a/weaver5/.classpath b/weaver5/.classpath
index 965fdd1bb..c54a89cea 100644
--- a/weaver5/.classpath
+++ b/weaver5/.classpath
@@ -3,14 +3,15 @@
<classpathentry kind="src" path="java5-src"/>
<classpathentry kind="src" path="testsrc"/>
<classpathentry kind="src" path="java5-testsrc"/>
- <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 combineaccessrules="false" kind="src" path="/weaver"/>
<classpathentry combineaccessrules="false" kind="src" path="/bridge"/>
<classpathentry combineaccessrules="false" kind="src" path="/runtime"/>
<classpathentry combineaccessrules="false" kind="src" path="/testing-util"/>
<classpathentry combineaccessrules="false" kind="src" path="/util"/>
<classpathentry combineaccessrules="false" kind="src" path="/aspectj5rt"/>
- <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/>
- <classpathentry sourcepath="/JRE15_SRC" kind="var" path="JRE15_LIB"/>
+ <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/>
+ <classpathentry kind="var" path="JRE15_LIB" sourcepath="/JRE15_SRC"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/org.aspectj.matcher"/>
<classpathentry kind="output" path="bin"/>
</classpath>