summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-06 23:43:19 +0100
committerSven Gothel <[email protected]>2010-11-06 23:43:19 +0100
commit2fe3edc3913cac3ecc4bdee3166e51922a838aee (patch)
tree5c9463f1136e2caca30fafbdf8fc15caf3b77696
parent8a4b60620b416b15479a2afc2832910afbea739c (diff)
Relocation: GlueGen GL Parts to Jogl
-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">