[jboss-cvs] JBossAS SVN: r83881 - branches/Branch_5_0/varia/src/resources/seam.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 5 03:27:18 EST 2009


Author: alesj
Date: 2009-02-05 03:27:18 -0500 (Thu, 05 Feb 2009)
New Revision: 83881

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

Modified: branches/Branch_5_0/varia/src/resources/seam/seam-deployers-jboss-beans.xml
===================================================================
--- branches/Branch_5_0/varia/src/resources/seam/seam-deployers-jboss-beans.xml	2009-02-05 08:25:24 UTC (rev 83880)
+++ branches/Branch_5_0/varia/src/resources/seam/seam-deployers-jboss-beans.xml	2009-02-05 08:27:18 UTC (rev 83881)
@@ -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