summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-04-15 03:46:16 +0200
committerSven Gothel <[email protected]>2010-04-15 03:46:16 +0200
commit4ff184fd14376241b5a28b3a93f84a849d33f002 (patch)
tree10bf9a19fcded63b0132ec9e626a986595985464 /make/build.xml
parentaa2f05ff1ab182fdb6f724a6aedf91de201efe7e (diff)
Fixes to match JOGL 2ae28d54858ff684bc2368e0476a7a357dc63432
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/make/build.xml b/make/build.xml
index f376fa4..ae41a6c 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -112,7 +112,8 @@
<target name="nurbs" if="jogl.nurbs">
<!-- NOTE: this target requires a 1.5 javac to be on the PATH -->
- <javac destdir="${classes}" includes="demos/nurbs/**" source="1.5" debug="true" debuglevel="source,lines">
+ <javac destdir="${classes}" includes="demos/nurbs/**" source="1.5" debug="true" debuglevel="source,lines"
+ includeantruntime="false">
<src path="${src}" />
<classpath refid="jogl-demos.classpath" />
</javac>
@@ -129,7 +130,8 @@
</target>
<target name="redbook-javac">
- <javac destdir="${classes}" source="1.5" target="1.5" debug="true" debuglevel="source,lines">
+ <javac destdir="${classes}" source="1.5" target="1.5" debug="true" debuglevel="source,lines"
+ includeantruntime="false">
<src path="${src}/redbook/src" />
<classpath refid="jogl-demos.classpath" />
</javac>
@@ -164,7 +166,8 @@
<pathelement location="${swt.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/**,${jogl.swt.excludes},jbullet/**,${jogl.redbook.excludes},demos/vertexArrayRange/**" source="1.4" target="1.4" debug="true" debuglevel="source,lines">
+ <javac destdir="${classes}" excludes="${jogl.cg.excludes},demos/nurbs/**,${jogl.swt.excludes},jbullet/**,${jogl.redbook.excludes},demos/vertexArrayRange/**" source="1.4" target="1.4" debug="true" debuglevel="source,lines"
+ includeantruntime="false">
<src path="${src}" />
<classpath refid="jogl-demos.classpath" />
</javac>
@@ -237,6 +240,7 @@
<pathelement location="${newt.ogl.jar}" />
</path>
<javac destdir="${classes}" includes="demos/GLInfo*,demos/es1/**,demos/es2/**" source="1.4" target="1.4" debug="true" debuglevel="source,lines"
+ includeantruntime="false">
bootclasspath="${gluegen.root}/make/lib/cdc_fp.jar">
<src path="${src}" />
<classpath refid="jogl-demos.classpath" />