This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch experimental in repository lombok.
commit cc10fe15bac780c624f197bd0ba30147aafecf8f Author: tony mancill <[email protected]> Date: Sun Aug 13 22:14:32 2017 -0700 Exclude compilation path pruned in +ds version of sources --- debian/patches/javadoc.patch | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/debian/patches/javadoc.patch b/debian/patches/javadoc.patch index 9b9bf19..c9abdf7 100644 --- a/debian/patches/javadoc.patch +++ b/debian/patches/javadoc.patch @@ -12,7 +12,21 @@ Forwarded: not-needed --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml -@@ -95,8 +95,6 @@ +@@ -48,11 +48,13 @@ + </target> + + <target name="-compile-webclasses"> ++<!-- + <mkdir dir="build/webclasses" /> + <javac includeDestClasses="false" includeantruntime="false" destdir="build/webclasses" debug="on" source="1.8" target="1.8"> + <classpath refid="build.path" /> + <src path="src/website" /> + </javac> ++--> + </target> + + <target name="changelogToHtml" depends="-compile-webclasses"> +@@ -95,8 +97,6 @@ </tar> </target> @@ -21,7 +35,7 @@ Forwarded: not-needed <target name="website-publish" depends="website, -requires-ssh"> <scp localFile="dist/website.tar.bz2" -@@ -171,7 +169,7 @@ +@@ -171,7 +171,7 @@ check the <a href="lombok/package-summary.html">lombok</a> package. If you're trying to extend lombok or write your own plugins, the other packages are what you're looking for.</body></html> ]]></echo> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lombok.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

