2020-03-30 12:36:04 +00:00
|
|
|
Index: apache-tomcat-9.0.33-src/build.xml
|
|
|
|
===================================================================
|
|
|
|
--- apache-tomcat-9.0.33-src.orig/build.xml
|
|
|
|
+++ apache-tomcat-9.0.33-src/build.xml
|
|
|
|
@@ -1891,7 +1891,7 @@ Apache Tomcat ${version} native binaries
|
2019-11-16 00:05:40 +00:00
|
|
|
source="${compile.source}"
|
2017-12-02 23:45:46 +00:00
|
|
|
maxmemory="512m"
|
|
|
|
failonerror="true"
|
|
|
|
- failonwarning="true">
|
|
|
|
+ failonwarning="false">
|
|
|
|
<classpath>
|
|
|
|
<path refid="compile.classpath"/>
|
2019-04-22 19:57:57 +00:00
|
|
|
<path location="${ant.core.lib}"/>
|
2020-03-30 12:36:04 +00:00
|
|
|
@@ -1913,7 +1913,7 @@ Apache Tomcat ${version} native binaries
|
2019-11-16 00:05:40 +00:00
|
|
|
source="${compile.source}"
|
2017-12-02 23:45:46 +00:00
|
|
|
maxmemory="512m"
|
|
|
|
failonerror="true"
|
|
|
|
- failonwarning="true">
|
|
|
|
+ failonwarning="false">
|
|
|
|
<classpath>
|
|
|
|
<path refid="compile.classpath"/>
|
2019-04-22 19:57:57 +00:00
|
|
|
<path location="${ant.core.lib}"/>
|
2020-03-30 12:36:04 +00:00
|
|
|
@@ -1934,7 +1934,7 @@ Apache Tomcat ${version} native binaries
|
2019-11-16 00:05:40 +00:00
|
|
|
source="${compile.source}"
|
2017-12-02 23:45:46 +00:00
|
|
|
maxmemory="512m"
|
|
|
|
failonerror="true"
|
|
|
|
- failonwarning="true">
|
|
|
|
+ failonwarning="false">
|
|
|
|
<classpath>
|
|
|
|
<path refid="compile.classpath"/>
|
2019-04-22 19:57:57 +00:00
|
|
|
<path location="${ant.core.lib}"/>
|
2020-03-30 12:36:04 +00:00
|
|
|
@@ -1955,7 +1955,7 @@ Apache Tomcat ${version} native binaries
|
2019-11-16 00:05:40 +00:00
|
|
|
source="${compile.source}"
|
|
|
|
maxmemory="512m"
|
|
|
|
failonerror="true"
|
|
|
|
- failonwarning="true">
|
|
|
|
+ failonwarning="false">
|
|
|
|
<classpath>
|
|
|
|
<path refid="compile.classpath"/>
|
|
|
|
<path location="${ant.core.lib}"/>
|
2020-03-30 12:36:04 +00:00
|
|
|
@@ -1976,7 +1976,7 @@ Apache Tomcat ${version} native binaries
|
2019-11-16 00:05:40 +00:00
|
|
|
source="${compile.source}"
|
|
|
|
maxmemory="512m"
|
|
|
|
failonerror="true"
|
|
|
|
- failonwarning="true">
|
|
|
|
+ failonwarning="false">
|
|
|
|
<classpath>
|
|
|
|
<path refid="compile.classpath"/>
|
|
|
|
<path location="${ant.core.lib}"/>
|
2020-03-30 12:36:04 +00:00
|
|
|
@@ -1994,9 +1994,10 @@ Apache Tomcat ${version} native binaries
|
2017-12-02 23:45:46 +00:00
|
|
|
docencoding="UTF-8"
|
|
|
|
charset="UTF-8"
|
|
|
|
additionalparam="-breakiterator -notimestamp"
|
2019-11-16 00:05:40 +00:00
|
|
|
+ source="${compile.source}"
|
2017-12-02 23:45:46 +00:00
|
|
|
maxmemory="512m"
|
|
|
|
failonerror="true"
|
|
|
|
- failonwarning="true">
|
|
|
|
+ failonwarning="false">
|
|
|
|
<classpath>
|
|
|
|
<path refid="compile.classpath"/>
|
2019-04-22 19:57:57 +00:00
|
|
|
<path location="${ant.core.lib}"/>
|
2020-03-30 12:36:04 +00:00
|
|
|
@@ -2016,7 +2017,7 @@ Apache Tomcat ${version} native binaries
|
2019-11-16 00:05:40 +00:00
|
|
|
source="${compile.source}"
|
2017-12-02 23:45:46 +00:00
|
|
|
maxmemory="512m"
|
|
|
|
failonerror="true"
|
|
|
|
- failonwarning="true">
|
|
|
|
+ failonwarning="false">
|
|
|
|
<classpath>
|
|
|
|
<path refid="compile.classpath"/>
|
2019-04-22 19:57:57 +00:00
|
|
|
<path location="${ant.core.lib}"/>
|
2020-03-30 12:36:04 +00:00
|
|
|
@@ -2027,8 +2028,6 @@ Apache Tomcat ${version} native binaries
|
2018-01-17 09:40:12 +00:00
|
|
|
<link href="../elapi"/>
|
|
|
|
<link href="../websocketapi"/>
|
2019-11-16 00:05:40 +00:00
|
|
|
<link href="../jaspicapi"/>
|
|
|
|
- <link href="https://docs.oracle.com/javase/8/docs/api/"/>
|
2018-01-17 09:40:12 +00:00
|
|
|
- <link href="https://javaee.github.io/javaee-spec/javadocs/"/>
|
|
|
|
<packageset dir="${tomcat.dist}/src/java/">
|
|
|
|
<include name="org/**"/>
|
|
|
|
<exclude name="org/apache/el/parser/**"/>
|