Blame SOURCES/tomcat-7.0.54-rebase.patch

295e28
--- java/org/apache/jasper/compiler/JDTCompiler.java.orig	2014-09-17 12:18:00.909020000 -0400
295e28
+++ java/org/apache/jasper/compiler/JDTCompiler.java	2014-09-17 12:21:41.007769000 -0400
295e28
@@ -333,9 +333,11 @@
295e28
             } else if(opt.equals("1.7")) {
295e28
                 settings.put(CompilerOptions.OPTION_Source,
295e28
                              CompilerOptions.VERSION_1_7);
295e28
+            /**
295e28
             } else if(opt.equals("1.8")) {
295e28
                 settings.put(CompilerOptions.OPTION_Source,
295e28
                              CompilerOptions.VERSION_1_8);
295e28
+            **/
295e28
             } else {
295e28
                 log.warn("Unknown source VM " + opt + " ignored.");
295e28
                 settings.put(CompilerOptions.OPTION_Source,
295e28
@@ -377,11 +379,13 @@
295e28
                              CompilerOptions.VERSION_1_7);
295e28
                 settings.put(CompilerOptions.OPTION_Compliance,
295e28
                         CompilerOptions.VERSION_1_7);
295e28
+            /**
295e28
             } else if(opt.equals("1.8")) {
295e28
                 settings.put(CompilerOptions.OPTION_TargetPlatform,
295e28
                              CompilerOptions.VERSION_1_8);
295e28
                 settings.put(CompilerOptions.OPTION_Compliance,
295e28
                         CompilerOptions.VERSION_1_8);
295e28
+            **/
295e28
             } else {
295e28
                 log.warn("Unknown target VM " + opt + " ignored.");
295e28
                 settings.put(CompilerOptions.OPTION_TargetPlatform,