aboutsummaryrefslogtreecommitdiffstats
path: root/make/glu-impl-common.cfg
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2005-08-30 08:25:09 +0000
committerKenneth Russel <[email protected]>2005-08-30 08:25:09 +0000
commit26782b4af8fb4cb42a487bcae2697a187da297e3 (patch)
tree0c1477a583310565b3ee192335627ab56285cbcc /make/glu-impl-common.cfg
parente6ac069b68dc1722e4ba59738fb57e8e43f55245 (diff)
Renamed all files to intended destination packages for JSR-231. The
only package specified by the JSR is "javax.media.opengl". The utility package com.sun.opengl.utils is Sun-specific and optional. The Cg binding has been moved into com.sun.opengl.cg. Moved Animator and FPSAnimator to com.sun.opengl.utils. Updated and tested demos with new source code locations. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JSR-231@358 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/glu-impl-common.cfg')
-rw-r--r--make/glu-impl-common.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/glu-impl-common.cfg b/make/glu-impl-common.cfg
index 6710d0369..b2336d593 100644
--- a/make/glu-impl-common.cfg
+++ b/make/glu-impl-common.cfg
@@ -11,8 +11,8 @@ GetProcAddressTableExpr gluProcAddressTable
# GLUImpl needs access to the GLUtesselatorImpl class for GLUtesselator
# and to the Mipmap class for scaling and mipmap generation
-Import net.java.games.jogl.impl.tesselator.GLUtesselatorImpl
-Import net.java.games.jogl.impl.mipmap.Mipmap
+Import com.sun.opengl.impl.tesselator.GLUtesselatorImpl
+Import com.sun.opengl.impl.mipmap.Mipmap
Import java.security.*
# Custom Java code for GLUImpl class