]> source.dussan.org Git - poi.git/commitdiff
javadoc fix ... trying to get rid of the "Error fetching URL" warning
authorAndreas Beeker <kiwiwings@apache.org>
Mon, 4 May 2015 19:34:48 +0000 (19:34 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Mon, 4 May 2015 19:34:48 +0000 (19:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1677659 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 7e7db88fa3103512cd74a27cdead3c1e6a7eed54..55d38dc040a0ba05aac691dc5f33bec95177597d 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1478,7 +1478,7 @@ under the License.
             <packageset dir="${srcfolder}" defaultexcludes="yes">
                 <include name="org/apache/poi/**"/>
             </packageset>
-            <link href="https://poi.apache.org/apidocs" packagelistLoc="build/tmp/site/build/site/apidocs"/>
+            <link offline="true" href="https://poi.apache.org/apidocs" packagelistLoc="build/tmp/site/build/site/apidocs"/>
         </javadoc>
         <jar destfile="${dist.dir}/${jarname}-${version.id}-javadocs-${DSTAMP}.jar"
              manifest="build/poi-manifest.mf">