[jboss-cvs] JBossAS SVN: r89050 - projects/microcontainer/trunk/kernel/src/main/resources/schema.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 19 10:16:57 EDT 2009


Author: alesj
Date: 2009-05-19 10:16:57 -0400 (Tue, 19 May 2009)
New Revision: 89050

Modified:
   projects/microcontainer/trunk/kernel/src/main/resources/schema/jboss-beans-common_2_0.xsd
Log:
Re-order elements so they match xb order.

Modified: projects/microcontainer/trunk/kernel/src/main/resources/schema/jboss-beans-common_2_0.xsd
===================================================================
--- projects/microcontainer/trunk/kernel/src/main/resources/schema/jboss-beans-common_2_0.xsd	2009-05-19 14:08:07 UTC (rev 89049)
+++ projects/microcontainer/trunk/kernel/src/main/resources/schema/jboss-beans-common_2_0.xsd	2009-05-19 14:16:57 UTC (rev 89050)
@@ -26,9 +26,9 @@
          </xsd:documentation>
       </xsd:annotation>
       <xsd:sequence>
-         <xsd:element name="annotation" type="annotationType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="alias" type="aliasType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="related-class" type="relatedClassType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="annotation" type="annotationType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="classloader" type="classloaderType" minOccurs="0"/>
          <xsd:element name="constructor" type="constructorType" minOccurs="0"/>
          <xsd:element name="property" type="propertyType" minOccurs="0" maxOccurs="unbounded"/>




More information about the jboss-cvs-commits mailing list