[jboss-cvs] JBossAS SVN: r107560 - branches/JBPAPP_5_1/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Aug 12 12:14:05 EDT 2010
Author: fnasser at redhat.com
Date: 2010-08-12 12:14:05 -0400 (Thu, 12 Aug 2010)
New Revision: 107560
Modified:
branches/JBPAPP_5_1/build/build.xml
Log:
[#JBPAPP-4869] RPM - dist-diff - messaging-*.properties for the web profile are in the ZIP but not in the RPM; [#JBPAPP-4722] Web Server is leaking dependencies to JBoss Messaging
Modified: branches/JBPAPP_5_1/build/build.xml
===================================================================
--- branches/JBPAPP_5_1/build/build.xml 2010-08-12 14:36:21 UTC (rev 107559)
+++ branches/JBPAPP_5_1/build/build.xml 2010-08-12 16:14:05 UTC (rev 107560)
@@ -1078,6 +1078,8 @@
<copy todir="${install.web}">
<fileset dir="${install.default}">
<include name="conf/**"/>
+ <exclude name="conf/**/messaging-users.properties"/>
+ <exclude name="conf/**/messaging-roles.properties"/>
<include name="deploy/**"/>
<exclude name="deploy/messaging/**"/>
<exclude name="deploy/management/**"/>
More information about the jboss-cvs-commits
mailing list