aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorohair <none@none>2011-12-12 08:12:20 -0800
committerohair <none@none>2011-12-12 08:12:20 -0800
commit1f2523ff252cdf443cb05a19e89611dd3491847c (patch)
treecfee5de477486f8ed93df89dd48e20385bfb23d8 /build.xml
parente53424b758bf8ef13f37eb52fd94aabceafcdc23 (diff)
downloadjdk8u_jaxp-1f2523ff252cdf443cb05a19e89611dd3491847c.tar.gz
7117110: Remove target 1.5 from jaxp and jaxws repo builds for mac
Reviewed-by: alanb
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/build.xml b/build.xml
index 3c4fda2..9a5897b 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>