]> source.dussan.org Git - poi.git/commitdiff
Don't include the generation date in the javadocs, as it bloats the changes when...
authorNick Burch <nick@apache.org>
Sun, 26 May 2013 17:04:53 +0000 (17:04 +0000)
committerNick Burch <nick@apache.org>
Sun, 26 May 2013 17:04:53 +0000 (17:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1486434 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 837dcf59ace485211f498239e4153a6b4663a284..e7428b1dc169d2ff9b53fa12f8632f1308dd231e 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -825,7 +825,8 @@ under the License.
     <target name="javadocs"
             description="Generates the API documentation">
         <javadoc verbose="false" author="true" destdir="${apidocs.report.dir}"
-                 windowtitle="POI API Documentation" use="true" version="true" maxmemory="256M">
+                 windowtitle="POI API Documentation" use="true" version="true" 
+                 maxmemory="256M" additionalparam="-notimestamp">
 
             <packageset dir="${main.src}" defaultexcludes="yes">
                 <include name="org/apache/poi/**"/>