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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 29 17:08:53 EST 2007


Author: scott.stark at jboss.org
Date: 2007-01-29 17:08:53 -0500 (Mon, 29 Jan 2007)
New Revision: 60108

Modified:
   branches/Branch_4_2/testsuite/imports/sections/security.xml
Log:
JBAS-1537, move the custom principal web resources to security since that is where the test is

Modified: branches/Branch_4_2/testsuite/imports/sections/security.xml
===================================================================
--- branches/Branch_4_2/testsuite/imports/sections/security.xml	2007-01-29 21:48:10 UTC (rev 60107)
+++ branches/Branch_4_2/testsuite/imports/sections/security.xml	2007-01-29 22:08:53 UTC (rev 60108)
@@ -203,15 +203,15 @@
       </jar>
       <!-- Test Custom Principal Propagation -->
       <war destfile="${build.lib}/custom-principal.war"
-         webxml="${build.resources}/web/custom-principal/WEB-INF/web.xml">
-         <webinf dir="${build.resources}/web/custom-principal/WEB-INF/">
+         webxml="${build.resources}/security/custom-principal/WEB-INF/web.xml">
+         <webinf dir="${build.resources}/security/custom-principal/WEB-INF/">
             <include name="jboss-web.xml"/>
          </webinf> 
-         <fileset dir="${build.resources}/web/custom-principal">
+         <fileset dir="${build.resources}/security/custom-principal">
             <include name="**/*.html"/>
             <include name="**/*.jsp"/>
          </fileset>
-      </war> 
+      </war>
 
       <ear earfile="${build.lib}/security-jaas.ear"
          appxml="${build.resources}/security/META-INF/application-jaas.xml">




More information about the jboss-cvs-commits mailing list