[jboss-cvs] JBoss Messaging SVN: r2694 - trunk/util.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 15 23:48:20 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-05-15 23:48:20 -0400 (Tue, 15 May 2007)
New Revision: 2694

Modified:
   trunk/util/release-admin.xml
Log:
Using the all configuration as source without this change won't work as jms-ds.xml is not available on all

Modified: trunk/util/release-admin.xml
===================================================================
--- trunk/util/release-admin.xml	2007-05-15 21:17:54 UTC (rev 2693)
+++ trunk/util/release-admin.xml	2007-05-16 03:48:20 UTC (rev 2694)
@@ -121,8 +121,9 @@
             todir="${jboss.home}/server/${messaging.config.name}/deploy"/>
 
       <!-- Copy the JMS provider loader stuff -->
-      <copy file="${jboss.home}/server/${messaging.config.source}/deploy/jms/jms-ds.xml"
-            todir="${jboss.home}/server/${messaging.config.name}/deploy"/>
+      <copy todir="${jboss.home}/server/${messaging.config.name}/deploy">
+         <fileset dir="${jboss.home}/server/${messaging.config.source}/deploy/jms" includes="jms-ds.xml,hajndi-jms-ds.xml"/>
+      </copy>
 
    </target>
 




More information about the jboss-cvs-commits mailing list