[jboss-cvs] JBossAS SVN: r83880 - trunk/varia/src/resources/seam.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 5 03:25:24 EST 2009


Author: alesj
Date: 2009-02-05 03:25:24 -0500 (Thu, 05 Feb 2009)
New Revision: 83880

Modified:
   trunk/varia/src/resources/seam/seam-deployers-jboss-beans.xml
Log:
Renamed the class.

Modified: trunk/varia/src/resources/seam/seam-deployers-jboss-beans.xml
===================================================================
--- trunk/varia/src/resources/seam/seam-deployers-jboss-beans.xml	2009-02-05 08:24:24 UTC (rev 83879)
+++ trunk/varia/src/resources/seam/seam-deployers-jboss-beans.xml	2009-02-05 08:25:24 UTC (rev 83880)
@@ -9,6 +9,6 @@
   <bean name="SeamDeployer" class="org.jboss.seam.integration.microcontainer.deployers.SeamWebUrlIntegrationDeployer"/>
 
   <!-- Seam modification type matcher -->
-  <bean name="SeamMTMatcher" class="org.jboss.seam.integration.microcontainer.deployers.SeamModificationTypeMatcher"/>
+  <bean name="SeamMTMatcher" class="org.jboss.seam.integration.microcontainer.deployers.SeamTempModificationTypeMatcher"/>
 
 </deployment>




More information about the jboss-cvs-commits mailing list