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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 19 14:33:21 EDT 2007


Author: dbhole
Date: 2007-09-19 14:33:21 -0400 (Wed, 19 Sep 2007)
New Revision: 65478

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

Delete the jbossmq-client jar when building soa



Modified: branches/JBPAPP_4_2/build/build-distr.xml
===================================================================
--- branches/JBPAPP_4_2/build/build-distr.xml	2007-09-19 16:40:31 UTC (rev 65477)
+++ branches/JBPAPP_4_2/build/build-distr.xml	2007-09-19 18:33:21 UTC (rev 65478)
@@ -558,7 +558,7 @@
   	<delete dir="${install.server}/${target}/deploy-hasingleton/jms"/>
 
     <delete file="${install.server}/${target}/lib/jbossmq.jar"/>
-    <delete file="${install.server}/client/jbossmq-client.jar"/>
+    <delete file="${install.client}/jbossmq-client.jar"/>
 
   </target>
 	




More information about the jboss-cvs-commits mailing list