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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 25 18:26:20 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-09-25 18:26:20 -0400 (Tue, 25 Sep 2007)
New Revision: 65616

Modified:
   branches/JBPAPP_4_2/build/build-distr.xml
Log:
Removing jboss-mq libraries

Modified: branches/JBPAPP_4_2/build/build-distr.xml
===================================================================
--- branches/JBPAPP_4_2/build/build-distr.xml	2007-09-25 22:14:01 UTC (rev 65615)
+++ branches/JBPAPP_4_2/build/build-distr.xml	2007-09-25 22:26:20 UTC (rev 65616)
@@ -563,10 +563,9 @@
   	<delete dir="${install.server}/${target}/deploy/jms"/>
   	<delete dir="${install.server}/${target}/deploy-hasingleton/jms"/>
 
-    <!-- Keep MQ jars for now, as JACC tests need it
+    <!-- Removing jbossmq libraries -->
     <delete file="${install.server}/${target}/lib/jbossmq.jar"/>
     <delete file="${install.client}/jbossmq-client.jar"/> 
-    -->
 
   </target>
 	




More information about the jboss-cvs-commits mailing list