diff options
author | Sven Gothel <[email protected]> | 2012-10-07 13:44:36 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-10-07 13:44:36 +0200 |
commit | ac178d797e6ad97d2ec47f4c6dc2c8b51170efec (patch) | |
tree | bcdb01e3158da641a2ece9bc0d733f6d25530880 /.classpath | |
parent | aab30cd56225fed78fbf40fea19ef64725880365 (diff) |
Add jogamp source-zip attachments in eclipse project
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |