jaxws/build.xml
changeset 11307 10cccac677d1
parent 9063 937a014028a6
child 12009 4abb694f273a
--- a/jaxws/build.xml	Wed Jul 05 17:56:18 2017 +0200
+++ b/jaxws/build.xml	Mon Dec 12 08:13:22 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"/>