2020-05-27 09:06:23 +00:00
|
|
|
Index: apache-tomcat-9.0.35-src/build.xml
|
2020-03-30 12:36:04 +00:00
|
|
|
===================================================================
|
2020-05-27 09:06:23 +00:00
|
|
|
--- apache-tomcat-9.0.35-src.orig/build.xml
|
|
|
|
+++ apache-tomcat-9.0.35-src/build.xml
|
|
|
|
@@ -1902,7 +1902,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-05-27 09:06:23 +00:00
|
|
|
@@ -1924,7 +1924,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-05-27 09:06:23 +00:00
|
|
|
@@ -1945,7 +1945,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-05-27 09:06:23 +00:00
|
|
|
@@ -1966,7 +1966,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-05-27 09:06:23 +00:00
|
|
|
@@ -1987,7 +1987,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-05-27 09:06:23 +00:00
|
|
|
@@ -2005,9 +2005,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-05-27 09:06:23 +00:00
|
|
|
@@ -2027,7 +2028,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-05-27 09:06:23 +00:00
|
|
|
@@ -2038,8 +2039,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/**"/>
|