jaxp/build.xml
changeset 11301 6b8286a5b1b0
parent 9059 f7d1d02fad53
child 12005 a754d69d5e60
--- a/jaxp/build.xml	Wed Jul 05 17:56:18 2017 +0200
+++ b/jaxp/build.xml	Mon Dec 12 08:12:20 2011 -0800
@@ -43,14 +43,6 @@
       Run 'make help' for help using the Makefile.
     </description>
 
-    <!-- Mac is special, need to downgrade these before build.properties. -->
-    <condition property="javac.source" value="1.5">
-        <os family="mac"/>
-    </condition>
-    <condition property="javac.target" value="1.5">
-        <os family="mac"/>
-    </condition>
-
     <!-- Project build properties. -->
     <property file="build.properties"/>