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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 25 04:08:33 EDT 2009


Author: alex.loubyansky at jboss.com
Date: 2009-06-25 04:08:33 -0400 (Thu, 25 Jun 2009)
New Revision: 90580

Modified:
   projects/metadata/trunk/src/main/resources/schema/jboss-client_5_1.xsd
   projects/metadata/trunk/src/main/resources/schema/jboss-ds_5_0.xsd
   projects/metadata/trunk/src/main/resources/schema/jboss-ra_1_0.xsd
   projects/metadata/trunk/src/main/resources/schema/jboss-web_5_1.xsd
Log:
JBMETA-210

Modified: projects/metadata/trunk/src/main/resources/schema/jboss-client_5_1.xsd
===================================================================
--- projects/metadata/trunk/src/main/resources/schema/jboss-client_5_1.xsd	2009-06-25 03:42:17 UTC (rev 90579)
+++ projects/metadata/trunk/src/main/resources/schema/jboss-client_5_1.xsd	2009-06-25 08:08:33 UTC (rev 90580)
@@ -8,8 +8,8 @@
    elementFormDefault="qualified"
    >
 
-   <xsd:import namespace="http://java.sun.com/xml/ns/javaee" schemaLocation="javaee_5.xsd"/>
-   <xsd:include schemaLocation="jboss-common_5_1.xsd"/>
+   <xsd:import namespace="http://java.sun.com/xml/ns/javaee" schemaLocation="http://java.sun.com/xml/ns/javaee/javaee_5.xsd"/>
+   <xsd:include schemaLocation="http://www.jboss.org/j2ee/schema/jboss-common_5_1.xsd"/>
 
    <xsd:element name="jboss-client" type="jboss:jboss-clientType"/>
 

Modified: projects/metadata/trunk/src/main/resources/schema/jboss-ds_5_0.xsd
===================================================================
--- projects/metadata/trunk/src/main/resources/schema/jboss-ds_5_0.xsd	2009-06-25 03:42:17 UTC (rev 90579)
+++ projects/metadata/trunk/src/main/resources/schema/jboss-ds_5_0.xsd	2009-06-25 08:08:33 UTC (rev 90580)
@@ -11,8 +11,8 @@
             elementFormDefault="qualified" 
             attributeFormDefault="unqualified"
             version="5.0">
-  <xsd:import namespace="http://java.sun.com/xml/ns/javaee" schemaLocation="javaee_5.xsd"/>
-  <xsd:include schemaLocation="jboss-common_5_1.xsd"/>
+  <xsd:import namespace="http://java.sun.com/xml/ns/javaee" schemaLocation="http://java.sun.com/xml/ns/javaee/javaee_5.xsd"/>
+  <xsd:include schemaLocation="http://www.jboss.org/j2ee/schema/jboss-common_5_1.xsd"/>
 
   <xsd:group name="connectionPoolGroup">
     <xsd:annotation>

Modified: projects/metadata/trunk/src/main/resources/schema/jboss-ra_1_0.xsd
===================================================================
--- projects/metadata/trunk/src/main/resources/schema/jboss-ra_1_0.xsd	2009-06-25 03:42:17 UTC (rev 90579)
+++ projects/metadata/trunk/src/main/resources/schema/jboss-ra_1_0.xsd	2009-06-25 08:08:33 UTC (rev 90580)
@@ -4,9 +4,9 @@
     xmlns:ra="http://www.jboss.org/schema/ra" xmlns:xs="http://www.w3.org/2001/XMLSchema"
     xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"
     elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
+                                                                           
+    <xs:import namespace="http://java.sun.com/xml/ns/j2ee" schemaLocation="http://java.sun.com/xml/ns/j2ee/j2ee_1_4.xsd"/>
 
-    <xs:import namespace="http://java.sun.com/xml/ns/j2ee" schemaLocation="j2ee_1_4.xsd"/>
-
     <xs:element name="jboss-ra" type="ra:jbossRaType"/>                              
     
     <xs:complexType name="jbossRaType">           

Modified: projects/metadata/trunk/src/main/resources/schema/jboss-web_5_1.xsd
===================================================================
--- projects/metadata/trunk/src/main/resources/schema/jboss-web_5_1.xsd	2009-06-25 03:42:17 UTC (rev 90579)
+++ projects/metadata/trunk/src/main/resources/schema/jboss-web_5_1.xsd	2009-06-25 08:08:33 UTC (rev 90580)
@@ -64,8 +64,8 @@
          consistency with the Servlet API. </xsd:documentation>
    </xsd:annotation>
 
-   <xsd:import namespace="http://java.sun.com/xml/ns/javaee" schemaLocation="javaee_5.xsd"/>
-   <xsd:include schemaLocation="jboss-common_5_1.xsd"/>
+   <xsd:import namespace="http://java.sun.com/xml/ns/javaee" schemaLocation="http://java.sun.com/xml/ns/javaee/javaee_5.xsd"/>
+   <xsd:include schemaLocation="http://www.jboss.org/j2ee/schema/jboss-common_5_1.xsd"/>
 
    <xsd:element name="jboss-web" type="jboss:jboss-webType">
       <xsd:annotation>




More information about the jboss-cvs-commits mailing list