aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/.classpath
diff options
context:
space:
mode:
authoraclement <aclement>2006-02-22 15:02:20 +0000
committeraclement <aclement>2006-02-22 15:02:20 +0000
commit35b74b49071cd6ac18d35c93129a1a0fd3d968b3 (patch)
tree81f76fe049e6795dbe054eea33bc7eb033b7d02b /weaver/.classpath
parent3099912b8a003eb5a32f25fe23d72094b0469abd (diff)
downloadaspectj-35b74b49071cd6ac18d35c93129a1a0fd3d968b3.tar.gz
aspectj-35b74b49071cd6ac18d35c93129a1a0fd3d968b3.zip
optimizationasm: includes asm-aj dependency
Diffstat (limited to 'weaver/.classpath')
-rw-r--r--weaver/.classpath3
1 files changed, 2 insertions, 1 deletions
diff --git a/weaver/.classpath b/weaver/.classpath
index e2c9e2a78..ab0c856c4 100644
--- a/weaver/.classpath
+++ b/weaver/.classpath
@@ -4,12 +4,13 @@
<classpathentry kind="src" path="testsrc"/>
<classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
<classpathentry kind="src" path="/runtime"/>
- <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/>
<classpathentry sourcepath="/lib/junit/src.jar" kind="lib" path="/lib/junit/junit.jar"/>
<classpathentry kind="src" path="/util"/>
<classpathentry kind="src" path="/testing-util"/>
<classpathentry kind="src" path="/bridge"/>
<classpathentry kind="src" path="/asm"/>
<classpathentry combineaccessrules="false" kind="src" path="/aspectj5rt"/>
+ <classpathentry kind="lib" path="/lib/asm/asm-aj.jar"/>
+ <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>