[jboss-cvs] JBossAS SVN: r104276 - tags/EWP_5_0_1/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 27 13:49:00 EDT 2010


Author: fnasser at redhat.com
Date: 2010-04-27 13:48:59 -0400 (Tue, 27 Apr 2010)
New Revision: 104276

Modified:
   tags/EWP_5_0_1/build/build.xml
Log:
JBPAPP-3570 - Remove pieces not relevant to EWP from the examples section

Modified: tags/EWP_5_0_1/build/build.xml
===================================================================
--- tags/EWP_5_0_1/build/build.xml	2010-04-27 17:38:07 UTC (rev 104275)
+++ tags/EWP_5_0_1/build/build.xml	2010-04-27 17:48:59 UTC (rev 104276)
@@ -831,6 +831,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/jmx-remoting.sar"/>	
+    <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