aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-10-07 12:43:16 +0200
committerSven Gothel <[email protected]>2012-10-07 12:43:16 +0200
commit747589b5c3267835c36138afded38f607ba6e04e (patch)
tree04ce175309fdfa993584e8bab132b252239bfb22 /.classpath
parent0eba8e26ff1426d4fb2b6b58e9825f72def4c8f3 (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--.classpath9
1 files changed, 2 insertions, 7 deletions
diff --git a/.classpath b/.classpath
index c092cf7..7ff6779 100644
--- a/.classpath
+++ b/.classpath
@@ -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>