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 | |
parent | aab30cd56225fed78fbf40fea19ef64725880365 (diff) |
Add jogamp source-zip attachments in eclipse project
-rw-r--r-- | .classpath | 4 | ||||
-rw-r--r-- | lib/jogamp/gluegen-java-src.zip | bin | 0 -> 3212503 bytes | |||
-rw-r--r-- | lib/jogamp/joal-java-src.zip | bin | 0 -> 56949 bytes | |||
-rw-r--r-- | lib/jogamp/jogl-java-src.zip | bin | 0 -> 24910989 bytes |
4 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> diff --git a/lib/jogamp/gluegen-java-src.zip b/lib/jogamp/gluegen-java-src.zip Binary files differnew file mode 100644 index 0000000..7c56741 --- /dev/null +++ b/lib/jogamp/gluegen-java-src.zip diff --git a/lib/jogamp/joal-java-src.zip b/lib/jogamp/joal-java-src.zip Binary files differnew file mode 100644 index 0000000..7192072 --- /dev/null +++ b/lib/jogamp/joal-java-src.zip diff --git a/lib/jogamp/jogl-java-src.zip b/lib/jogamp/jogl-java-src.zip Binary files differnew file mode 100644 index 0000000..e40b0d3 --- /dev/null +++ b/lib/jogamp/jogl-java-src.zip |