[jboss-cvs] JBossAS SVN: r72953 - projects/metadata/trunk/src/main/resources/dtd.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 1 15:29:02 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-05-01 15:29:02 -0400 (Thu, 01 May 2008)
New Revision: 72953

Modified:
   projects/metadata/trunk/src/main/resources/dtd/jboss-client_5_0.dtd
Log:
JBMETA-31, include message-destination-ref*, depends* in jboss-client element model

Modified: projects/metadata/trunk/src/main/resources/dtd/jboss-client_5_0.dtd
===================================================================
--- projects/metadata/trunk/src/main/resources/dtd/jboss-client_5_0.dtd	2008-05-01 18:44:04 UTC (rev 72952)
+++ projects/metadata/trunk/src/main/resources/dtd/jboss-client_5_0.dtd	2008-05-01 19:29:02 UTC (rev 72953)
@@ -21,7 +21,7 @@
 <!-- The jboss-client element is the root element.
 -->
 <!ELEMENT jboss-client (jndi-name, ejb-ref*, service-ref*, resource-ref*,
- resource-env-ref*)>
+ resource-env-ref*, message-destination-ref*, depends*)>
 
 <!-- The required jndi-name element specifies the JNDI name of a deployed
 object. It is used in two different contexts:




More information about the jboss-cvs-commits mailing list