[jboss-cvs] JBossAS SVN: r106626 - branches/JBPAPP_5_1/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 13 10:58:07 EDT 2010


Author: fnasser at redhat.com
Date: 2010-07-13 10:58:07 -0400 (Tue, 13 Jul 2010)
New Revision: 106626

Modified:
   branches/JBPAPP_5_1/build/build.xml
Log:
[#JBPAPP-4621] Remove messaging-*.properties from the EWP version of the AS build

Modified: branches/JBPAPP_5_1/build/build.xml
===================================================================
--- branches/JBPAPP_5_1/build/build.xml	2010-07-13 09:26:32 UTC (rev 106625)
+++ branches/JBPAPP_5_1/build/build.xml	2010-07-13 14:58:07 UTC (rev 106626)
@@ -843,6 +843,11 @@
     <delete dir="${install.default}/deployers/bsh.deployer"/>	
     <delete dir="${install.production}/deployers/bsh.deployer"/>	
 
+    <delete dir="${install.default}/conf/props/messaging-roles.properties"/>	
+    <delete dir="${install.default}/conf/props/messaging-users.properties"/>	
+    <delete dir="${install.production}/conf/props/messaging-roles.properties"/>	
+    <delete dir="${install.production}/conf/props/messaging-users.properties"/>	
+
     <!-- delete examples that make no sense for EWP (JBPAPP-3570) -->
     <delete dir="${install.examples}/jms"/>	
     <delete dir="${install.examples}/jmx/jmx-remoting.sar"/>	



More information about the jboss-cvs-commits mailing list