This is an automated email from the git hooks/post-receive script. faux-guest pushed a commit to branch master in repository maven-javadoc-plugin.
commit e45a6900443fcdc2aff5e601af235bf7c8c9a471 Author: Chris West (Faux) <[email protected]> Date: Thu Jul 6 13:03:23 2017 +0100 Remove hilarious copy-paste error --- debian/patches/openjdk-9-javadoc-path.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/openjdk-9-javadoc-path.patch b/debian/patches/openjdk-9-javadoc-path.patch index ec47b6f..67b376c 100644 --- a/debian/patches/openjdk-9-javadoc-path.patch +++ b/debian/patches/openjdk-9-javadoc-path.patch @@ -5,7 +5,7 @@ javadocExe = new File( SystemUtils.getJavaHome() + File.separator + "bin", javadocCommand ); } + // On Java 9, this has moved to: /usr/lib/jvm/java-9-openjdk-amd64/bin/javadoc -+ else if ( SystemUtils.IS_OS_MAC_OSX && SystemUtils.JAVA_VERSION_FLOAT > 1.8f ) ++ else if ( SystemUtils.JAVA_VERSION_FLOAT > 1.8f ) + { + javadocExe = + new File( SystemUtils.getJavaHome() + File.separator + "bin", javadocCommand ); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-javadoc-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

