[lombok] 09/11: try building more of the javadocs
Tony Mancill
tmancill at moszumanska.debian.org
Thu Aug 17 04:54:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch experimental
in repository lombok.
commit 3cbd46b6e8ff9c04ad98d3da8aca3e9cdf0b4db7
Author: tony mancill <tmancill at debian.org>
Date: Wed Aug 16 21:41:01 2017 -0700
try building more of the javadocs
---
debian/patches/javadoc.patch | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/debian/patches/javadoc.patch b/debian/patches/javadoc.patch
index b7ddccb..015018f 100644
--- a/debian/patches/javadoc.patch
+++ b/debian/patches/javadoc.patch
@@ -116,12 +116,17 @@ Forwarded: not-needed
</target>
<target name="javadoc" description="Generates the javadoc" depends="-ensure-version, -ensure-fullversion">
-@@ -171,7 +187,7 @@
+@@ -171,10 +187,10 @@
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>
- <javadoc sourcepath="src/core" defaultexcludes="yes" destdir="build/api" windowtitle="Lombok" Overview="${javadoc.overview.html}">
+- <package name="lombok" />
+ <javadoc sourcepath="src/core" locale="en" encoding="UTF-8" additionalparam="-notimestamp" defaultexcludes="yes" destdir="build/api" windowtitle="Lombok" Overview="${javadoc.overview.html}">
- <package name="lombok" />
++<!-- <package name="lombok" />
<package name="lombok.experimental" />
- <package name="lombok.extern.*" />
+- <package name="lombok.extern.*" />
++ <package name="lombok.extern.*" /> -->
+ <classpath refid="build.path" />
+ <classpath location="build/lombok" />
+ <header><![CDATA[<a href='https://projectlombok.org/' target='_blank'>Lombok</a> - ]]>v${lombok.version}</header>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lombok.git
More information about the pkg-java-commits
mailing list