[jboss-cvs] JBossAS SVN: r71049 - branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 20 04:17:35 EDT 2008


Author: jfrederic.clere at jboss.com
Date: 2008-03-20 04:17:35 -0400 (Thu, 20 Mar 2008)
New Revision: 71049

Modified:
   branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/web.xml
Log:
Fix JBPAPP-606.


Modified: branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/web.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/web.xml	2008-03-20 08:14:55 UTC (rev 71048)
+++ branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/web.xml	2008-03-20 08:17:35 UTC (rev 71049)
@@ -262,6 +262,12 @@
             <param-value>false</param-value>
         </init-param>
 
+        <!-- Use jdk1.5 features in jsp pages -->
+        <init-param>
+            <param-name>compilerSourceVM</param-name>
+            <param-value>1.5</param-value>
+        </init-param>
+
         <!-- Use a custom options class to allow the shared tag lib descriptors
          to be loaded from jars in the tomcat sar conf/tlds directory. The
          standard options implementation can only find taglibs based on the




More information about the jboss-cvs-commits mailing list