summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-09-16 00:12:10 -0700
committerSven Gothel <[email protected]>2009-09-16 00:12:10 -0700
commit38a4d23ff05e4fc59775cc5ea961497197bd2e50 (patch)
treec6c400975aa70160770414494897a680c28a9486 /make
parent85bd6a6eca6691a7b215e36e09800d410d4a695e (diff)
Fix demos, exclude redbook subdir from main javac
Diffstat (limited to 'make')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 55caf36..4c848c9 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -137,7 +137,7 @@
<pathelement location="${simple-xml.jar}" />
</path>
<!-- For the time being we exclude the VertexArrayRange and HDR demos, which rely on NVIDIA-specific extensions -->
- <javac destdir="${classes}" excludes="${jogl.cg.excludes},demos/nurbs/**,jbullet/**,demos/vertexArrayRange/**" source="1.4" target="1.4" debug="true" debuglevel="source,lines">
+ <javac destdir="${classes}" excludes="${jogl.cg.excludes},demos/nurbs/**,jbullet/**,redbook/**,demos/vertexArrayRange/**" source="1.4" target="1.4" debug="true" debuglevel="source,lines">
<src path="${src}" />
<classpath refid="jogl-demos.classpath" />
</javac>