[jboss-cvs] JBossAS SVN: r76376 - trunk/spring-int/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 29 06:47:29 EDT 2008


Author: adrian at jboss.org
Date: 2008-07-29 06:47:29 -0400 (Tue, 29 Jul 2008)
New Revision: 76376

Added:
   trunk/spring-int/src/resources/spring-deployers-jboss-beans.xml
Removed:
   trunk/spring-int/src/resources/spring-deployers-beans.xml
Log:
[JBAS-5803] beans.xml -> jboss-beans.xml

Deleted: trunk/spring-int/src/resources/spring-deployers-beans.xml
===================================================================
--- trunk/spring-int/src/resources/spring-deployers-beans.xml	2008-07-29 10:45:37 UTC (rev 76375)
+++ trunk/spring-int/src/resources/spring-deployers-beans.xml	2008-07-29 10:47:29 UTC (rev 76376)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   Spring deployer beans.
--->
-<deployment xmlns="urn:jboss:bean-deployer:2.0">
-
-   <bean name="SpringParserDeployer" class="org.jboss.spring.deployers.SpringParserDeployer"/>
-
-   <bean name="ApplicationContextDeployer" class="org.jboss.spring.deployers.ApplicationContextDeployer"/>
-
-   <!--
-      Uncomment this if you want to use only BeanFactory not the full ApplicationContext.
-       And comment the ApplicationContextDeployer, else both will pick-up the SpringMetaData. 
-   -->
-   <!--
-   <bean name="BeanFactoryDeployer" class="org.jboss.spring.deployers.BeanFactoryDeployer"/>
-   -->
-
-</deployment>

Copied: trunk/spring-int/src/resources/spring-deployers-jboss-beans.xml (from rev 76375, trunk/spring-int/src/resources/spring-deployers-beans.xml)
===================================================================
--- trunk/spring-int/src/resources/spring-deployers-jboss-beans.xml	                        (rev 0)
+++ trunk/spring-int/src/resources/spring-deployers-jboss-beans.xml	2008-07-29 10:47:29 UTC (rev 76376)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+   Spring deployer beans.
+-->
+<deployment xmlns="urn:jboss:bean-deployer:2.0">
+
+   <bean name="SpringParserDeployer" class="org.jboss.spring.deployers.SpringParserDeployer"/>
+
+   <bean name="ApplicationContextDeployer" class="org.jboss.spring.deployers.ApplicationContextDeployer"/>
+
+   <!--
+      Uncomment this if you want to use only BeanFactory not the full ApplicationContext.
+       And comment the ApplicationContextDeployer, else both will pick-up the SpringMetaData. 
+   -->
+   <!--
+   <bean name="BeanFactoryDeployer" class="org.jboss.spring.deployers.BeanFactoryDeployer"/>
+   -->
+
+</deployment>




More information about the jboss-cvs-commits mailing list