components/junit/patches/build.xml.patch
author Craig Mohrman <craig.mohrman@oracle.com>
Wed, 27 Feb 2013 15:46:51 -0800
changeset 1182 31281e52a94c
child 4197 67d7270f6817
permissions -rw-r--r--
15998720 junit randomly fails a test with jdk 1.7 (fix build)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1182
31281e52a94c 15998720 junit randomly fails a test with jdk 1.7 (fix build)
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     1
# Disable this download of outside documentation.
31281e52a94c 15998720 junit randomly fails a test with jdk 1.7 (fix build)
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     2
--- junit-r4.11/build.xml_orig	2012-11-13 12:10:08.000000000 -0800
31281e52a94c 15998720 junit randomly fails a test with jdk 1.7 (fix build)
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     3
+++ junit-r4.11/build.xml	2013-02-27 11:20:06.370285042 -0800
31281e52a94c 15998720 junit randomly fails a test with jdk 1.7 (fix build)
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     4
@@ -152,7 +152,6 @@
31281e52a94c 15998720 junit randomly fails a test with jdk 1.7 (fix build)
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     5
       
31281e52a94c 15998720 junit randomly fails a test with jdk 1.7 (fix build)
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     6
       <sourcepath location="${src}" />
31281e52a94c 15998720 junit randomly fails a test with jdk 1.7 (fix build)
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     7
       <sourcepath location="${hamcrestsrc}" />
31281e52a94c 15998720 junit randomly fails a test with jdk 1.7 (fix build)
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     8
-      <link href="http://java.sun.com/javase/6/docs/api/" />
31281e52a94c 15998720 junit randomly fails a test with jdk 1.7 (fix build)
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     9
     </javadoc>
31281e52a94c 15998720 junit randomly fails a test with jdk 1.7 (fix build)
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    10
   </target>
31281e52a94c 15998720 junit randomly fails a test with jdk 1.7 (fix build)
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    11