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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 7 11:30:19 EDT 2008


Author: alesj
Date: 2008-05-07 11:30:19 -0400 (Wed, 07 May 2008)
New Revision: 73109

Modified:
   projects/microcontainer/trunk/kernel/src/resources/main/schema/bean-deployer_2_0.xsd
Log:
Simple fix.

Modified: projects/microcontainer/trunk/kernel/src/resources/main/schema/bean-deployer_2_0.xsd
===================================================================
--- projects/microcontainer/trunk/kernel/src/resources/main/schema/bean-deployer_2_0.xsd	2008-05-07 13:17:50 UTC (rev 73108)
+++ projects/microcontainer/trunk/kernel/src/resources/main/schema/bean-deployer_2_0.xsd	2008-05-07 15:30:19 UTC (rev 73109)
@@ -124,7 +124,7 @@
          </xsd:complexContent>
       </xsd:complexType>
       <xsd:simpleType name="classNameType">
-         <xsd:restriction base="classNameType"></xsd:restriction>
+         <xsd:restriction base="classNameType"/>
       </xsd:simpleType>
       <xsd:group name="valueGroup">
          <xsd:choice>
@@ -225,22 +225,22 @@
          </xsd:complexContent>
       </xsd:complexType>
       <xsd:simpleType name="controllerStateType">
-         <xsd:restriction base="controllerStateType"></xsd:restriction>
+         <xsd:restriction base="controllerStateType"/>
       </xsd:simpleType>
       <xsd:simpleType name="controllerModeType">
-         <xsd:restriction base="controllerModeType"></xsd:restriction>
+         <xsd:restriction base="controllerModeType"/>
       </xsd:simpleType>
       <xsd:simpleType name="autowireTypeType">
-         <xsd:restriction base="autowireTypeType"></xsd:restriction>
+         <xsd:restriction base="autowireTypeType"/>
       </xsd:simpleType>
       <xsd:simpleType name="accessModeType">
-         <xsd:restriction base="accessModeType"></xsd:restriction>
+         <xsd:restriction base="accessModeType"/>
       </xsd:simpleType>
       <xsd:simpleType name="optionType">
-         <xsd:restriction base="optionType"></xsd:restriction>
+         <xsd:restriction base="optionType"/>
       </xsd:simpleType>
       <xsd:simpleType name="contextType">
-         <xsd:restriction base="contextType"></xsd:restriction>
+         <xsd:restriction base="contextType"/>
       </xsd:simpleType>
    </xsd:redefine>
 




More information about the jboss-cvs-commits mailing list