[jboss-cvs] JBoss Messaging SVN: r7201 - trunk/src/config/common/schema.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 4 15:49:51 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-06-04 15:49:50 -0400 (Thu, 04 Jun 2009)
New Revision: 7201

Modified:
   trunk/src/config/common/schema/jbm-configuration.xsd
Log:
Fixing schema

Modified: trunk/src/config/common/schema/jbm-configuration.xsd
===================================================================
--- trunk/src/config/common/schema/jbm-configuration.xsd	2009-06-04 19:28:55 UTC (rev 7200)
+++ trunk/src/config/common/schema/jbm-configuration.xsd	2009-06-04 19:49:50 UTC (rev 7201)
@@ -60,9 +60,9 @@
             <xsd:element name="message-counter-sample-period"
                  type="xsd:unsignedLong" maxOccurs="1" minOccurs="0">
             </xsd:element>
-             xsd:element name="message-counter-max-day-history"
+            <xsd:element name="message-counter-max-day-history"
                  type="xsd:positiveInteger" maxOccurs="1" minOccurs="0">
-            </xsd:element>			
+            </xsd:element>
 				<xsd:element name="connection-ttl-override"
 					type="xsd:long" maxOccurs="1" minOccurs="0">
 				</xsd:element>




More information about the jboss-cvs-commits mailing list