4210N/A# Need to pass in another parameter from the Makefile.
4210N/A
1694N/A# Disable this download of outside documentation.
4210N/A
1694N/A--- junit-r4.11/build.xml_orig 2012-11-13 12:10:08.000000000 -0800
4210N/A+++ junit-r4.11/build.xml 2015-03-09 15:16:26.620136857 -0700
4210N/A@@ -144,6 +144,7 @@
4210N/A version="false"
4210N/A use="false"
4210N/A windowtitle="JUnit API"
4210N/A+ additionalparam="${additionalparam}"
4210N/A stylesheetfile="stylesheet.css"
4210N/A >
4210N/A <excludepackage name="junit.*" />
4210N/A@@ -152,7 +153,6 @@
1694N/A
1694N/A <sourcepath location="${src}" />
1694N/A <sourcepath location="${hamcrestsrc}" />
1694N/A- <link href="http://java.sun.com/javase/6/docs/api/" />
1694N/A </javadoc>
812N/A </target>
318N/A