diff options
author | aclement <aclement> | 2006-07-25 10:35:38 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-07-25 10:35:38 +0000 |
commit | ee7a4fd3758181c2bf7156407813827def6a06c0 (patch) | |
tree | baa61f8259a708df2b5e8d710863335db716c4c8 /ajbrowser | |
parent | d373429ee98f689574fb2657ef0739c58ed4e0b8 (diff) | |
download | aspectj-ee7a4fd3758181c2bf7156407813827def6a06c0.tar.gz aspectj-ee7a4fd3758181c2bf7156407813827def6a06c0.zip |
wonder what the build will make of this? dependency from browser>weaver5 so that the JDK14 tracing code (and rest of weaver5...) gets into aspectjtools.jar
Diffstat (limited to 'ajbrowser')
-rw-r--r-- | ajbrowser/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ajbrowser/.classpath b/ajbrowser/.classpath index 94779a52f..d69862eef 100644 --- a/ajbrowser/.classpath +++ b/ajbrowser/.classpath @@ -11,5 +11,6 @@ <classpathentry kind="src" path="/taskdefs"/> <classpathentry kind="src" path="/ajdoc"/> <classpathentry kind="src" path="/loadtime"/> + <classpathentry combineaccessrules="false" kind="src" path="/weaver5"/> <classpathentry kind="output" path="bin"/> </classpath> |