summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2011-02-16 05:53:20 +0000
committerJesse Morgan <jesse@jesterpm.net>2011-02-16 05:53:20 +0000
commit0c31bb464e6a2ebe782b8dd6e18b36b366ee14f8 (patch)
treef7d5911bccc4469198476aeb1680bb20738f8eb9 /.classpath
parentde3419d287807586af47d5d9aa3377e2753b85ff (diff)
Fixed translation. Added rotation by holding the alt key (rotation needs fixed though). Fixed rotation of the Icosahedron
Diffstat (limited to '.classpath')
-rw-r--r--.classpath6
1 files changed, 5 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 967ebcc..fbf7f5f 100644
--- a/.classpath
+++ b/.classpath
@@ -4,6 +4,10 @@
<classpathentry kind="lib" path="support_files/lib/ext/j3dutils.jar"/>
<classpathentry kind="lib" path="support_files/lib/ext/vecmath.jar"/>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
+ <attributes>
+ <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="/usr/lib/jni"/>
+ </attributes>
+ </classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>