[jboss-cvs] JBossAS SVN: r67034 - trunk/ejb3/src/resources/test/dd/web/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 13 13:38:04 EST 2007


Author: adrian at jboss.org
Date: 2007-11-13 13:38:04 -0500 (Tue, 13 Nov 2007)
New Revision: 67034

Modified:
   trunk/ejb3/src/resources/test/dd/web/META-INF/application-mf.xml
   trunk/ejb3/src/resources/test/dd/web/META-INF/application.xml
Log:
[EJBTHREE-1067] - Make the application.xml parsable and there is no description child element on the web element in application.xml

Modified: trunk/ejb3/src/resources/test/dd/web/META-INF/application-mf.xml
===================================================================
--- trunk/ejb3/src/resources/test/dd/web/META-INF/application-mf.xml	2007-11-13 18:14:12 UTC (rev 67033)
+++ trunk/ejb3/src/resources/test/dd/web/META-INF/application-mf.xml	2007-11-13 18:38:04 UTC (rev 67034)
@@ -1,11 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE application PUBLIC
+   "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN"
+   "http://java.sun.com/dtd/application_1_3.dtd">
 
 <application>
     <display-name>JBossTest Web Container Testsuite</display-name>
 
     <module>
        <web>
-           <description>Another war to test manifest classpath</description>
+           <!--Another war to test manifest classpath -->
            <web-uri>manifest-web.war</web-uri>
            <context-root>/manifest</context-root>
        </web>

Modified: trunk/ejb3/src/resources/test/dd/web/META-INF/application.xml
===================================================================
--- trunk/ejb3/src/resources/test/dd/web/META-INF/application.xml	2007-11-13 18:14:12 UTC (rev 67033)
+++ trunk/ejb3/src/resources/test/dd/web/META-INF/application.xml	2007-11-13 18:38:04 UTC (rev 67034)
@@ -1,4 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE application PUBLIC
+   "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN"
+   "http://java.sun.com/dtd/application_1_3.dtd">
 
 <application>
     <display-name>EJB3 Web Container Testsuite</display-name>
@@ -9,7 +12,7 @@
 
     <module>
     <web>
-        <description>The testsuite war</description>
+        <!--The testsuite war-->
         <web-uri>dd-web.war</web-uri>
         <context-root>/dd</context-root>
     </web>




More information about the jboss-cvs-commits mailing list