[Jboss-cvs] JBossAS SVN: r56715 - branches/Branch_4_0/server/src/resources/dtd

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 11 06:07:25 EDT 2006


Author: thomas.diesler at jboss.com
Date: 2006-09-11 06:07:23 -0400 (Mon, 11 Sep 2006)
New Revision: 56715

Modified:
   branches/Branch_4_0/server/src/resources/dtd/jboss-web_4_0.dtd
Log:
fix order of web service related elements

Modified: branches/Branch_4_0/server/src/resources/dtd/jboss-web_4_0.dtd
===================================================================
--- branches/Branch_4_0/server/src/resources/dtd/jboss-web_4_0.dtd	2006-09-11 10:06:20 UTC (rev 56714)
+++ branches/Branch_4_0/server/src/resources/dtd/jboss-web_4_0.dtd	2006-09-11 10:07:23 UTC (rev 56715)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 
-<!-- The JBoss specific elements used to integrate the servlet 2.3 web.xml
-elements into a JBoss deployment. This version applies to the JBoss 3.2.x
+<!-- The JBoss specific elements used to integrate the servlet 2.4 web.xml
+elements into a JBoss deployment. This version applies to the JBoss 4.0.x
 releases.
 
 $Id$
@@ -18,7 +18,7 @@
    virtual-host*, use-session-cookies?, replication-config?, resource-env-ref*,
    resource-ref*, security-role*, ejb-ref*, ejb-local-ref*, 
    message-destination-ref*, message-destination*, 
-   service-ref*, webservice-description*, depends*, servlet*)>
+   webservice-description*, service-ref*, depends*, servlet*)>
 
 <!-- The class-loading element allows one to override the default class
 loading behavior of the web container. You can specify the




More information about the jboss-cvs-commits mailing list