components/junit/patches/build.xml.patch
author John Beck <John.Beck@Oracle.COM>
Fri, 18 Apr 2014 16:06:16 -0700
branchs11-update
changeset 3087 a8a55bae43f3
parent 2622 d936fa6247d5
child 4212 7fdccaa4b284
permissions -rw-r--r--
18617452 SIZEOF_WCHAR_T undefined in pyconfig.h on 11.2 18468472 ctypes fails for python 2.7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2622
d936fa6247d5 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
     1
# Disable this download of outside documentation.
d936fa6247d5 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
     2
--- junit-r4.11/build.xml_orig	2012-11-13 12:10:08.000000000 -0800
d936fa6247d5 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
     3
+++ junit-r4.11/build.xml	2013-02-27 11:20:06.370285042 -0800
d936fa6247d5 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
     4
@@ -152,7 +152,6 @@
d936fa6247d5 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
     5
       
d936fa6247d5 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
     6
       <sourcepath location="${src}" />
d936fa6247d5 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
     7
       <sourcepath location="${hamcrestsrc}" />
d936fa6247d5 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
     8
-      <link href="http://java.sun.com/javase/6/docs/api/" />
d936fa6247d5 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
     9
     </javadoc>
772
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
    10
   </target>
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    11