Author: nick
Date: Sun May 26 17:04:53 2013
New Revision: 1486434
URL: http://svn.apache.org/r1486434
Log:
Don't include the generation date in the javadocs, as it bloats the changes
when publishing the site
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1486434&r1=1486433&r2=1486434&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun May 26 17:04:53 2013
@@ -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/**"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]