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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 24 11:01:17 EDT 2007


Author: dbhole
Date: 2007-09-24 11:01:17 -0400 (Mon, 24 Sep 2007)
New Revision: 65586

Modified:
   branches/JBPAPP_4_2/build/build-distr.xml
Log:

Keep MQ jars for now, as JACC tests need it




Modified: branches/JBPAPP_4_2/build/build-distr.xml
===================================================================
--- branches/JBPAPP_4_2/build/build-distr.xml	2007-09-24 14:51:56 UTC (rev 65585)
+++ branches/JBPAPP_4_2/build/build-distr.xml	2007-09-24 15:01:17 UTC (rev 65586)
@@ -557,8 +557,10 @@
   	<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
     <delete file="${install.server}/${target}/lib/jbossmq.jar"/>
-    <delete file="${install.client}/jbossmq-client.jar"/>
+    <delete file="${install.client}/jbossmq-client.jar"/> 
+    -->
 
   </target>
 	




More information about the jboss-cvs-commits mailing list