]> git.pld-linux.org Git - packages/tomcat.git/commitdiff
jdk hack not needed with java-eclipse-jdt 4.4.2
authorElan Ruusamäe <glen@delfi.ee>
Sun, 26 Jul 2015 19:22:18 +0000 (22:22 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 26 Jul 2015 19:22:18 +0000 (22:22 +0300)
jdt18.patch [deleted file]
tomcat.spec

diff --git a/jdt18.patch b/jdt18.patch
deleted file mode 100644 (file)
index 0a68e81..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-https://bz.apache.org/bugzilla/show_bug.cgi?id=56373
-
---- java/org/apache/jasper/compiler/JDTCompiler.java   (revision 1585931)
-+++ java/org/apache/jasper/compiler/JDTCompiler.java   (working copy)
-@@ -335,7 +335,7 @@ 
-                              CompilerOptions.VERSION_1_7);
-             } else if(opt.equals("1.8")) {
-                 settings.put(CompilerOptions.OPTION_Source,
--                             CompilerOptions.VERSION_1_8);
-+                             "1.8"); // CompilerOptions.VERSION_1_8
-             } else {
-                 log.warn("Unknown source VM " + opt + " ignored.");
-                 settings.put(CompilerOptions.OPTION_Source,
-@@ -379,9 +379,9 @@ 
-                         CompilerOptions.VERSION_1_7);
-             } else if(opt.equals("1.8")) {
-                 settings.put(CompilerOptions.OPTION_TargetPlatform,
--                             CompilerOptions.VERSION_1_8);
-+                             "1.8"); // CompilerOptions.VERSION_1_8
-                 settings.put(CompilerOptions.OPTION_Compliance,
--                        CompilerOptions.VERSION_1_8);
-+                        "1.8"); // CompilerOptions.VERSION_1_8
-             } else {
-                 log.warn("Unknown target VM " + opt + " ignored.");
-                 settings.put(CompilerOptions.OPTION_TargetPlatform,
index 2456ea4f41b0f01b1b317da4b253227edf95d564..bde36dd95cfe247806b2dc0671476333dffa45aa 100644 (file)
@@ -39,7 +39,6 @@ Patch2:               %{name}-LDAPUserDatabase.patch
 Patch3:                %{name}-catalina.policy-javadir.patch
 Patch4:                %{name}-userdir.patch
 Patch5:                logging.patch
-Patch6:                jdt18.patch
 Patch100:      jcl-build.xml.patch
 URL:           http://tomcat.apache.org/
 BuildRequires: ant >= 1.5.3
@@ -49,7 +48,7 @@ BuildRequires:        java-avalon-logkit
 BuildRequires: java-commons-daemon >= 1.0
 BuildRequires: java-commons-dbcp-tomcat5 >= 0:1.1
 BuildRequires: java-commons-pool-tomcat5
-BuildRequires: java-eclipse-jdt >= 4.3.1
+BuildRequires: java-eclipse-jdt >= 4.4.2
 BuildRequires: java-geronimo-spec-jaxrpc
 BuildRequires: java-jdbc-mysql
 BuildRequires: java-junit
@@ -268,7 +267,6 @@ javax.servlet.http, javax.servlet.jsp i java.servlet.jsp.tagext).
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p0
 
 # Prepare java-commmons-logging sources
 install -d output/extras/logging
This page took 0.034465 seconds and 4 git commands to generate.