summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-03-26 21:34:11 +0100
committerSven Gothel <[email protected]>2010-03-26 21:34:11 +0100
commitb358726acaef40e0e376993da88fde664dd09972 (patch)
treee767f286d2cb7646b5e871e5433903a74c8f7bf9 /make
parentd1dfb4a367b3fa2350122a9623e3f1b56210a86e (diff)
Enable building redbook demos by default
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 080ae68..b530f82 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -124,7 +124,7 @@
<copy file="../lib/stax-1.2.0.jar" todir="../${rootrel.build}" />
</target>
- <target name="redbook-javac" if="jogl.redbook">
+ <target name="redbook-javac">
<javac destdir="${classes}" source="1.5" target="1.5" debug="true" debuglevel="source,lines">
<src path="${src}/redbook/src" />
<classpath refid="jogl-demos.classpath" />