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