diff options
author | wisberg <wisberg> | 2003-05-07 04:04:21 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-05-07 04:04:21 +0000 |
commit | 16942820e9cc048725bb78abda772ee281a71a3f (patch) | |
tree | a2546fd58a5b3e79f22738e32eefd968dcdfd115 /testing/.classpath | |
parent | 4ac23da52722a24357c500c77cf8b25a824259d2 (diff) | |
download | aspectj-16942820e9cc048725bb78abda772ee281a71a3f.tar.gz aspectj-16942820e9cc048725bb78abda772ee281a71a3f.zip |
new dependency on AJDE for ajde.CompileCommand implementation
Diffstat (limited to 'testing/.classpath')
-rw-r--r-- | testing/.classpath | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/.classpath b/testing/.classpath index f24197aa8..d0e2f8fb9 100644 --- a/testing/.classpath +++ b/testing/.classpath @@ -2,7 +2,7 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="testsrc"/> - <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/> + <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/> <classpathentry kind="lib" path="/lib/ant/lib/ant.jar" sourcepath="/lib/ant/ant-src.zip"/> <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> <classpathentry kind="lib" path="/lib/jdiff/jdiff.jar"/> @@ -14,5 +14,7 @@ <classpathentry kind="lib" path="/lib/ant/lib/xml-apis.jar"/> <classpathentry kind="lib" path="/lib/commons/commons.jar" sourcepath="/lib/commons/commons-src.zip"/> <classpathentry kind="src" path="/testing-util"/> + <classpathentry kind="src" path="/ajde"/> + <classpathentry kind="src" path="/asm"/> <classpathentry kind="output" path="bin"/> </classpath> |