aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2013-05-26 17:04:53 +0000
committerNick Burch <nick@apache.org>2013-05-26 17:04:53 +0000
commit3ec882166c31f20eb896bfc39537a0ceac649844 (patch)
treefb801314e0c058d744974991f1c9ca3db3366b45 /build.xml
parenta5c69d394b03b3e879fb7caaa14d1182e871d22e (diff)
downloadpoi-3ec882166c31f20eb896bfc39537a0ceac649844.tar.gz
poi-3ec882166c31f20eb896bfc39537a0ceac649844.zip
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
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 837dcf59ac..e7428b1dc1 100644
--- 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/**"/>