[jboss-cvs] JBossAS SVN: r69178 - in trunk/testsuite: src/resources/security-spec/META-INF and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 21 14:06:13 EST 2008


Author: anil.saldhana at jboss.com
Date: 2008-01-21 14:06:13 -0500 (Mon, 21 Jan 2008)
New Revision: 69178

Added:
   trunk/testsuite/src/resources/security-spec/META-INF/jboss-structure.xml
Modified:
   trunk/testsuite/imports/sections/security.xml
Log:
add jboss-structure.xml to the deployment to detect resources

Modified: trunk/testsuite/imports/sections/security.xml
===================================================================
--- trunk/testsuite/imports/sections/security.xml	2008-01-21 17:45:59 UTC (rev 69177)
+++ trunk/testsuite/imports/sections/security.xml	2008-01-21 19:06:13 UTC (rev 69178)
@@ -81,6 +81,7 @@
          <fileset dir="${build.resources}/security-spec">
             <include name="META-INF/ejb-jar.xml"/>
             <include name="META-INF/jboss.xml"/>
+            <include name="META-INF/jboss-structure.xml"/>
             <include name="users.properties"/>
             <include name="roles.properties"/>
          </fileset>        

Added: trunk/testsuite/src/resources/security-spec/META-INF/jboss-structure.xml
===================================================================
--- trunk/testsuite/src/resources/security-spec/META-INF/jboss-structure.xml	                        (rev 0)
+++ trunk/testsuite/src/resources/security-spec/META-INF/jboss-structure.xml	2008-01-21 19:06:13 UTC (rev 69178)
@@ -0,0 +1,11 @@
+<structure>
+   <context>
+      <path name=""/>
+      <metaDataPath>
+         <path name="META-INF"/>
+      </metaDataPath>
+      <classpath>
+         <path name=""/>
+      </classpath>
+   </context>
+</structure>




More information about the jboss-cvs-commits mailing list