components/junit/patches/build.xml.patch
changeset 4197 67d7270f6817
parent 1182 31281e52a94c
equal deleted inserted replaced
4196:d697072a92f5 4197:67d7270f6817
       
     1 # Need to pass in another parameter from the Makefile.
       
     2 
     1 # Disable this download of outside documentation.
     3 # Disable this download of outside documentation.
       
     4 
     2 --- junit-r4.11/build.xml_orig	2012-11-13 12:10:08.000000000 -0800
     5 --- junit-r4.11/build.xml_orig	2012-11-13 12:10:08.000000000 -0800
     3 +++ junit-r4.11/build.xml	2013-02-27 11:20:06.370285042 -0800
     6 +++ junit-r4.11/build.xml	2015-03-09 15:16:26.620136857 -0700
     4 @@ -152,7 +152,6 @@
     7 @@ -144,6 +144,7 @@
       
     8               version="false"
       
     9               use="false"
       
    10               windowtitle="JUnit API"
       
    11 +	     additionalparam="${additionalparam}"
       
    12               stylesheetfile="stylesheet.css"
       
    13               >
       
    14        <excludepackage name="junit.*" />
       
    15 @@ -152,7 +153,6 @@
     5        
    16        
     6        <sourcepath location="${src}" />
    17        <sourcepath location="${src}" />
     7        <sourcepath location="${hamcrestsrc}" />
    18        <sourcepath location="${hamcrestsrc}" />
     8 -      <link href="http://java.sun.com/javase/6/docs/api/" />
    19 -      <link href="http://java.sun.com/javase/6/docs/api/" />
     9      </javadoc>
    20      </javadoc>