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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 19 13:52:19 EDT 2010


Author: fnasser at redhat.com
Date: 2010-07-19 13:52:19 -0400 (Mon, 19 Jul 2010)
New Revision: 106843

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 17:10:07 UTC (rev 106842)
+++ branches/JBPAPP_5_1/build/build.xml	2010-07-19 17:52:19 UTC (rev 106843)
@@ -839,6 +839,9 @@
 
     <delete file="${install.client}/jboss-iiop-client.jar"/>	
     <delete file="${install.client}/jboss-messaging-client.jar"/>	
+    <delete file="${install.client}/hornetq-jms-client.jar"/>	
+    <delete file="${install.client}/hornetq-core-client.jar"/>	
+    <delete file="${install.client}/netty.jar"/>	
 
     <delete dir="${install.default}/deployers/bsh.deployer"/>	
     <delete dir="${install.production}/deployers/bsh.deployer"/>	



More information about the jboss-cvs-commits mailing list