diff options
-rw-r--r-- | loadtime5/.classpath | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/loadtime5/.classpath b/loadtime5/.classpath index ecef506e3..cc25e7471 100644 --- a/loadtime5/.classpath +++ b/loadtime5/.classpath @@ -1,6 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src"> + <classpathentry kind="src" path="java5-src"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="java5-testsrc"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="testsrc"> <attributes> </attributes> </classpathentry> @@ -24,5 +32,13 @@ <attributes> </attributes> </classpathentry> + <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"> + <attributes> + </attributes> + </classpathentry> + <classpathentry combineaccessrules="false" kind="src" path="/testing-util"> + <attributes> + </attributes> + </classpathentry> <classpathentry kind="output" path="bin"/> </classpath> |