]> source.dussan.org Git - poi.git/commitdiff
update links to POI 4.0.1
authorAndreas Beeker <kiwiwings@apache.org>
Fri, 30 Nov 2018 23:08:18 +0000 (23:08 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Fri, 30 Nov 2018 23:08:18 +0000 (23:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847861 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 97af1fdecdb68e96e525ea565cf44db417f83a03..b3254f46568e4ba0793d471139c350fe3de2d915 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1791,6 +1791,9 @@ under the License.
     <target name="docs" depends="init, -check-forrest-installed, -check-docs, javadocs, -forrest-docs"
             unless="main.docs.notRequired" 
             description="Builds the POI website" />
+
+    <target name="site" depends="-forrest-docs"/>
+
     <target name="-forrest-docs" depends="-check-forrest-installed, -check-docs"
             unless="main.docs.notRequired" description="Builds the HTML pages of the POI website">
         <exec executable="${env.FORREST_HOME}/bin/forrest" osfamily="unix"/>