[jboss-cvs] JBossAS SVN: r99247 - branches/EWP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 11 15:21:33 EST 2010


Author: fnasser at redhat.com
Date: 2010-01-11 15:21:32 -0500 (Mon, 11 Jan 2010)
New Revision: 99247

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

Modified: branches/EWP_5_0/build/build.xml
===================================================================
--- branches/EWP_5_0/build/build.xml	2010-01-11 20:11:33 UTC (rev 99246)
+++ branches/EWP_5_0/build/build.xml	2010-01-11 20:21:32 UTC (rev 99247)
@@ -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