diff options
Diffstat (limited to 'ajdoc/.classpath')
-rw-r--r-- | ajdoc/.classpath | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ajdoc/.classpath b/ajdoc/.classpath index bb44554db..7ceaa12f0 100644 --- a/ajdoc/.classpath +++ b/ajdoc/.classpath @@ -7,5 +7,7 @@ <classpathentry kind="src" path="/bridge"/> <classpathentry kind="src" path="/util"/> <classpathentry kind="lib" path="C:/Apps/j2sdk1.4.2/lib/tools.jar"/> + <classpathentry kind="src" path="testsrc"/> + <classpathentry sourcepath="JUNIT_HOME/junitsrc.zip" kind="var" path="JUNIT_HOME/junit.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |