[jboss-cvs] JBossAS SVN: r64580 - branches/Branch_4_2/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 14 13:32:02 EDT 2007


Author: stan.silvert at jboss.com
Date: 2007-08-14 13:32:02 -0400 (Tue, 14 Aug 2007)
New Revision: 64580

Modified:
   branches/Branch_4_2/tomcat/src/resources/web.xml
Log:
JBAS-4605


Modified: branches/Branch_4_2/tomcat/src/resources/web.xml
===================================================================
--- branches/Branch_4_2/tomcat/src/resources/web.xml	2007-08-14 15:59:14 UTC (rev 64579)
+++ branches/Branch_4_2/tomcat/src/resources/web.xml	2007-08-14 17:32:02 UTC (rev 64580)
@@ -261,7 +261,10 @@
             <param-name>xpoweredBy</param-name>
             <param-value>false</param-value>
         </init-param>
-
+        <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