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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 17 09:45:40 EDT 2008


Author: dimitris at jboss.org
Date: 2008-04-17 09:45:40 -0400 (Thu, 17 Apr 2008)
New Revision: 72355

Modified:
   branches/Branch_4_2/testsuite/imports/sections/isolation.xml
Log:
fix the creation of isolationC.war, spotted by Adrian. :)

jboss-web.xml was erroneusly included in web-inf/web-inf dir.

Modified: branches/Branch_4_2/testsuite/imports/sections/isolation.xml
===================================================================
--- branches/Branch_4_2/testsuite/imports/sections/isolation.xml	2008-04-17 13:38:33 UTC (rev 72354)
+++ branches/Branch_4_2/testsuite/imports/sections/isolation.xml	2008-04-17 13:45:40 UTC (rev 72355)
@@ -50,9 +50,8 @@
       <!-- build isolationC.war -->
       <war warfile="${build.lib}/isolationC.war"
          webxml="${build.resources}/isolation/c/war/WEB-INF/web.xml">
-         <webinf dir="${build.resources}/isolation/c/war">
-            <include name="WEB-INF/*.xml"/>
-            <exclude name="WEB-INF/web.xml"/>
+         <webinf dir="${build.resources}/isolation/c/war/WEB-INF">
+            <include name="jboss-web.xml"/>
          </webinf>
          <classes dir="${build.classes}">
             <include name="org/jboss/test/isolation/web/c/**"/>




More information about the jboss-cvs-commits mailing list