[jboss-cvs] JBossAS SVN: r104558 - trunk/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri May 7 05:29:10 EDT 2010
Author: jmesnil
Date: 2010-05-07 05:29:10 -0400 (Fri, 07 May 2010)
New Revision: 104558
Modified:
trunk/build/build.xml
Log:
[JBAS-7998] HornetQ clustered configuration is copied to AS default profile
* in partition-build task, exclude deploy/hornetq to prevent overriding
its (non-clustered) default profile with the (clustered) all profile
Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml 2010-05-07 09:28:38 UTC (rev 104557)
+++ trunk/build/build.xml 2010-05-07 09:29:10 UTC (rev 104558)
@@ -238,7 +238,7 @@
<exclude name="deploy/httpha-invoker.sar/**"/>
<exclude name="deploy/iiop-service.xml"/>
<exclude name="deploy/juddi-service.sar/**"/>
- <exclude name="deploy/messaging/**"/>
+ <exclude name="deploy/hornetq/**"/>
<exclude name="deploy/osgi/**"/>
<exclude name="deploy/snmp-adaptor.sar/**"/>
</fileset>
More information about the jboss-cvs-commits
mailing list