You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2019/11/17 11:12:42 UTC

svn commit: r1869929 - /xmlbeans/trunk/build.xml

Author: centic
Date: Sun Nov 17 11:12:41 2019
New Revision: 1869929

URL: http://svn.apache.org/viewvc?rev=1869929&view=rev
Log:
Adjust some links in Javadoc from "http:" with "https:"

Also remove linking JavaDoc to itself, the link was wrong anyway and will not work
during generating JavaDoc usually

Modified:
    xmlbeans/trunk/build.xml

Modified: xmlbeans/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1869929&r1=1869928&r2=1869929&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Sun Nov 17 11:12:41 2019
@@ -439,11 +439,10 @@
             <excludepackage name="repackage.*"/>
             <excludepackage name="org.apache.xmlbeans.impl.xb.*"/>
             <excludepackage name="org.apache.xmlbeans.impl.jam.*"/>
-            <link href="http://xmlbeans.apache.org/${version.base}/docs/reference/index.html"/>
-            <link href="http://docs.oracle.com/javase/8/docs/api/"/>
-            <link href="http://docs.oracle.com/javaee/7/api/"/>
-            <link href="http://xml.apache.org/xerces-j/apiDocs/"/>
-            <link href="http://ant.apache.org/manual-1.9.x/api/"/>
+            <link href="https://docs.oracle.com/javase/8/docs/api/"/>
+            <link href="https://docs.oracle.com/javaee/7/api/"/>
+            <link href="https://xml.apache.org/xerces-j/apiDocs/"/>
+            <link href="https://ant.apache.org/manual-1.9.x/api/"/>
         </javadoc>
     </target>
 



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