mirror of https://github.com/apache/poi.git
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:
parent
b5653e8829
commit
5e1aec1146
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue