monsieurp    15/07/11 13:21:27

  Modified:             junit-4.12-build.xml
  Log:
  Remove additionalparam flags from javadoc target for the javadoc to compile 
smoothly with Java 7. Fix bug 554486.
  
  Signed-off-by: Patrice Clement <monsie...@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  Changes    Path
1.2                  dev-java/junit/files/junit-4.12-build.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/files/junit-4.12-build.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/files/junit-4.12-build.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/files/junit-4.12-build.xml?r1=1.1&r2=1.2

Index: junit-4.12-build.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/junit/files/junit-4.12-build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- junit-4.12-build.xml        10 Jul 2015 12:48:21 -0000      1.1
+++ junit-4.12-build.xml        11 Jul 2015 13:21:27 -0000      1.2
@@ -222,8 +222,7 @@
              charset="ISO-8859-1" 
              linksource="true" 
              breakiterator="false" 
-             maxmemory="128m" 
-             additionalparam="-Xdoclint:accessibility -Xdoclint:reference"/>
+             maxmemory="128m" />
   </target>
 
   <!-- ====================================================================== 
-->




Reply via email to