package init
This commit is contained in:
parent
9188c91ace
commit
29082e3f26
BIN
9.0.10.tar.gz
Normal file
BIN
9.0.10.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
47
disableJavadocFailOnWarning.patch
Normal file
47
disableJavadocFailOnWarning.patch
Normal file
@ -0,0 +1,47 @@
|
||||
--- tomcat/build.xml.orig 2018-03-15 13:49:03.366863009 -0400
|
||||
+++ tomcat/build.xml 2018-03-15 13:49:29.690870139 -0400
|
||||
@@ -1777,7 +1777,7 @@ Apache Tomcat ${version} native binaries
|
||||
additionalparam="-breakiterator -notimestamp"
|
||||
maxmemory="512m"
|
||||
failonerror="true"
|
||||
- failonwarning="true">
|
||||
+ failonwarning="false">
|
||||
<classpath>
|
||||
<path refid="compile.classpath"/>
|
||||
<path refid="tomcat.webservices.classpath"/>
|
||||
@@ -1798,7 +1798,7 @@ Apache Tomcat ${version} native binaries
|
||||
additionalparam="-breakiterator -notimestamp"
|
||||
maxmemory="512m"
|
||||
failonerror="true"
|
||||
- failonwarning="true">
|
||||
+ failonwarning="false">
|
||||
<classpath>
|
||||
<path refid="compile.classpath"/>
|
||||
<path refid="tomcat.webservices.classpath"/>
|
||||
@@ -1819,7 +1819,7 @@ Apache Tomcat ${version} native binaries
|
||||
additionalparam="-breakiterator -notimestamp"
|
||||
maxmemory="512m"
|
||||
failonerror="true"
|
||||
- failonwarning="true">
|
||||
+ failonwarning="false">
|
||||
<classpath>
|
||||
<path refid="compile.classpath"/>
|
||||
<path refid="tomcat.webservices.classpath"/>
|
||||
@@ -1840,7 +1840,7 @@ Apache Tomcat ${version} native binaries
|
||||
additionalparam="-breakiterator -notimestamp"
|
||||
maxmemory="512m"
|
||||
failonerror="true"
|
||||
- failonwarning="true">
|
||||
+ failonwarning="false">
|
||||
<classpath>
|
||||
<path refid="compile.classpath"/>
|
||||
<path refid="tomcat.webservices.classpath"/>
|
||||
@@ -1860,7 +1860,7 @@ Apache Tomcat ${version} native binaries
|
||||
additionalparam="-breakiterator -notimestamp ${java9.add.modules}"
|
||||
maxmemory="512m"
|
||||
failonerror="true"
|
||||
- failonwarning="true">
|
||||
+ failonwarning="false">
|
||||
<classpath>
|
||||
<path refid="compile.classpath"/>
|
||||
<path refid="tomcat.webservices.classpath"/>
|
||||
Loading…
x
Reference in New Issue
Block a user