diff options
Diffstat (limited to 'make/build-jogl.xml')
-rw-r--r-- | make/build-jogl.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml index 2e314a9bd..09ca94ab0 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -822,9 +822,7 @@ includes="${java.part.gluegen-gl-rt} ${java.part.gluegen-gl}"/> </jar> - <!-- Add the GlueGen and BuildStaticGLInfo tasks to ANT --> - <taskdef name="gluegen" classname="com.jogamp.gluegen.ant.GlueGenTask" - classpathref="gluegen.classpath" /> + <!-- Add the BuildStaticGLInfo tasks to ANT --> <taskdef name="staticglgen" classname="com.jogamp.gluegen.opengl.ant.StaticGLGenTask" classpathref="gluegen-gl.classpath" /> </target> |