summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 2f330f0..38ccd41 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -32,7 +32,7 @@
</target>
<target name="setup.cg.excludes" unless="jogl.cg">
- <property name="jogl.cg.excludes" value="demos/cg/**,demos/hdr/**" />
+ <property name="jogl.cg.excludes" value="demos/cg/**,demos/hdr/CgPipeline.java,demos/hdr/shaders/cg/**" />
</target>
<target name="skip.cg.excludes" if="jogl.cg">