aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-junit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build-junit.xml')
-rw-r--r--make/build-junit.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/make/build-junit.xml b/make/build-junit.xml
index 7c70200..1e41e3e 100644
--- a/make/build-junit.xml
+++ b/make/build-junit.xml
@@ -86,11 +86,9 @@
<echo message="build_t.obj: ${build_t.obj} "/>
<echo message="build_t.lib: ${build_t.lib} "/>
- <!-- Add the GlueGen and BuildStaticGLInfo tasks to ANT -->
+ <!-- Add the GlueGen tasks to ANT -->
<taskdef name="gluegen" classname="com.jogamp.gluegen.ant.GlueGenTask"
classpathref="gluegen.classpath" />
- <taskdef name="staticglgen" classname="com.jogamp.gluegen.ant.StaticGLGenTask"
- classpathref="gluegen.classpath" />
</target>
<target name="java.build" depends="java.generate">