[jboss-cvs] JBossAS SVN: r79352 - trunk/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 10 11:13:13 EDT 2008


Author: alesj
Date: 2008-10-10 11:13:13 -0400 (Fri, 10 Oct 2008)
New Revision: 79352

Modified:
   trunk/tomcat/src/resources/war-deployers-jboss-beans.xml
Log:
Fix the name - add Deployer at the end.

Modified: trunk/tomcat/src/resources/war-deployers-jboss-beans.xml
===================================================================
--- trunk/tomcat/src/resources/war-deployers-jboss-beans.xml	2008-10-10 15:12:23 UTC (rev 79351)
+++ trunk/tomcat/src/resources/war-deployers-jboss-beans.xml	2008-10-10 15:13:13 UTC (rev 79352)
@@ -26,7 +26,7 @@
    </bean>
 
   <!-- See JBAS-6062 -->
-   <bean name="WebXmlLess" class="org.jboss.deployment.LegacyWebXmlLessDeployer"/>
+   <bean name="WebXmlLessDeployer" class="org.jboss.deployment.LegacyWebXmlLessDeployer"/>
 
    <!-- Allow for war local class loaders: in testing -->
    <bean name="WarClassLoaderDeployer" class="org.jboss.web.tomcat.service.deployers.WarClassLoaderDeployer">




More information about the jboss-cvs-commits mailing list