This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository asm.
commit b52c9d06bef228cc97cf29401157be8bb5dbbe16 Author: Emmanuel Bourg <[email protected]> Date: Wed Jan 18 09:57:22 2017 +0100 Fixed the links to the JDK classes in the javadoc (classpath-doc -> default-jdk-doc) --- debian/ant.properties | 2 +- debian/changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/ant.properties b/debian/ant.properties index 8edc408..7887986 100644 --- a/debian/ant.properties +++ b/debian/ant.properties @@ -2,7 +2,7 @@ product.name=asm # URL for Javadoc generation -jdk.url=file:///usr/share/doc/classpath-doc/api +jdk.url=file:///usr/share/doc/default-jdk-doc/api/ # javac settings used in compilation javac.debug=on diff --git a/debian/changelog b/debian/changelog index dca0f98..d6afbc8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ asm (5.2-2) UNRELEASED; urgency=medium * Team upload. * Build the jar files with bnd to always have up to date OSGi metadata and ensure their contents match with upstream binaries. + * Fixed the links to the JDK classes in the javadoc + (classpath-doc -> default-jdk-doc) -- Emmanuel Bourg <[email protected]> Wed, 18 Jan 2017 09:51:33 +0100 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/asm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

