diff options
author | Sven Gothel <[email protected]> | 2012-12-23 13:54:41 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-12-23 13:54:41 +0100 |
commit | 6108f50177be7df34cdd03c512c0a4a59001cb2d (patch) | |
tree | 45d19c5e63eb37d638a4d8f5998b350c4460aa59 | |
parent | c1725c26ac0a6c75d45a515d0f5d9e786c47742c (diff) |
-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> |