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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 20 16:53:26 EDT 2010


Author: fnasser at redhat.com
Date: 2010-09-20 16:53:26 -0400 (Mon, 20 Sep 2010)
New Revision: 108235

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-09-20 20:09:52 UTC (rev 108234)
+++ branches/JBPAPP_5_1/build/build.xml	2010-09-20 20:53:26 UTC (rev 108235)
@@ -849,10 +849,10 @@
     <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 file="${install.default}/conf/props/messaging-roles.properties"/>	
+    <delete file="${install.default}/conf/props/messaging-users.properties"/>	
+    <delete file="${install.production}/conf/props/messaging-roles.properties"/>	
+    <delete file="${install.production}/conf/props/messaging-users.properties"/>	
 
     <!-- delete examples that make no sense for EWP (JBPAPP-3570) -->
     <delete dir="${install.examples}/jms"/>	



More information about the jboss-cvs-commits mailing list