[jboss-cvs] JBossAS SVN: r87026 - trunk/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Apr 8 22:56:52 EDT 2009
Author: bstansberry at jboss.com
Date: 2009-04-08 22:56:52 -0400 (Wed, 08 Apr 2009)
New Revision: 87026
Modified:
trunk/build/build.xml
Log:
[JBAS-6757] Make sure we overwrite minimal/conf content
Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml 2009-04-09 02:24:16 UTC (rev 87025)
+++ trunk/build/build.xml 2009-04-09 02:56:52 UTC (rev 87026)
@@ -733,7 +733,7 @@
<include name="xmdesc/Log4jService-xmbean.xml"/>
</fileset>
</copy>
- <copy todir="${install.minimal.conf}">
+ <copy todir="${install.minimal.conf}" overwrite="true">
<fileset dir="${project.root}/server/output/etc/conf/minimal" />
</copy>
<copy file="${project.root}/profileservice/output/resources/hdscanner-jboss-beans.xml"
More information about the jboss-cvs-commits
mailing list