[jboss-cvs] JBossAS SVN: r106845 - branches/JBPAPP_5_1/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 19 14:38:21 EDT 2010


Author: fnasser at redhat.com
Date: 2010-07-19 14:38:21 -0400 (Mon, 19 Jul 2010)
New Revision: 106845

Modified:
   branches/JBPAPP_5_1/build/build.xml
Log:
[#JBPAPP-4637] EWP: HornetQ libraries should not be in the EAP client/lib

Modified: branches/JBPAPP_5_1/build/build.xml
===================================================================
--- branches/JBPAPP_5_1/build/build.xml	2010-07-19 18:08:54 UTC (rev 106844)
+++ branches/JBPAPP_5_1/build/build.xml	2010-07-19 18:38:21 UTC (rev 106845)
@@ -990,6 +990,10 @@
 	 <delete file="${install.standard}/conf/jboss-service-production.xml"/>
 	 <delete file="${install.default}/conf/jboss-service-production.xml"/>	
 
+    <delete file="${install.client}/hornetq-jms-client.jar"/>	
+    <delete file="${install.client}/hornetq-core-client.jar"/>	
+    <delete file="${install.client}/netty.jar"/>	
+
     <!-- end delete production litter -->
 
     <!-- Build server/minimal manually -->



More information about the jboss-cvs-commits mailing list