diff options
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> |