[jboss-cvs] JBossAS SVN: r63276 - branches/JBoss_4_0_4_GA_CP/testsuite/src/resources/security/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 31 11:45:36 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-05-31 11:45:36 -0400 (Thu, 31 May 2007)
New Revision: 63276

Modified:
   branches/JBoss_4_0_4_GA_CP/testsuite/src/resources/security/META-INF/application-jaas.xml
Log:
ASPATCH-156, add the custom-principal.war module

Modified: branches/JBoss_4_0_4_GA_CP/testsuite/src/resources/security/META-INF/application-jaas.xml
===================================================================
--- branches/JBoss_4_0_4_GA_CP/testsuite/src/resources/security/META-INF/application-jaas.xml	2007-05-31 15:39:13 UTC (rev 63275)
+++ branches/JBoss_4_0_4_GA_CP/testsuite/src/resources/security/META-INF/application-jaas.xml	2007-05-31 15:45:36 UTC (rev 63276)
@@ -14,6 +14,13 @@
     </module>
 
    <module>
+       <web>
+           <web-uri>custom-principal.war</web-uri>
+           <context-root>custom-principal</context-root>
+       </web>
+    </module>
+
+   <module>
       <ejb>security-jaas.jar</ejb>
    </module>
 </application>




More information about the jboss-cvs-commits mailing list