components/ant/patches/build_xml.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Sat, 21 Mar 2015 08:00:32 -0700
branchs11-update
changeset 4005 4bcc81bdda4e
parent 2433 0f0e1a4f811b
child 5370 409525ea516c
permissions -rw-r--r--
20708433 userland should build with java 8

--- apache-ant-1.8.4/build.xml	Thu Sep 20 06:45:19 2012
+++ apache-ant-1.8.4/build.xml	Thu Sep 20 06:45:49 2012
@@ -1007,7 +1007,7 @@
       <fileset dir="${manual.dir}" />
     </copy>
 
-    <copy todir="${dist.dir}">
+    <copy todir="${dist.docs}">
       <fileset dir="${basedir}">
         <include name="README"/>
         <include name="INSTALL"/>
--- apache-ant-1.8.4/build.xml.orig	Thu May 29 12:28:28 2014
+++ apache-ant-1.8.4/build.xml	Thu May 29 12:29:31 2014
@@ -1464,6 +1464,7 @@
       windowtitle="${Name} API"
       doctitle="${Name}"
       failonerror="true"
+      additionalparam="-Xdoclint:none"
       verbose="${javadoc.verbose}">
 
       <packageset dir="${java.dir}"/>