[jboss-cvs] JBossAS SVN: r110981 - branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 21 11:26:52 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-03-21 11:26:51 -0400 (Mon, 21 Mar 2011)
New Revision: 110981

Modified:
   branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/etc/build.xml
Log:
https://issues.jboss.org/browse/JBPAPP-6143 - adding overwrite to script

Modified: branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/etc/build.xml
===================================================================
--- branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/etc/build.xml	2011-03-21 15:17:03 UTC (rev 110980)
+++ branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/etc/build.xml	2011-03-21 15:26:51 UTC (rev 110981)
@@ -83,7 +83,7 @@
    
    <target  name="addCommon">
       <echo>Adding HornetQ common components</echo>
-      <copy todir="${jboss_home}/common/lib">
+      <copy todir="${jboss_home}/common/lib" overwrite="true">
          <fileset dir="${lib.dir}">
             <include name="hornetq-bootstrap.jar"/>
             <include name="hornetq-core.jar"/>
@@ -103,7 +103,7 @@
 
    <target  name="addClient">
       <echo>Adding HornetQ client components</echo>
-      <copy todir="${jboss_home}/client">
+      <copy todir="${jboss_home}/client" overwrite="true">
          <fileset dir="${lib.dir}">
             <include name="hornetq-core-client.jar"/>
             <include name="hornetq-jms-client.jar"/>
@@ -167,7 +167,7 @@
             <include name="lib"/>
          </fileset>
       </copy>
-      <copy todir="${jboss_home}/server/${backup.config}/deploy/hornetq">
+      <copy todir="${jboss_home}/server/${backup.config}/deploy/hornetq" overwrite="true">
          <fileset dir="${jboss_home}/server/${config}/deploy/jms-ra.rar">
             <include name="hornetq-ra.jar"/>
          </fileset>



More information about the jboss-cvs-commits mailing list