Don't include the generation date in the javadocs, as it bloats the changes when publishing the site

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1486434 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2013-05-26 17:04:53 +00:00
parent 2f0107bb4e
commit 7a458c6aa7
1 changed files with 2 additions and 1 deletions

View File

@ -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/**"/>