diff options
author | aclement <aclement> | 2009-12-10 20:03:37 +0000 |
---|---|---|
committer | aclement <aclement> | 2009-12-10 20:03:37 +0000 |
commit | 1d471f7cfaf166d4321c56b52fe47859e9974441 (patch) | |
tree | 4214e926f363914f4e8475bc9e2ca652bee8d10f /loadtime/.classpath | |
parent | 95ae07b5aa70a702bac463a7775ec36487936bb9 (diff) | |
download | aspectj-1d471f7cfaf166d4321c56b52fe47859e9974441.tar.gz aspectj-1d471f7cfaf166d4321c56b52fe47859e9974441.zip |
296734: various optimizations for LTW and aop.xml include/exclude processing
Diffstat (limited to 'loadtime/.classpath')
-rw-r--r-- | loadtime/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loadtime/.classpath b/loadtime/.classpath index 2d821b9df..c4d795a66 100644 --- a/loadtime/.classpath +++ b/loadtime/.classpath @@ -14,5 +14,6 @@ <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="lib" path="/lib/aspectj/lib/aspectjrt.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |