diff options
Diffstat (limited to 'build/.classpath')
-rw-r--r-- | build/.classpath | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build/.classpath b/build/.classpath new file mode 100644 index 000000000..a52393fc3 --- /dev/null +++ b/build/.classpath @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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="lib" path="/lib/ant/lib/ant.jar"/> + <classpathentry kind="lib" path="/lib/junit/junit.jar"/> + <classpathentry kind="output" path="bin"/> +</classpath> |