diff options
-rw-r--r-- | .classpath | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..00cb0a3 --- /dev/null +++ b/.classpath @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="res"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="lib" path="lib/commons-collections-3.2.1/commons-collections-3.2.1.jar" sourcepath="lib/commons-collections-3.2.1/commons-collections-3.2.1-sources.jar"/> + <classpathentry kind="lib" path="lib/kryonet-debug-2.18-all.jar"/> + <classpathentry kind="lib" path="lib/openmali.jar"/> + <classpathentry kind="lib" path="lib/vecmath.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jogamp"/> + <classpathentry kind="lib" path="lib/ode4j-0.12.0-j1.4.jar" sourcepath="lib/ode4j-src-0.12.0-j1.4.zip"/> + <classpathentry kind="output" path="bin"/> +</classpath> |