aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-10-07 13:44:36 +0200
committerSven Gothel <[email protected]>2012-10-07 13:44:36 +0200
commitac178d797e6ad97d2ec47f4c6dc2c8b51170efec (patch)
treebcdb01e3158da641a2ece9bc0d733f6d25530880 /.classpath
parentaab30cd56225fed78fbf40fea19ef64725880365 (diff)
Add jogamp source-zip attachments in eclipse project
Diffstat (limited to '.classpath')
-rw-r--r--.classpath4
1 files changed, 3 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 7ff6779..0b0601f 100644
--- a/.classpath
+++ b/.classpath
@@ -3,7 +3,9 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="resources"/>
- <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jogamp"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="lib/jogamp/gluegen-rt.jar" sourcepath="lib/jogamp/gluegen-java-src.zip"/>
+ <classpathentry kind="lib" path="lib/jogamp/joal.jar" sourcepath="lib/jogamp/joal-java-src.zip"/>
+ <classpathentry kind="lib" path="lib/jogamp/jogl-all.jar" sourcepath="lib/jogamp/jogl-java-src.zip"/>
<classpathentry kind="output" path="build"/>
</classpath>