[jboss-cvs] JBossAS SVN: r67273 - branches/JBPAPP_4_2/testsuite/imports.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 19 17:32:46 EST 2007


Author: rrajesh
Date: 2007-11-19 17:32:46 -0500 (Mon, 19 Nov 2007)
New Revision: 67273

Modified:
   branches/JBPAPP_4_2/testsuite/imports/server-config.xml
Log:
Ignore the tmp and work dir's when creating config for tests-unified

Modified: branches/JBPAPP_4_2/testsuite/imports/server-config.xml
===================================================================
--- branches/JBPAPP_4_2/testsuite/imports/server-config.xml	2007-11-19 22:02:08 UTC (rev 67272)
+++ branches/JBPAPP_4_2/testsuite/imports/server-config.xml	2007-11-19 22:32:46 UTC (rev 67273)
@@ -402,7 +402,9 @@
          <echo message="creating @{conf} config, jboss.dist=@{jboss.dist}"/>
          <create-config baseconf="default" newconf="@{conf}">
             <patternset>
-               <include name="**/*"/>
+          	<include name="conf/**"/>
+          	<include name="deploy/**"/>
+          	<include name="lib/**"/>            
              </patternset>
          </create-config>
          <!-- Unified config is now the default in 4.2.x




More information about the jboss-cvs-commits mailing list