diff options
author | mwebster <mwebster> | 2006-07-14 17:39:46 +0000 |
---|---|---|
committer | mwebster <mwebster> | 2006-07-14 17:39:46 +0000 |
commit | b15cda7add8a6d7f288ce6132c9c2cd328bba7bc (patch) | |
tree | 2a5ce1c68f4fc021f1124c033b35c910cc132dcb /weaver/.classpath | |
parent | b1024db14f7290378784988e14dffd2def5c251f (diff) | |
download | aspectj-b15cda7add8a6d7f288ce6132c9c2cd328bba7bc.tar.gz aspectj-b15cda7add8a6d7f288ce6132c9c2cd328bba7bc.zip |
First drop of Bug 150487 "Tracing and Logging Framework" (Trace & TraceFactory)
Diffstat (limited to 'weaver/.classpath')
-rw-r--r-- | weaver/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weaver/.classpath b/weaver/.classpath index ab0c856c4..1cceb2d3a 100644 --- a/weaver/.classpath +++ b/weaver/.classpath @@ -12,5 +12,6 @@ <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 sourcepath="/lib/commons/commons-src.zip" kind="lib" path="/lib/commons/commons.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |