[jboss-cvs] JBossAS SVN: r99250 - branches/JBPAPP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 11 16:49:16 EST 2010


Author: fnasser at redhat.com
Date: 2010-01-11 16:49:15 -0500 (Mon, 11 Jan 2010)
New Revision: 99250

Modified:
   branches/JBPAPP_5_0/build/build.xml
Log:
JBPAPP-3383 - Remove unnecessary components from EWP

Modified: branches/JBPAPP_5_0/build/build.xml
===================================================================
--- branches/JBPAPP_5_0/build/build.xml	2010-01-11 20:49:04 UTC (rev 99249)
+++ branches/JBPAPP_5_0/build/build.xml	2010-01-11 21:49:15 UTC (rev 99250)
@@ -826,6 +826,15 @@
 
     <!-- end delete production litter -->
 
+    <!-- delete client and deployers litter -->
+    <delete file="${install.client}/jboss-iiop-client.jar"/>	
+    <delete file="${install.client}/jboss-messaging-client.jar"/>	
+
+    <delete dir="${install.default}/deployers/bsh.deployer"/>	
+    <delete dir="${install.production}/deployers/bsh.deployer"/>	
+
+    <!-- end delete client and deployers litter -->
+
     <!-- Change some defauls in the production config -->
    <patch patchFile="jbossas-5-ewp-production.patch"
        dir="${install.root}" strip="0"/>




More information about the jboss-cvs-commits mailing list