[Jboss-cvs] JBossAS SVN: r56714 - trunk/server/src/resources/dtd

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


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

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

Modified: trunk/server/src/resources/dtd/jboss-web_4_0.dtd
===================================================================
--- trunk/server/src/resources/dtd/jboss-web_4_0.dtd	2006-09-11 10:02:22 UTC (rev 56713)
+++ trunk/server/src/resources/dtd/jboss-web_4_0.dtd	2006-09-11 10:06:20 UTC (rev 56714)
@@ -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*, authenticators*)>
+   webservice-description*, service-ref*, depends*, servlet*, authenticators*)>
 
 <!-- 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