components/junit/patches/build.xml.patch
author Craig Mohrman <craig.mohrman@oracle.com>
Mon, 27 Apr 2015 19:48:28 -0700
changeset 4197 67d7270f6817
parent 1182 31281e52a94c
permissions -rw-r--r--
19789496 junit does not build with java 8

# 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>