Author: nick
Date: Tue Oct 30 11:00:35 2018
New Revision: 1845222
URL: http://svn.apache.org/viewvc?rev=1845222&view=rev
Log:
Update for latest/dev javadocs at /apidocs/dev/
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1845222&r1=1845221&r2=1845222&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Oct 30 11:00:35 2018
@@ -289,7 +289,7 @@ under the License.
<!-- build and distro settings -->
<property name="jar.name" value="poi"/>
<property name="build.site" location="build/site"/>
- <property name="javadocs.report.dir" location="${build.site}/apidocs"/>
+ <property name="javadocs.report.dir" location="${build.site}/apidocs/dev"/>
<property name="dist.dir" location="build/dist"/>
<property name="halt.on.test.failure" value="true"/>
@@ -1818,7 +1818,7 @@ under the License.
</touch>
</target>
- <!-- Generates the API documentation. -->
+ <!-- Generates the latest/development API documentation. -->
<target name="javadocs"
description="Generates the API documentation">
<javadoc verbose="false" author="true" destdir="${javadocs.report.dir}"
---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org
|