[jboss-cvs] JBossAS SVN: r76420 - trunk/testsuite/src/resources/profileservice.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 29 09:00:10 EDT 2008


Author: adrian at jboss.org
Date: 2008-07-29 09:00:10 -0400 (Tue, 29 Jul 2008)
New Revision: 76420

Added:
   trunk/testsuite/src/resources/profileservice/testMCBeansDeployment-jboss-beans.xml
Removed:
   trunk/testsuite/src/resources/profileservice/testMCBeansDeployment-beans.xml
Log:
[JBAS-5803] beans.xml -> jboss-beans.xml

Deleted: trunk/testsuite/src/resources/profileservice/testMCBeansDeployment-beans.xml
===================================================================
--- trunk/testsuite/src/resources/profileservice/testMCBeansDeployment-beans.xml	2008-07-29 12:59:19 UTC (rev 76419)
+++ trunk/testsuite/src/resources/profileservice/testMCBeansDeployment-beans.xml	2008-07-29 13:00:10 UTC (rev 76420)
@@ -1,5 +0,0 @@
-<deployment xmlns="urn:jboss:bean-deployer:2.0">
-    <bean name="testMCBeansDeployment-Bean1"
-        class="org.jboss.test.profileservice.mcbeans.Bean1">
-    </bean>
-</deployment>

Copied: trunk/testsuite/src/resources/profileservice/testMCBeansDeployment-jboss-beans.xml (from rev 76419, trunk/testsuite/src/resources/profileservice/testMCBeansDeployment-beans.xml)
===================================================================
--- trunk/testsuite/src/resources/profileservice/testMCBeansDeployment-jboss-beans.xml	                        (rev 0)
+++ trunk/testsuite/src/resources/profileservice/testMCBeansDeployment-jboss-beans.xml	2008-07-29 13:00:10 UTC (rev 76420)
@@ -0,0 +1,5 @@
+<deployment xmlns="urn:jboss:bean-deployer:2.0">
+    <bean name="testMCBeansDeployment-Bean1"
+        class="org.jboss.test.profileservice.mcbeans.Bean1">
+    </bean>
+</deployment>




More information about the jboss-cvs-commits mailing list