components/junit/patches/build.xml.patch
author Drew Fisher <drew.fisher@oracle.com>
Mon, 25 Jul 2016 11:42:50 -0700
changeset 6472 ac658baf9abb
parent 4197 67d7270f6817
permissions -rw-r--r--
23499922 Docker Engine for Solaris (fix sparc & evaluation builds)

# Need to pass in another parameter from the Makefile.

# Disable this download of outside documentation.

--- junit-r4.11/build.xml_orig	2012-11-13 12:10:08.000000000 -0800
+++ junit-r4.11/build.xml	2015-03-09 15:16:26.620136857 -0700
@@ -144,6 +144,7 @@
              version="false"
              use="false"
              windowtitle="JUnit API"
+	     additionalparam="${additionalparam}"
              stylesheetfile="stylesheet.css"
              >
       <excludepackage name="junit.*" />
@@ -152,7 +153,6 @@
       
       <sourcepath location="${src}" />
       <sourcepath location="${hamcrestsrc}" />
-      <link href="http://java.sun.com/javase/6/docs/api/" />
     </javadoc>
   </target>