You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2014/06/04 22:33:33 UTC

svn commit: r911345 - in /websites/production/cxf/content/schemas: blueprint/jaxrs.xsd jaxrs.xsd

Author: sergeyb
Date: Wed Jun  4 20:33:33 2014
New Revision: 911345

Log:
Fixing an issue with a temp workaround to CXF jaxrs schemas

Modified:
    websites/production/cxf/content/schemas/blueprint/jaxrs.xsd
    websites/production/cxf/content/schemas/jaxrs.xsd

Modified: websites/production/cxf/content/schemas/blueprint/jaxrs.xsd
==============================================================================
--- websites/production/cxf/content/schemas/blueprint/jaxrs.xsd (original)
+++ websites/production/cxf/content/schemas/blueprint/jaxrs.xsd Wed Jun  4 20:33:33 2014
@@ -90,9 +90,9 @@
             <xsd:element name="properties" type="beans:Tmap" minOccurs="0"/>
             <xsd:element name="providers" type="xsd:anyType" minOccurs="0"/>
             <xsd:element name="modelBeans" type="xsd:anyType" minOccurs="0"/>
-            <xsd:element name="model" type="jaxrs-common:model" minOccurs="0"/>
+            <xsd:element name="model" type="model" minOccurs="0"/>
             <xsd:element name="headers" type="xsd:anyType" minOccurs="0"/> 
-            <xsd:element name="schemaLocations" type="jaxrs-common:schemasType" minOccurs="0"/>
+            <xsd:element name="schemaLocations" type="schemasType" minOccurs="0"/>
           </xsd:all>
           <!-- xsd:attributeGroup ref="cxf-beans:beanAttributes"/-->
           <xsd:attribute name="address" type="xsd:string" />

Modified: websites/production/cxf/content/schemas/jaxrs.xsd
==============================================================================
--- websites/production/cxf/content/schemas/jaxrs.xsd (original)
+++ websites/production/cxf/content/schemas/jaxrs.xsd Wed Jun  4 20:33:33 2014
@@ -89,9 +89,9 @@
             <xsd:element name="properties" type="beans:mapType" minOccurs="0"/>
             <xsd:element name="providers" type="xsd:anyType" minOccurs="0"/>
             <xsd:element name="modelBeans" type="xsd:anyType" minOccurs="0"/>
-            <xsd:element name="model" type="jaxrs-common:model" minOccurs="0"/>
+            <xsd:element name="model" type="model" minOccurs="0"/>
             <xsd:element name="headers" type="xsd:anyType" minOccurs="0"/> 
-            <xsd:element name="schemaLocations" type="jaxrs-common:schemasType" minOccurs="0"/>
+            <xsd:element name="schemaLocations" type="schemasType" minOccurs="0"/>
           </xsd:all>
           <xsd:attributeGroup ref="cxf-beans:beanAttributes"/>
           <xsd:attribute name="address" type="xsd:string" />