[pkg-java] r18872 - trunk/tiles/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Oct 28 00:11:47 UTC 2015


Author: ebourg-guest
Date: 2015-10-28 00:11:46 +0000 (Wed, 28 Oct 2015)
New Revision: 18872

Modified:
   trunk/tiles/debian/build.xml
   trunk/tiles/debian/changelog
Log:
Improved the reproducibility of the javadoc (-locale en -notimestamp)



Modified: trunk/tiles/debian/build.xml
===================================================================
--- trunk/tiles/debian/build.xml	2015-10-28 00:04:19 UTC (rev 18871)
+++ trunk/tiles/debian/build.xml	2015-10-28 00:11:46 UTC (rev 18872)
@@ -61,7 +61,7 @@
   </target>
 
   <target name="javadoc">
-    <javadoc destdir="${javadoc.dir}">
+    <javadoc destdir="${javadoc.dir}" locale="en" additionalparam="-notimestamp">
       <packageset dir="src/tiles-api/src/main/java/"/>
       <packageset dir="src/tiles-core/src/main/java/"/>
       <packageset dir="src/tiles-el/src/main/java/"/>

Modified: trunk/tiles/debian/changelog
===================================================================
--- trunk/tiles/debian/changelog	2015-10-28 00:04:19 UTC (rev 18871)
+++ trunk/tiles/debian/changelog	2015-10-28 00:11:46 UTC (rev 18872)
@@ -2,6 +2,7 @@
 
   * Team upload.
   * Build and install the tiles-extras and tiles-velocity modules
+  * Improved the reproducibility of the javadoc (-locale en -notimestamp)
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 27 Oct 2015 23:50:51 +0100
 




More information about the pkg-java-commits mailing list