blob: bd9010dcec396a461d012848f4bc634319020bdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/build.xml
+++ b/build.xml
# javadoc would fail without network access
@@ -2413,8 +2410,6 @@ 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/en/java/javase/17/docs/api/"/>
- <link href="https://jakarta.ee/specifications/platform/11/apidocs/"/>
<packageset dir="${tomcat.dist}/src/java/">
<include name="org/**"/>
<exclude name="org/apache/el/parser/**"/>
|