Author: markt Date: Sat Jun 30 20:45:26 2018 New Revision: 1834765 URL: http://svn.apache.org/viewvc?rev=1834765&view=rev Log: Switch back to http for Javadoc as https causes build failures.
Modified: tomcat/tc8.5.x/trunk/build.xml Modified: tomcat/tc8.5.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/build.xml?rev=1834765&r1=1834764&r2=1834765&view=diff ============================================================================== --- tomcat/tc8.5.x/trunk/build.xml (original) +++ tomcat/tc8.5.x/trunk/build.xml Sat Jun 30 20:45:26 2018 @@ -1889,7 +1889,7 @@ Apache Tomcat ${version} native binaries <link href="../elapi"/> <link href="../websocketapi"/> <link href="http://docs.oracle.com/javase/7/docs/api/"/> - <link href="https://commons.apache.org/proper/commons-io/javadocs/api-release/"/> + <link href="http://commons.apache.org/proper/commons-io/javadocs/api-release/"/> <link href="http://docs.oracle.com/javaee/7/api/"/> <packageset dir="${tomcat.dist}/src/java/"> <include name="org/**"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org