Przeglądaj źródła

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
tags/REL_4_0_1
Nick Burch 5 lat temu
rodzic
commit
5e1aec1146
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      build.xml

+ 2
- 2
build.xml Wyświetl plik

@@ -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}"

Ładowanie…
Anuluj
Zapisz