[jboss-cvs] JBossAS SVN: r79434 - in trunk: testsuite/imports and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 13 22:16:29 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-10-13 22:16:28 -0400 (Mon, 13 Oct 2008)
New Revision: 79434

Modified:
   trunk/build/build-distr.xml
   trunk/testsuite/imports/server-config.xml
Log:
JBAS-5358, Move the deployers/profileservice-jboss-beans.xml to deploy/profileservice-jboss-beans.xml

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2008-10-14 02:01:45 UTC (rev 79433)
+++ trunk/build/build-distr.xml	2008-10-14 02:16:28 UTC (rev 79434)
@@ -1726,7 +1726,7 @@
       <fileset dir="${_module.output}/lib" includes="*.jar"/>
     </copy>
     <!-- Copy the profileservice beans to an optional file -->
-    <copy tofile="${install.server}/all/deployers/profileservice-jboss-beans.xml.bak"
+    <copy tofile="${install.server}/all/deploy/profileservice-jboss-beans.xml.bak"
       file="${_module.output}/resources/profileservice-jboss-beans.xml" />
   </target>
 

Modified: trunk/testsuite/imports/server-config.xml
===================================================================
--- trunk/testsuite/imports/server-config.xml	2008-10-14 02:01:45 UTC (rev 79433)
+++ trunk/testsuite/imports/server-config.xml	2008-10-14 02:16:28 UTC (rev 79434)
@@ -895,8 +895,8 @@
          </copy>
       	 <copy file="${jboss.dist}/server/@{conf}/conf/bootstrap-repo.xml" 
       	 	tofile="${jboss.dist}/server/@{conf}/conf/bootstrap.xml" overwrite="true"/>
-      	 <copy file="${jboss.dist}/server/@{conf}/deployers/profileservice-jboss-beans.xml.bak" 
-      	 	tofile="${jboss.dist}/server/@{conf}/deployers/profileservice-jboss-beans.xml" overwrite="true"/>
+      	 <copy file="${jboss.dist}/server/@{conf}/deploy/profileservice-jboss-beans.xml.bak" 
+      	 	tofile="${jboss.dist}/server/@{conf}/deploy/profileservice-jboss-beans.xml" overwrite="true"/>
          <!-- Overwrite any config content with that from the
          resources/test-configs/@{conf}
          -->




More information about the jboss-cvs-commits mailing list