[Jboss-cvs] JBossAS SVN: r56364 - in trunk/testsuite/imports: . sections

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 28 17:01:08 EDT 2006


Author: anil.saldhana at jboss.com
Date: 2006-08-28 17:01:07 -0400 (Mon, 28 Aug 2006)
New Revision: 56364

Added:
   trunk/testsuite/imports/sections/securityspi.xml
Modified:
   trunk/testsuite/imports/test-jars.xml
Log:
JBAS-3577: Role Mapping + Mapping Framework

Added: trunk/testsuite/imports/sections/securityspi.xml
===================================================================
--- trunk/testsuite/imports/sections/securityspi.xml	2006-08-28 21:00:23 UTC (rev 56363)
+++ trunk/testsuite/imports/sections/securityspi.xml	2006-08-28 21:01:07 UTC (rev 56364)
@@ -0,0 +1,17 @@
+<project name="tests-security-spi-jars">
+   <target name="_jars-security-spi">
+      <mkdir dir="${build.lib}"/>
+
+      <!--web-role-map.war  -->
+      <jar destfile="${build.lib}/web-role-map.war">
+        <zipfileset prefix="WEB-INF" dir="${build.resources}/security-spi/rolemapping/web/WEB-INF">
+           <include name="web.xml" />
+           <include name="jboss-web.xml" />
+        </zipfileset>
+        <fileset dir="${build.resources}/security-spi/rolemapping/web">
+           <include name="*html"/>
+           <include name="*jsp"/>
+        </fileset>
+      </jar>
+   </target>
+</project>

Modified: trunk/testsuite/imports/test-jars.xml
===================================================================
--- trunk/testsuite/imports/test-jars.xml	2006-08-28 21:00:23 UTC (rev 56363)
+++ trunk/testsuite/imports/test-jars.xml	2006-08-28 21:01:07 UTC (rev 56364)
@@ -57,6 +57,7 @@
    <import file="sections/retry.xml"/>
    <import file="sections/security.xml"/>
    <import file="sections/securitymgr.xml"/>
+   <import file="sections/securityspi.xml"/>
    <import file="sections/session.xml"/>
    <import file="sections/testbean.xml"/>
    <import file="sections/threading.xml"/>
@@ -138,6 +139,7 @@
         _jars-retry,
         _jars-security,
         _jars-securitymgr,
+        _jars-security-spi,
         _jars-session,
         _jars-testbean,
         _jars-testbeancluster,




More information about the jboss-cvs-commits mailing list