[jboss-cvs] JBossAS SVN: r67607 - branches/JBPAPP_4_2/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 29 09:18:17 EST 2007


Author: rrajesh
Date: 2007-11-29 09:18:17 -0500 (Thu, 29 Nov 2007)
New Revision: 67607

Modified:
   branches/JBPAPP_4_2/build/build-distr.xml
Log:
JBPAPP-461 Change JMSService to ServerPeer

Modified: branches/JBPAPP_4_2/build/build-distr.xml
===================================================================
--- branches/JBPAPP_4_2/build/build-distr.xml	2007-11-29 13:56:10 UTC (rev 67606)
+++ branches/JBPAPP_4_2/build/build-distr.xml	2007-11-29 14:18:17 UTC (rev 67607)
@@ -597,6 +597,10 @@
 	  	<replacefilter token="&gt;createTopic&lt;" value="&gt;deployTopic&lt;"/>
 	  	<replacefilter token="&gt;createQueue&lt;" value="&gt;deployQueue&lt;"/>
   	</replace>
+
+  	<replace file="${install.server}/${target}/conf/jboss-service.xml">
+	  	<replacefilter token="jboss.mq:service=DestinationManager" value="jboss.messaging:service=ServerPeer"/>
+  	</replace>
   	
     <antcall target="replace-messaging-clustered"></antcall>
     <antcall target="replace-messaging-nonclustered"></antcall>




More information about the jboss-cvs-commits mailing list