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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 16 14:30:14 EST 2010


Author: fnasser at redhat.com
Date: 2010-02-16 14:30:14 -0500 (Tue, 16 Feb 2010)
New Revision: 101039

Modified:
   branches/EWP_5_0/build/build.xml
Log:
iJBPAPP-3570 - Remove pieces not relevant to EWP from the examples section

Modified: branches/EWP_5_0/build/build.xml
===================================================================
--- branches/EWP_5_0/build/build.xml	2010-02-16 19:28:23 UTC (rev 101038)
+++ branches/EWP_5_0/build/build.xml	2010-02-16 19:30:14 UTC (rev 101039)
@@ -830,6 +830,12 @@
     <delete dir="${install.default}/deployers/bsh.deployer"/>	
     <delete dir="${install.production}/deployers/bsh.deployer"/>	
 
+    <!-- delete examples that make no sense for EWP (JBPAPP-3570) -->
+    <delete dir="${install.examples}/jms"/>	
+    <delete dir="${install.examples}/jmx-remoting"/>	
+    <delete dir="${install.examples}/transactions"/>	
+    <delete file="${install.examples}/jmx/ejb-management.jar"/>	
+
     <!-- default is not clustered, do not deploy cluster stuff -->
     <delete dir="${install.default}/deploy/cluster"/>	
     <delete dir="${install.default}/deploy-hasingleton"/>	




More information about the jboss-cvs-commits mailing list