[Jboss-cvs] JBossAS SVN: r56047 - trunk/testsuite/src/resources/cluster/http

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 17 23:54:15 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-08-17 23:54:14 -0400 (Thu, 17 Aug 2006)
New Revision: 56047

Modified:
   trunk/testsuite/src/resources/cluster/http/web.xml
Log:
Conform to the DTD

Modified: trunk/testsuite/src/resources/cluster/http/web.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/http/web.xml	2006-08-18 01:58:33 UTC (rev 56046)
+++ trunk/testsuite/src/resources/cluster/http/web.xml	2006-08-18 03:54:14 UTC (rev 56047)
@@ -5,14 +5,13 @@
     "http://java.sun.com/dtd/web-app_2_3.dtd">
 
 <web-app>
-  <distributable/>
   <display-name>Welcome to JBoss</display-name>
   <description>
      Welcome to JBoss
   </description>
+  <distributable/>
 
-
-<!-- timeout is set to 60 seconds -->
+  <!-- timeout is set to 60 seconds -->
   <session-config>
      <session-timeout>1</session-timeout>
   </session-config>




More information about the jboss-cvs-commits mailing list