From 51981d1fdb8e8056db9bbba6f1714f2f4c1cd6bc Mon Sep 17 00:00:00 2001
From: sg215889 <sg215889@jordan.goethel.localnet>
Date: Sat, 25 Jul 2009 23:30:21 -0700
Subject: Newt: useKD optional again; macosx jar fix

---
 make/build-newt.xml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

(limited to 'make')

diff --git a/make/build-newt.xml b/make/build-newt.xml
index 4895318e0..a28a3188f 100644
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -98,9 +98,7 @@
         </condition>
 
         <condition property="useKD">
-            <not>
-                <isset property="${setup.noOpenGL}" />
-            </not>
+            <isset property="${setup.useKD}" />
         </condition>
 
         <condition property="setup.nonatives">
@@ -710,7 +708,7 @@
         </jar>
         <jar manifest="tempversion" destfile="${newt.osx.jar}">
             <fileset dir="${classes}"
-                     includes="${java.part.osx}"/>
+                     includes="${java.part.macosx}"/>
         </jar>
     </target>
 
@@ -725,7 +723,7 @@
         </jar>
         <jar manifest="tempversion-cdc" destfile="${newt.osx.cdc.jar}">
             <fileset dir="${classes-cdc}"
-                     includes="${java.part.osx}"/>
+                     includes="${java.part.macosx}"/>
         </jar>
     </target>
 
-- 
cgit v1.2.3