You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2018/10/30 11:55:11 UTC

svn commit: r1845227 - in /poi: site/forrest.properties trunk/build.xml

Author: nick
Date: Tue Oct 30 11:55:11 2018
New Revision: 1845227

URL: http://svn.apache.org/viewvc?rev=1845227&view=rev
Log:
More javadoc updates

Modified:
    poi/site/forrest.properties
    poi/trunk/build.xml

Modified: poi/site/forrest.properties
URL: http://svn.apache.org/viewvc/poi/site/forrest.properties?rev=1845227&r1=1845226&r2=1845227&view=diff
==============================================================================
--- poi/site/forrest.properties (original)
+++ poi/site/forrest.properties Tue Oct 30 11:55:11 2018
@@ -1,4 +1,4 @@
-q# Licensed to the Apache Software Foundation (ASF) under one or more
+# Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.
 # The ASF licenses this file to You under the Apache License, Version 2.0
@@ -58,9 +58,10 @@ forrest.echo=true
 # project.content-dir if any other property using it is uncommented
 
 #project.status=status.xml
-#project.content-dir=src/documentation
+#project.content-dir=${project.home}/src/documentation
 #project.raw-content-dir=${project.content-dir}/content
 #project.conf-dir=${project.content-dir}/conf
+project.configfile=${project.home}/src/documentation/cli.xconf
 #project.sitemap-dir=${project.content-dir}
 #project.xdocs-dir=${project.content-dir}/content/xdocs
 #project.resources-dir=${project.content-dir}/resources

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1845227&r1=1845226&r2=1845227&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Oct 30 11:55:11 2018
@@ -2036,7 +2036,7 @@ under the License.
                 <packageset dir="@{src}" defaultexcludes="yes">
                     <include name="org/apache/poi/**"/>
                 </packageset>
-                <link offline="true" href="https://poi.apache.org/apidocs" packagelistLoc="${javadocs.report.dir}"/>
+                <link offline="true" href="https://poi.apache.org/apidocs/dev" packagelistLoc="${javadocs.report.dir}"/>
             </javadoc>
             <jar destfile="${dist.dir}/maven/@{dest}/@{dest}-${version.id}-javadoc.jar"
                  manifest="build/poi-manifest.mf">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org