diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-07-11 13:21:27 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-07-11 13:21:27 +0000 |
commit | 8bcc4ffd04ff791879e61d7aa10a41cdc11cb02a (patch) | |
tree | 10df81f4f973fc0643d016bdf212d1ff187b5f47 /dev-java | |
parent | Add libunwind dependency. Fixes bug #554204. Patch by tka. (diff) | |
download | gentoo-2-8bcc4ffd04ff791879e61d7aa10a41cdc11cb02a.tar.gz gentoo-2-8bcc4ffd04ff791879e61d7aa10a41cdc11cb02a.tar.bz2 gentoo-2-8bcc4ffd04ff791879e61d7aa10a41cdc11cb02a.zip |
Remove additionalparam flags from javadoc target for the javadoc to compile smoothly with Java 7. Fix bug 554486.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/junit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/junit/files/junit-4.12-build.xml | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/junit/ChangeLog b/dev-java/junit/ChangeLog index 456a9cb51795..2408757fd483 100644 --- a/dev-java/junit/ChangeLog +++ b/dev-java/junit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-java/junit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v 1.86 2015/07/11 09:20:21 chewi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v 1.87 2015/07/11 13:21:27 monsieurp Exp $ + + 11 Jul 2015; Patrice Clement <monsieurp@gentoo.org> + files/junit-4.12-build.xml: + Remove additionalparam flags from javadoc target for the javadoc to compile + smoothly with Java 7. Fix bug 554486. 11 Jul 2015; James Le Cuirot <chewi@gentoo.org> junit-3.8.2-r1.ebuild, -junit-4.6.ebuild, -junit-4.8.2-r1.ebuild: diff --git a/dev-java/junit/files/junit-4.12-build.xml b/dev-java/junit/files/junit-4.12-build.xml index 0bf70c314614..ad246aa708fe 100644 --- a/dev-java/junit/files/junit-4.12-build.xml +++ b/dev-java/junit/files/junit-4.12-build.xml @@ -222,8 +222,7 @@ charset="ISO-8859-1" linksource="true" breakiterator="false" - maxmemory="128m" - additionalparam="-Xdoclint:accessibility -Xdoclint:reference"/> + maxmemory="128m" /> </target> <!-- ====================================================================== --> |