[jboss-cvs] JBossAS SVN: r80921 - in trunk: testsuite/imports and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Nov 13 02:50:41 EST 2008
Author: scott.stark at jboss.org
Date: 2008-11-13 02:50:40 -0500 (Thu, 13 Nov 2008)
New Revision: 80921
Modified:
trunk/build/build-distr.xml
trunk/testsuite/imports/server-config.xml
Log:
JBAS-5994, don't create a profileservice-jboss-beans.xml.bak any longer
Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml 2008-11-13 07:19:44 UTC (rev 80920)
+++ trunk/build/build-distr.xml 2008-11-13 07:50:40 UTC (rev 80921)
@@ -1739,7 +1739,7 @@
<copy todir="${install.server}/all/deploy/"
file="${_module.output}/resources/profileservice-hdscanner-jboss-beans.xml" />
<!-- Copy the profileservice beans to an optional file -->
- <copy tofile="${install.server}/all/deploy/profileservice-jboss-beans.xml.bak"
+ <copy todir="${install.server}/all/deploy/"
file="${_module.output}/resources/profileservice-jboss-beans.xml" />
</target>
Modified: trunk/testsuite/imports/server-config.xml
===================================================================
--- trunk/testsuite/imports/server-config.xml 2008-11-13 07:19:44 UTC (rev 80920)
+++ trunk/testsuite/imports/server-config.xml 2008-11-13 07:50:40 UTC (rev 80921)
@@ -964,8 +964,6 @@
<include name="deployers/**"/>
</fileset>
</copy>
- <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