[jboss-cvs] JBossAS SVN: r112189 - branches/JBPAPP_5_1/testsuite/src/resources/org/jboss/test/deployment/jbpapp6517/ear/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 31 18:40:08 EDT 2011


Author: bmaxwell
Date: 2011-08-31 18:40:07 -0400 (Wed, 31 Aug 2011)
New Revision: 112189

Modified:
   branches/JBPAPP_5_1/testsuite/src/resources/org/jboss/test/deployment/jbpapp6517/ear/META-INF/jboss-app.xml
Log:
[JBPAPP-6517] added doctype to jboss-app.xml in test deployment since DDValidatorUnitTestCase is doing validation on test deployments

Modified: branches/JBPAPP_5_1/testsuite/src/resources/org/jboss/test/deployment/jbpapp6517/ear/META-INF/jboss-app.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/resources/org/jboss/test/deployment/jbpapp6517/ear/META-INF/jboss-app.xml	2011-08-31 15:34:59 UTC (rev 112188)
+++ branches/JBPAPP_5_1/testsuite/src/resources/org/jboss/test/deployment/jbpapp6517/ear/META-INF/jboss-app.xml	2011-08-31 22:40:07 UTC (rev 112189)
@@ -1,7 +1,12 @@
 <?xml version="1.0"?>
+
+<!DOCTYPE jboss-app
+    PUBLIC "-//JBoss//DTD Java EE Application 5.0//EN"
+    "http://www.jboss.org/j2ee/dtd/jboss-app_5_0.dtd">
+
 <jboss-app>
 
-<module-order>strict</module-order>
+	<module-order>strict</module-order>
 
   <loader-repository>
     testcase.jboss.org:loader=testcase.ear



More information about the jboss-cvs-commits mailing list