changeset 347:15dfd3addae0

7117110: Remove target 1.5 from jaxp and jaxws repo builds for mac Reviewed-by: dholmes
author ohair
date Tue, 06 Dec 2011 08:36:59 -0800
parents 4e9871fae64c
children 33a21a587262
files build.xml
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/build.xml	Tue Dec 06 08:36:33 2011 -0800
+++ b/build.xml	Tue Dec 06 08:36:59 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"/>