Description: Set the locale and remove the timestamps when generating the javadoc to make it reproducible
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/build.xml
+++ b/build.xml
@@ -1086,7 +1086,8 @@
              maxmemory="256m"
              packagenames="com.sun.jna,com.sun.jna.ptr,com.sun.jna.types,com.sun.jna.platform,com.sun.jna.platform.win32"
              overview="${src}/com/sun/jna/overview.html"
-             additionalparam="${javadoc.opts}"
+             additionalparam="${javadoc.opts} -notimestamp"
+             locale="en"
              destdir="${javadoc}">
       <!-- stylesheetfile="${stylesheet}" -->
       <doctitle>JNA API Documentation</doctitle>
