[jboss-cvs] JBoss Messaging SVN: r2675 - in trunk: util and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 14 16:09:37 EDT 2007


Author: timfox
Date: 2007-05-14 16:09:37 -0400 (Mon, 14 May 2007)
New Revision: 2675

Modified:
   trunk/build-messaging.xml
   trunk/util/release-admin.xml
Log:
Do not try and copy jms-ds.xml


Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2007-05-14 19:57:23 UTC (rev 2674)
+++ trunk/build-messaging.xml	2007-05-14 20:09:37 UTC (rev 2675)
@@ -401,7 +401,6 @@
       <copy todir="${build.jar}" file="${source.etc}/server/default/deploy/destinations-service.xml"/>
       <copy todir="${build.jar}" file="${source.etc}/server/default/deploy/hsqldb-persistence-service.xml"/>
       <copy todir="${build.jar}" file="${source.etc}/server/default/deploy/remoting-service.xml"/>
-      <copy todir="${build.jar}" file="${source.etc}/server/default/deploy/jms-ds.xml"/>
       <copy file="${build.etc}/VERSION" toFile="${build.jar}/VERSION"/>
       <copy todir="${build.jar}/xmdesc">
          <fileset dir="${source.etc}/xmdesc" includes="*.xml"/>

Modified: trunk/util/release-admin.xml
===================================================================
--- trunk/util/release-admin.xml	2007-05-14 19:57:23 UTC (rev 2674)
+++ trunk/util/release-admin.xml	2007-05-14 20:09:37 UTC (rev 2675)
@@ -120,6 +120,10 @@
       <copy file="${jboss.home}/server/${messaging.config.source}/deploy/jms/jms-ra.rar"
             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"/>
+
    </target>
 
 




More information about the jboss-cvs-commits mailing list