[lombok] 02/09: Add addtionalparam="-notimestamp" back to the build.
Markus Koschany
apo-guest at moszumanska.debian.org
Wed Feb 17 15:47:48 GMT 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository lombok.
commit fa208e3cffb07833a76d3ad5a8f516b9df2ff957
Author: Markus Koschany <apo at debian.org>
Date: Wed Feb 17 09:24:45 2016 +0100
Add addtionalparam="-notimestamp" back to the build.
---
debian/patches/build.patch | 2 +-
debian/patches/javadoc.patch | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/patches/build.patch b/debian/patches/build.patch
index be33688..0f94f70 100644
--- a/debian/patches/build.patch
+++ b/debian/patches/build.patch
@@ -11,7 +11,7 @@ Forwarded: not-needed
1 file changed, 17 insertions(+), 5 deletions(-)
diff --git a/build.xml b/build.xml
-index e157632..ad8118c 100644
+index e157632..b9caba7 100644
--- a/build.xml
+++ b/build.xml
@@ -33,6 +33,18 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
diff --git a/debian/patches/javadoc.patch b/debian/patches/javadoc.patch
index 7ec36b0..ef6596d 100644
--- a/debian/patches/javadoc.patch
+++ b/debian/patches/javadoc.patch
@@ -11,7 +11,7 @@ Forwarded: not-needed
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml
-index aae2285..26c2707 100644
+index aae2285..23a13d7 100644
--- a/buildScripts/website.ant.xml
+++ b/buildScripts/website.ant.xml
@@ -188,8 +188,6 @@ such as converting the changelog into HTML, and creating javadoc.
@@ -28,7 +28,7 @@ index aae2285..26c2707 100644
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}">
-+ <javadoc sourcepath="src/core" locale="en" encoding="UTF-8" defaultexcludes="yes" destdir="build/api" windowtitle="Lombok" Overview="${javadoc.overview.html}">
++ <javadoc sourcepath="src/core" locale="en" encoding="UTF-8" additionalparam="-notimestamp" defaultexcludes="yes" destdir="build/api" windowtitle="Lombok" Overview="${javadoc.overview.html}">
<classpath refid="build.path" />
<classpath location="build/lombok" />
<link href="http://download.oracle.com/javase/6/docs/api/" />
--
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