diff options
author | aclement <aclement> | 2007-12-03 09:44:01 +0000 |
---|---|---|
committer | aclement <aclement> | 2007-12-03 09:44:01 +0000 |
commit | 13bf61e0f480da3b0effdbaa84768d353611c147 (patch) | |
tree | 019c4a8f4301d34c8efae1636d2ef50f96857e04 /ajde.core/.classpath | |
parent | d0c77dcb70741f11afb38fc3c9b4525c0ea061fc (diff) | |
download | aspectj-13bf61e0f480da3b0effdbaa84768d353611c147.tar.gz aspectj-13bf61e0f480da3b0effdbaa84768d353611c147.zip |
weaver dep for CustomMungerFactory - not the cleanest solution *sigh*
Diffstat (limited to 'ajde.core/.classpath')
-rw-r--r-- | ajde.core/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ajde.core/.classpath b/ajde.core/.classpath index 10c7d9acc..30b688fdc 100644 --- a/ajde.core/.classpath +++ b/ajde.core/.classpath @@ -9,5 +9,6 @@ <classpathentry exported="true" kind="src" path="/org.aspectj.ajdt.core"/> <classpathentry exported="true" kind="src" path="/org.eclipse.jdt.core"/> <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> + <classpathentry combineaccessrules="false" kind="src" path="/weaver"/> <classpathentry kind="output" path="bin"/> </classpath> |