summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2008-07-11 13:47:28 +0000
committerSven Gothel <[email protected]>2008-07-11 13:47:28 +0000
commit6f2805064b17a3b4817c5a3f44f327c912c41b21 (patch)
treef169b2cdd69c2fb59707d9f7a94017af3cb32d99 /make/build.xml
parent86dfcfbe2554e1b85d659b71130a9b950ab98b42 (diff)
cubefbo working
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@257 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
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 e7a3608..ab66a1b 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -183,7 +183,7 @@
<src path="${src}" />
<classpath refid="jogl-demos.classpath" />
</javac-->
- <javac destdir="${classes}" includes="demos/es1/**" source="1.4" target="1.4" debug="true" debuglevel="source,lines"
+ <javac destdir="${classes}" includes="demos/es1/**" excludes="demos/es1/cubefbo-sven/**" source="1.4" target="1.4" debug="true" debuglevel="source,lines"
bootclasspath="../../gluegen/make/lib/cdc_fp.jar">
<src path="${src}" />
<classpath refid="jogl-demos.classpath" />