[jboss-cvs] JBossAS SVN: r72357 - trunk/testsuite/imports/sections.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 17 09:57:31 EDT 2008


Author: dimitris at jboss.org
Date: 2008-04-17 09:57:31 -0400 (Thu, 17 Apr 2008)
New Revision: 72357

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

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

Modified: trunk/testsuite/imports/sections/isolation.xml
===================================================================
--- trunk/testsuite/imports/sections/isolation.xml	2008-04-17 13:56:00 UTC (rev 72356)
+++ trunk/testsuite/imports/sections/isolation.xml	2008-04-17 13:57:31 UTC (rev 72357)
@@ -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