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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 14 09:25:58 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-03-14 09:25:58 -0400 (Fri, 14 Mar 2008)
New Revision: 70868

Modified:
   projects/microcontainer/trunk/kernel/src/resources/main/schema/jboss-beans-common_2_0.xsd
Log:
[JBMICROCONT-259] Common schema should not have a namespace

Modified: projects/microcontainer/trunk/kernel/src/resources/main/schema/jboss-beans-common_2_0.xsd
===================================================================
--- projects/microcontainer/trunk/kernel/src/resources/main/schema/jboss-beans-common_2_0.xsd	2008-03-14 13:22:06 UTC (rev 70867)
+++ projects/microcontainer/trunk/kernel/src/resources/main/schema/jboss-beans-common_2_0.xsd	2008-03-14 13:25:58 UTC (rev 70868)
@@ -2,9 +2,8 @@
 <!-- A prototype xsd schema for the pojoserver xml deployer
 $Id: bean-deployer_2_0.xsd 70437 2008-03-05 17:13:04Z alesj $
  -->
+
 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-   targetNamespace="urn:jboss:beans-common:2.0"
-   xmlns="urn:jboss:beans-common:2.0"
    elementFormDefault="qualified"
    attributeFormDefault="unqualified"
    version="1.0">
@@ -20,7 +19,7 @@
          ...
          ]]>
       </xsd:documentation>
-   </xsd:annotation>
+   </xsd:annotation> 
 
    <xsd:complexType name="beanType">
       <xsd:annotation>




More information about the jboss-cvs-commits mailing list