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 | |
parent | 4ac23da52722a24357c500c77cf8b25a824259d2 (diff) | |
download | aspectj-16942820e9cc048725bb78abda772ee281a71a3f.tar.gz aspectj-16942820e9cc048725bb78abda772ee281a71a3f.zip |
new dependency on AJDE for ajde.CompileCommand implementation
Diffstat (limited to 'testing')
-rw-r--r-- | testing/.classpath | 4 | ||||
-rw-r--r-- | testing/.project | 2 |
2 files changed, 5 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> diff --git a/testing/.project b/testing/.project index 12bc71513..c11f2a5ab 100644 --- a/testing/.project +++ b/testing/.project @@ -3,6 +3,8 @@ <name>testing</name> <comment></comment> <projects> + <project>ajde</project> + <project>asm</project> <project>bridge</project> <project>testing-client</project> <project>testing-util</project> |