[jboss-cvs] JBossAS SVN: r64934 - branches/Branch_4_2/testsuite/imports.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 28 18:00:51 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-08-28 18:00:51 -0400 (Tue, 28 Aug 2007)
New Revision: 64934

Modified:
   branches/Branch_4_2/testsuite/imports/server-config.xml
Log:
Include farm in cluster node config to avoid complaints

Modified: branches/Branch_4_2/testsuite/imports/server-config.xml
===================================================================
--- branches/Branch_4_2/testsuite/imports/server-config.xml	2007-08-28 21:57:38 UTC (rev 64933)
+++ branches/Branch_4_2/testsuite/imports/server-config.xml	2007-08-28 22:00:51 UTC (rev 64934)
@@ -465,7 +465,9 @@
                <include name="deploy/deploy.last/farm-service.xml"/>
                <include name="deploy/jbossws*.sar/**"/>
                <include name="deploy/ejb3.deployer/**"/>
-                <include name="deploy/properties-service.xml"/>
+               <include name="deploy/properties-service.xml"/>
+               <include name="farm/**"/>
+               <exclude name="farm/cluster-examples-service.xml"/>
             </fileset>
          </copy>
          <antcall target="modify-farming">




More information about the jboss-cvs-commits mailing list