aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorWade Walker <[email protected]>2015-07-05 17:11:38 -0500
committerWade Walker <[email protected]>2015-07-06 17:04:12 -0500
commite935256bf1ad44ceb2d9e3e63810f8d5017733be (patch)
tree70d8ab829d425a78ef8eebde640bd50fa6a3bb05 /.classpath
parent858dbcb36211e743559070acc49043c21cde6636 (diff)
Fixed a variety of compilation and runtime errors
Fixed package change from javax.media to com.jogamp; fixed problems with generics; fixed dead-code and similar warnings; fixed problem with struct accessor on Julia3d using element offsets where it should have used byte offsets; updated Eclipse project files
Diffstat (limited to '.classpath')
-rw-r--r--.classpath7
1 files changed, 4 insertions, 3 deletions
diff --git a/.classpath b/.classpath
index ada3f71..ed6b15b 100644
--- a/.classpath
+++ b/.classpath
@@ -2,7 +2,8 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jogamp"/>
- <classpathentry kind="lib" path="/jocl/build/jar/jocl.jar"/>
- <classpathentry kind="output" path="build"/>
+ <classpathentry kind="lib" path="/gluegen/build/gluegen-rt.jar" sourcepath="/gluegen/build/gluegen-java-src.zip"/>
+ <classpathentry kind="lib" path="/jogl/build/jar/jogl-all.jar"/>
+ <classpathentry kind="lib" path="/jocl/build/jar/jocl.jar" sourcepath="/jocl/build/jocl-java-src.zip"/>
+ <classpathentry kind="output" path="build/classes"/>
</classpath>