diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-04-08 18:33:59 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-04-09 08:17:19 +0200 |
commit | cbe74101070dc78e36a9351057c278df097418e6 (patch) | |
tree | 822cfc137e000d7b44382d9d4387a135311be812 /www-servers/tomcat | |
parent | sys-process/evisum: add 0.5.12 (diff) | |
download | gentoo-cbe74101070dc78e36a9351057c278df097418e6.tar.gz gentoo-cbe74101070dc78e36a9351057c278df097418e6.tar.bz2 gentoo-cbe74101070dc78e36a9351057c278df097418e6.zip |
www-servers/tomcat: remove unused patch
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/20306
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'www-servers/tomcat')
-rw-r--r-- | www-servers/tomcat/files/tomcat-9.0.40-insufficient-ecj.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/www-servers/tomcat/files/tomcat-9.0.40-insufficient-ecj.patch b/www-servers/tomcat/files/tomcat-9.0.40-insufficient-ecj.patch deleted file mode 100644 index dd002e2ca216..000000000000 --- a/www-servers/tomcat/files/tomcat-9.0.40-insufficient-ecj.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff --git a/java/org/apache/jasper/compiler/JDTCompiler.java b/java/org/apache/jasper/compiler/JDTCompiler.java -index 4722a4a..27ce287 100644 ---- a/java/org/apache/jasper/compiler/JDTCompiler.java -+++ b/java/org/apache/jasper/compiler/JDTCompiler.java -@@ -307,7 +307,7 @@ public class JDTCompiler extends org.apache.jasper.compiler.Compiler { - } else if(opt.equals("13")) { - settings.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_13); - } else if(opt.equals("14")) { -- settings.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_14); -+ settings.put(CompilerOptions.OPTION_Source, "14"); - } else if(opt.equals("15")) { - // Constant not available in latest ECJ version shipped with - // Tomcat. May be supported in a snapshot build. -@@ -368,8 +368,8 @@ public class JDTCompiler extends org.apache.jasper.compiler.Compiler { - settings.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_13); - settings.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_13); - } else if(opt.equals("14")) { -- settings.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_14); -- settings.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_14); -+ settings.put(CompilerOptions.OPTION_TargetPlatform, "14"); -+ settings.put(CompilerOptions.OPTION_Compliance, "14"); - } else if(opt.equals("15")) { - // Constant not available in latest ECJ version shipped with - // Tomcat. May be supported in a snapshot build. |