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.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml
index 547c8b184..c2da1cc73 100644
--- a/make/build-jogl.xml
+++ b/make/build-jogl.xml
@@ -216,6 +216,9 @@
<property name="java.part.util.fixedfuncemu"
value="com/sun/opengl/util/glsl/fixedfunc/**"/>
+ <property name="java.part.util.fixedfuncemu.shadercode"
+ value="com/sun/opengl/util/glsl/fixedfunc/impl/shaders/*, com/sun/opengl/util/glsl/fixedfunc/impl/shaders/bin/**"/>
+
<!-- condition excludes -->
<condition property="java.excludes.egl"
@@ -1700,6 +1703,8 @@
<jar manifest="tempversion" destfile="${jogl.util.fixedfuncemu.jar}">
<fileset dir="${classes}"
includes="${java.part.util.fixedfuncemu}"/>
+ <fileset dir="${src.java}"
+ includes="${java.part.util.fixedfuncemu.shadercode}"/>
</jar>
<jar manifest="tempversion" destfile="${jogl.all.jar}">
<fileset dir="${classes}">