[jboss-cvs] JBossAS SVN: r102185 - trunk/testsuite/src/resources/web/acl/WEB-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 9 23:26:32 EST 2010


Author: bstansberry at jboss.com
Date: 2010-03-09 23:26:32 -0500 (Tue, 09 Mar 2010)
New Revision: 102185

Modified:
   trunk/testsuite/src/resources/web/acl/WEB-INF/web.xml
Log:
[JBAS-7644] Give acl-integration.war a module-name that's different from the acl-integration.jar used with it

Modified: trunk/testsuite/src/resources/web/acl/WEB-INF/web.xml
===================================================================
--- trunk/testsuite/src/resources/web/acl/WEB-INF/web.xml	2010-03-10 04:25:10 UTC (rev 102184)
+++ trunk/testsuite/src/resources/web/acl/WEB-INF/web.xml	2010-03-10 04:26:32 UTC (rev 102185)
@@ -1,9 +1,10 @@
 <?xml version="1.0"?>
-<!DOCTYPE web-app PUBLIC
-   "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
-   "http://java.sun.com/dtd/web-app_2_3.dtd">
-
-<web-app>
+<web-app xmlns="http://java.sun.com/xml/ns/javaee"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
+    version="3.0">
+    
+   <module-name>acl-integration-war</module-name>
    <description>Web Application that tests ACL Integration with the web container</description>
    <servlet>
      <servlet-name>ACLServlet</servlet-name>




More information about the jboss-cvs-commits mailing list