[jboss-cvs] JBossAS SVN: r101043 - branches/JBPAPP_5_0/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Feb 16 15:56:51 EST 2010
Author: fnasser at redhat.com
Date: 2010-02-16 15:56:51 -0500 (Tue, 16 Feb 2010)
New Revision: 101043
Modified:
branches/JBPAPP_5_0/build/build.xml
Log:
JBPAPP-3570 - Remove pieces not relevant to EWP from the examples section
Modified: branches/JBPAPP_5_0/build/build.xml
===================================================================
--- branches/JBPAPP_5_0/build/build.xml 2010-02-16 20:51:34 UTC (rev 101042)
+++ branches/JBPAPP_5_0/build/build.xml 2010-02-16 20:56:51 UTC (rev 101043)
@@ -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