diff options
author | Steve <steveb9@u.washington.edu> | 2011-03-11 01:22:33 +0000 |
---|---|---|
committer | Steve <steveb9@u.washington.edu> | 2011-03-11 01:22:33 +0000 |
commit | f7b4a83e1ec361dc3872c0d6ba15371bb7428a73 (patch) | |
tree | aeb859e53510464cc3fcd77711d21ccb06f8a3eb | |
parent | fa19896765311f809d2cf8b21b31bfcee8be4856 (diff) |
remove jesses jars
-rw-r--r-- | .classpath | 22 |
1 files changed, 9 insertions, 13 deletions
@@ -1,13 +1,9 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="lib" path="support_files/lib/ext/j3dcore.jar"/> - <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"> - <attributes> - <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="/usr/lib/jni"/> - </attributes> - </classpathentry> - <classpathentry kind="output" path="bin"/> -</classpath> +<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="lib" path="support_files/lib/ext/j3dcore.jar"/>
+ <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"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
|