7117110: Remove target 1.5 from jaxp and jaxws repo builds for mac

Mon, 12 Dec 2011 08:13:22 -0800

author
ohair
date
Mon, 12 Dec 2011 08:13:22 -0800
changeset 262
6d622b1b4db0
parent 254
c9ab96ff23d5
child 263
6d2030eacdac

7117110: Remove target 1.5 from jaxp and jaxws repo builds for mac
Reviewed-by: alanb

build.xml file | annotate | diff | comparison | revisions
     1.1 --- a/build.xml	Thu Nov 17 10:46:00 2011 -0800
     1.2 +++ b/build.xml	Mon Dec 12 08:13:22 2011 -0800
     1.3 @@ -43,14 +43,6 @@
     1.4        Run 'make help' for help using the Makefile.
     1.5      </description>
     1.6  
     1.7 -    <!-- Mac is special, need to downgrade these before build.properties. -->
     1.8 -    <condition property="javac.source" value="1.5">
     1.9 -        <os family="mac"/>
    1.10 -    </condition>
    1.11 -    <condition property="javac.target" value="1.5">
    1.12 -        <os family="mac"/>
    1.13 -    </condition>
    1.14 -
    1.15      <!-- Project build properties. -->
    1.16      <property file="build.properties"/>
    1.17  

mercurial