diff options
author | Sven Gothel <[email protected]> | 2010-11-06 23:43:19 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-06 23:43:19 +0100 |
commit | 2fe3edc3913cac3ecc4bdee3166e51922a838aee (patch) | |
tree | 5c9463f1136e2caca30fafbdf8fc15caf3b77696 | |
parent | 8a4b60620b416b15479a2afc2832910afbea739c (diff) |
Relocation: GlueGen GL Parts to Jogl
-rw-r--r-- | make/build-junit.xml | 4 |
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"> |