aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-jogl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build-jogl.xml')
-rw-r--r--make/build-jogl.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml
index 7f2ebbcd5..ee95eb642 100644
--- a/make/build-jogl.xml
+++ b/make/build-jogl.xml
@@ -578,7 +578,9 @@
config="${config.jogl}/gl-if-gl3.cfg"
includeRefid="stub.includes.fileset.all.gldesktop"
literalInclude="${stub.includes.gluegen.gg}"
- emitter="com.jogamp.gluegen.opengl.GLEmitter">
+ emitter="com.jogamp.gluegen.opengl.GLEmitter"
+ debug="false"
+ logLevel="WARNING">
<classpath refid="gluegen-gl.classpath" />
</gluegen>
</target>
@@ -643,7 +645,9 @@
config="${config.jogl}/gl-if-gl4.cfg"
includeRefid="stub.includes.fileset.all.gldesktop"
literalInclude="${stub.includes.gluegen.gg}"
- emitter="com.jogamp.gluegen.opengl.GLEmitter">
+ emitter="com.jogamp.gluegen.opengl.GLEmitter"
+ debug="false"
+ logLevel="WARNING">
<classpath refid="gluegen-gl.classpath" />
</gluegen>
</target>
@@ -657,7 +661,8 @@
includeRefid="stub.includes.fileset.all.gldesktop"
literalInclude="${stub.includes.gluegen.gg}"
emitter="com.jogamp.gluegen.opengl.GLEmitter"
- debug="false">
+ debug="false"
+ logLevel="WARNING">
<classpath refid="gluegen-gl.classpath" />
</gluegen>
</target>