Update for latest/dev javadocs at /apidocs/dev/

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845222 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2018-10-30 11:00:35 +00:00
parent 0fd3027a67
commit 0baf6c59ff

View File

@ -289,7 +289,7 @@ under the License.
<!-- build and distro settings --> <!-- build and distro settings -->
<property name="jar.name" value="poi"/> <property name="jar.name" value="poi"/>
<property name="build.site" location="build/site"/> <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="dist.dir" location="build/dist"/>
<property name="halt.on.test.failure" value="true"/> <property name="halt.on.test.failure" value="true"/>
@ -1818,7 +1818,7 @@ under the License.
</touch> </touch>
</target> </target>
<!-- Generates the API documentation. --> <!-- Generates the latest/development API documentation. -->
<target name="javadocs" <target name="javadocs"
description="Generates the API documentation"> description="Generates the API documentation">
<javadoc verbose="false" author="true" destdir="${javadocs.report.dir}" <javadoc verbose="false" author="true" destdir="${javadocs.report.dir}"