[jboss-cvs] JBossAS SVN: r80015 - trunk/tomcat/src/main/org/jboss/web/tomcat/service/deployers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 23 18:29:52 EDT 2008


Author: remy.maucherat at jboss.com
Date: 2008-10-23 18:29:52 -0400 (Thu, 23 Oct 2008)
New Revision: 80015

Modified:
   trunk/tomcat/src/main/org/jboss/web/tomcat/service/deployers/TomcatService.java
Log:
- Switch to parsing with XB.
- Tested to some extent with the testsuite and the TCK.
- Will switch back is there are problems with Hudson runs.

Modified: trunk/tomcat/src/main/org/jboss/web/tomcat/service/deployers/TomcatService.java
===================================================================
--- trunk/tomcat/src/main/org/jboss/web/tomcat/service/deployers/TomcatService.java	2008-10-23 22:21:20 UTC (rev 80014)
+++ trunk/tomcat/src/main/org/jboss/web/tomcat/service/deployers/TomcatService.java	2008-10-23 22:29:52 UTC (rev 80015)
@@ -101,7 +101,7 @@
       this.tomcatDeployer = tomcatDeployer;
    }
 
-   public static boolean OLD_CODE = true;
+   public static boolean OLD_CODE = false;
    
    // In our lifecycle, we invoke the webserver lifecycle-related operations
    // in the TomcatDeployer




More information about the jboss-cvs-commits mailing list