This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository libjide-oss-java.
commit 5f2920eb3a3716c1b895d8cb57440a2263395710 Author: Markus Koschany <[email protected]> Date: Tue Oct 10 18:54:03 2017 +0200 Update patch header --- debian/patches/java9-add-exports.patch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/patches/java9-add-exports.patch b/debian/patches/java9-add-exports.patch index 2476ce1..46a1bb0 100644 --- a/debian/patches/java9-add-exports.patch +++ b/debian/patches/java9-add-exports.patch @@ -2,6 +2,10 @@ From: Markus Koschany <[email protected]> Date: Tue, 10 Oct 2017 18:46:08 +0200 Subject: java9 add-exports +Required for Java9. Pass --add-exports directly to the javadoc command. +Environment variables like ANT_OPTIONS or _JAVA_OPTIONS will pick up the +additional options but won't pass them to javadoc. Without this patch the +documentation will not be built. --- build.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjide-oss-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

