[jboss-cvs] JBossAS SVN: r64484 - branches/Branch_4_4/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 7 11:37:06 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-08-07 11:37:06 -0400 (Tue, 07 Aug 2007)
New Revision: 64484

Modified:
   branches/Branch_4_4/build/build.xml
Log:
Fixing soa-clustered

Modified: branches/Branch_4_4/build/build.xml
===================================================================
--- branches/Branch_4_4/build/build.xml	2007-08-07 13:20:17 UTC (rev 64483)
+++ branches/Branch_4_4/build/build.xml	2007-08-07 15:37:06 UTC (rev 64484)
@@ -756,6 +756,11 @@
         <exclude name="work/**"/>
       </fileset>
     </copy>
+    <copy todir="${install.soa-clustered}/deploy/jms" overwrite="true">
+      <fileset dir="${install.docs}/examples/jca">
+        <include name="jms-ds.xml"/>
+      </fileset>
+    </copy>
   	<antcall target="replace-messaging">
   	   <param name="target" value="soa-clustered"/>
   	</antcall>




More information about the jboss-cvs-commits mailing list