diff options
author | Sven Gothel <[email protected]> | 2012-10-07 12:43:16 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-10-07 12:43:16 +0200 |
commit | 747589b5c3267835c36138afded38f607ba6e04e (patch) | |
tree | 04ce175309fdfa993584e8bab132b252239bfb22 /.classpath | |
parent | 0eba8e26ff1426d4fb2b6b58e9825f72def4c8f3 (diff) |
Simple JOGL2 port
- Remove _very_ old JOGL port (net.java.games.jogl.GL)
- Rename Jsr231* -> Jogl*
- Port Jsr231 to Jogl2:
- package rename of jogl/joal
- use AWT GLCanvas derivation instead of partially reimplementing it in JoglDriver
- drop some EXT suffixes
- name driver 'jogl2'
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -2,13 +2,8 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="test"/> - <classpathentry kind="lib" path="lib/joal/joal.jar"/> - <classpathentry kind="lib" path="lib/jogl/jogl.jar"/> - <classpathentry kind="lib" path="lib/jsr231/jogl.jar"/> - <classpathentry kind="lib" path="lib/jsr231/gluegen-rt.jar"/> - <classpathentry kind="lib" path="lib/lwjgl/lwjgl_util.jar"/> - <classpathentry kind="lib" path="lib/lwjgl/lwjgl.jar"/> <classpathentry kind="lib" path="resources"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6"/> + <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jogamp"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="build"/> </classpath> |