aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index b333cb38f..0a6022cd7 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -582,7 +582,7 @@
<and>
<isset property="java.generate.skip.es1"/>
<isset property="java.generate.skip.es2"/>
- <isset property="java.generate.skip.gl2"/>
+ <!--isset property="java.generate.skip.gl2"/-->
<isset property="java.generate.skip.glu"/>
</and>
</condition>
@@ -1555,6 +1555,11 @@
</filterset>
</copy>
+ <copy todir="${classes}">
+ <fileset dir="${src.java}"
+ includes="com/sun/opengl/impl/glsl/source/**, com/sun/opengl/impl/glsl/binary_nvidia/**" />
+ </copy>
+
<jar manifest="tempversion" destfile="${jogl.core.jar}">
<fileset dir="${classes}"
includes="javax/media/opengl/**, com/sun/gluegen/runtime/**, com/sun/opengl/**"