Author: markt Date: Sun Oct 1 21:30:21 2017 New Revision: 1810285 URL: http://svn.apache.org/viewvc?rev=1810285&view=rev Log: Update Javadoc links
Modified: tomcat/trunk/build.xml tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1810285&r1=1810284&r2=1810285&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Sun Oct 1 21:30:21 2017 @@ -1862,9 +1862,9 @@ Apache Tomcat ${version} native binaries <link href="../jspapi"/> <link href="../elapi"/> <link href="../websocketapi"/> - <link href="http://docs.oracle.com/javase/7/docs/api/"/> + <link href="http://docs.oracle.com/javase/8/docs/api/"/> <link href="http://commons.apache.org/proper/commons-io/javadocs/api-release/"/> - <link href="http://docs.oracle.com/javaee/7/api/"/> + <link href="https://javaee.github.io/javaee-spec/javadocs/"/> <packageset dir="${tomcat.dist}/src/java/"> <include name="org/**"/> <exclude name="org/apache/el/parser/**"/> Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1810285&r1=1810284&r2=1810285&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Sun Oct 1 21:30:21 2017 @@ -45,6 +45,13 @@ issues do not "pop up" wrt. others). --> <section name="Tomcat 9.0.2 (markt)" rtext="in development"> + <subsection name="Web applications"> + <changelog> + <fix> + Correct Javadoc links to point to Java SE 8 and Java EE 8. (markt) + </fix> + </changelog> + </subsection> <subsection name="Other"> <changelog> <fix> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org