[jboss-cvs] JBossAS SVN: r90327 - branches/JBPAPP_5_0_JBPAPP-2043/messaging2.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 17 09:14:02 EDT 2009


Author: ataylor
Date: 2009-06-17 09:14:02 -0400 (Wed, 17 Jun 2009)
New Revision: 90327

Modified:
   branches/JBPAPP_5_0_JBPAPP-2043/messaging2/build.xml
Log:
small fix

Modified: branches/JBPAPP_5_0_JBPAPP-2043/messaging2/build.xml
===================================================================
--- branches/JBPAPP_5_0_JBPAPP-2043/messaging2/build.xml	2009-06-17 13:00:41 UTC (rev 90326)
+++ branches/JBPAPP_5_0_JBPAPP-2043/messaging2/build.xml	2009-06-17 13:14:02 UTC (rev 90327)
@@ -111,7 +111,7 @@
        <fileset dir="output/etc/jboss-as"/>
      </copy>
      <copy file="output/etc/ra.xml" todir="${JBossMessaging2.dir}/config"/>
-     <copy  todir="${JBossMessaging2.dir}">
+     <copy  todir="${JBossMessaging2.dir}" overwrite="true">
       <fileset dir="output/etc">
          <include  name="examples/**"/>
          <include name="*.so"/>




More information about the jboss-cvs-commits mailing list