You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/07/27 20:33:29 UTC

[tomcat] branch main updated: Fix building Javadoc for Java 11

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 3fffc31  Fix building Javadoc for Java 11
3fffc31 is described below

commit 3fffc3111775683c20daa3675f918f94b95b8193
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jul 27 21:33:17 2021 +0100

    Fix building Javadoc for Java 11
---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index 2f02de7..4d6775e 100644
--- a/build.xml
+++ b/build.xml
@@ -2400,8 +2400,8 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
       <link href="../elapi"/>
       <link href="../websocketapi"/>
       <link href="../jaspicapi"/>
-      <link href="https://docs.oracle.com/javase/8/docs/api/"/>
-      <link href="https://javaee.github.io/javaee-spec/javadocs/"/>
+      <link href="https://docs.oracle.com/en/java/javase/11/docs/api/"/>
+      <link href="https://jakarta.ee/specifications/platform/9/apidocs/"/>
       <packageset dir="${tomcat.dist}/src/java/">
         <include name="org/**"/>
         <exclude name="org/apache/el/parser/**"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org