[codenarc] 02/03: add notimestamp option to groovydoc invocation

Tony Mancill tmancill at moszumanska.debian.org
Sun Aug 7 17:25:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

tmancill pushed a commit to branch master
in repository codenarc.

commit c050160e417850ccaeb98770b4a0b5823ac2901d
Author: tony mancill <tmancill at debian.org>
Date:   Sun Aug 7 10:06:59 2016 -0700

    add notimestamp option to groovydoc invocation
    
    This is intended to prevent hidden timestamps in groovydoc
    documenation so builds can be reproducible.
    
    See: https://github.com/apache/groovy/pull/121
---
 debian/build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/build.xml b/debian/build.xml
index ef3b8b6..1446197 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -48,6 +48,7 @@
 			destdir="${dir.build}/groovydoc"
 			sourcepath="${dir.src}"
 			packagenames="**.*"
+			notimestamp="true"
 			use="true">
 			<link packages="java.,org.xml.,javax.,org.xml."
 				href="/usr/share/doc/default-jdk-doc/api/"/>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/codenarc.git



More information about the pkg-java-commits mailing list