aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2007-05-16 22:51:24 +0000
committerKevin Rushforth <[email protected]>2007-05-16 22:51:24 +0000
commit8c6de265d20cd8292d1b612d2428cafc0575c471 (patch)
tree40d6c60f46fc145024435e13af8c5dba38f80afc /build.xml
parentcb471feee88597a77b715a9039ef6f62ef9fd664 (diff)
Minor change to Mac OS X build related to issue 491.
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@843 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 35f0b9d..5a70e1e 100644
--- a/build.xml
+++ b/build.xml
@@ -223,8 +223,6 @@
<property name="wstype" value="jogl"/>
<property name="platformname" value="macosx"/>
<property name="platform" value="macosx"/>
- <!-- Exclude native pipeline from compilation as we don't have a NativeConfigTemplate3D, etc. for this platform -->
- <property name="javac.excludes" value="javax/media/j3d/NativeContext.java,javax/media/j3d/NativeDrawable.java,javax/media/j3d/NativePipeline.java,javax/media/j3d/NativeShaderObject.java"/>
</target>
<target name="init-jogl" if="build.jogl">