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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 27 23:39:09 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-05-27 23:39:09 -0400 (Tue, 27 May 2008)
New Revision: 73725

Modified:
   trunk/testsuite/imports/sections/web.xml
Log:
correct the resources location for the xacml war

Modified: trunk/testsuite/imports/sections/web.xml
===================================================================
--- trunk/testsuite/imports/sections/web.xml	2008-05-28 03:38:14 UTC (rev 73724)
+++ trunk/testsuite/imports/sections/web.xml	2008-05-28 03:39:09 UTC (rev 73725)
@@ -524,10 +524,10 @@
            <include name="*policy.xml"/> 
            <include name="jboss-web.xml"/>
          </webinf> 
-         <fileset dir="${build.resources}/web">
+         <zipfileset dir="${build.resources}/web" prefix="WEB-INF/classes">
             <include name="users.properties"/>
             <include name="roles.properties"/>
-         </fileset>
+         </zipfileset>
          <fileset dir="${build.resources}/web/xacml/requestAttrib">
             <include name="**/*.html"/>
             <include name="**/*.jsp"/>




More information about the jboss-cvs-commits mailing list