[jboss-cvs] JBossAS SVN: r58609 - trunk/build

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Nov 18 11:37:12 EST 2006


Author: scott.stark at jboss.org
Date: 2006-11-18 11:37:10 -0500 (Sat, 18 Nov 2006)
New Revision: 58609

Modified:
   trunk/build/build.xml
Log:
Update the default config ejb3 service excludes

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2006-11-18 15:49:09 UTC (rev 58608)
+++ trunk/build/build.xml	2006-11-18 16:37:10 UTC (rev 58609)
@@ -700,7 +700,8 @@
         <exclude name="deploy/deploy.last/**"/>
         <exclude name="deploy/httpha-invoker.sar/**"/>
         <exclude name="deploy/snmp-adaptor.sar/**"/>
-        <exclude name="deploy/ejb3*cache*service.xml"/>
+        <exclude name="deploy/ejb3-clustered-sfsbcache-beans.xml"/>
+        <exclude name="deploy/ejb3-entity-cache-beans.xml"/>
         <exclude name="farm/**"/>
         <exclude name="deploy/juddi-service.sar/**"/>
         <exclude name="deploy/tc6-cluster.sar/**"/>




More information about the jboss-cvs-commits mailing list