aboutsummaryrefslogtreecommitdiffstats
path: root/make/glu-common.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/glu-common.cfg')
-rw-r--r--make/glu-common.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/make/glu-common.cfg b/make/glu-common.cfg
index 917a95a62..2cb53c13a 100644
--- a/make/glu-common.cfg
+++ b/make/glu-common.cfg
@@ -1,7 +1,7 @@
# This .cfg file provides common options used among all GLU glue code
# generated for Jogl on all platforms.
-Package net.java.games.jogl
-ImplPackage net.java.games.jogl.impl
+Package javax.media.opengl
+ImplPackage com.sun.opengl.impl
JavaClass GLU
ImplJavaClass GLUImpl
JavaOutputDir ../build/gensrc/classes
@@ -12,8 +12,8 @@ HierarchicalNativeOutput false
# Imports needed by all glue code
#
Import java.nio.*
-Import net.java.games.jogl.*
-Import net.java.games.jogl.impl.*
+Import javax.media.opengl.*
+Import com.sun.opengl.impl.*
# Raise GLException instead of RuntimeException in glue code
RuntimeExceptionType GLException