[jboss-cvs] JBossAS SVN: r110405 - 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
Tue Jan 18 11:53:12 EST 2011


Author: pferraro
Date: 2011-01-18 11:53:12 -0500 (Tue, 18 Jan 2011)
New Revision: 110405

Modified:
   branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/etc/build.xml
Log:
JBPAPP-5770 omit hornetq-jms.xml and jms-ds.xml from backup profiles.

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-01-18 16:15:21 UTC (rev 110404)
+++ branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/etc/build.xml	2011-01-18 16:53:12 UTC (rev 110405)
@@ -136,7 +136,8 @@
          <fileset dir="${jboss_home}/server/${config}">
             <include name="conf/**"/>
             <include name="data"/>
-         	<include name="deploy/hornetq/**"/>
+            <include name="deploy/hornetq/hornetq-configuration.xml"/>
+            <include name="deploy/hornetq/hornetq-jboss-beans.xml"/>
             <include name="deploy/jms-ra.rar/**"/>
             <include name="deploy/security/**"/>
             <include name="deploy/hdscanner-jboss-beans.xml"/>



More information about the jboss-cvs-commits mailing list