[Jboss-cvs] JBossAS SVN: r56075 - branches/JBoss_4_0_4_GA_JBAS-3526/testsuite/src/resources/cluster/http
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Aug 18 12:14:47 EDT 2006
Author: bstansberry at jboss.com
Date: 2006-08-18 12:14:46 -0400 (Fri, 18 Aug 2006)
New Revision: 56075
Modified:
branches/JBoss_4_0_4_GA_JBAS-3526/testsuite/src/resources/cluster/http/web.xml
Log:
Conform to DTD
Modified: branches/JBoss_4_0_4_GA_JBAS-3526/testsuite/src/resources/cluster/http/web.xml
===================================================================
--- branches/JBoss_4_0_4_GA_JBAS-3526/testsuite/src/resources/cluster/http/web.xml 2006-08-18 16:14:21 UTC (rev 56074)
+++ branches/JBoss_4_0_4_GA_JBAS-3526/testsuite/src/resources/cluster/http/web.xml 2006-08-18 16:14:46 UTC (rev 56075)
@@ -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