]> source.dussan.org Git - poi.git/commitdiff
Update for latest/dev javadocs at /apidocs/dev/
authorNick Burch <nick@apache.org>
Tue, 30 Oct 2018 11:00:35 +0000 (11:00 +0000)
committerNick Burch <nick@apache.org>
Tue, 30 Oct 2018 11:00:35 +0000 (11:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845222 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index afb9169a098d9b68e7b54da0f3b2d1a614527752..24b9ade7cab9120cfac42ecee39066f9d058c0dc 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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}"