Author: dkulp
Date: Thu Apr 24 10:52:29 2008
New Revision: 651327

URL: http://svn.apache.org/viewvc?rev=651327&view=rev
Log:
Move the last remaining schema into "schemas" so we can make it "live"

Added:
    incubator/cxf/trunk/rt/bindings/object/src/main/resources/schemas/
    incubator/cxf/trunk/rt/bindings/object/src/main/resources/schemas/bindings/
    
incubator/cxf/trunk/rt/bindings/object/src/main/resources/schemas/bindings/object.xsd
   (with props)
Removed:
    incubator/cxf/trunk/rt/bindings/object/src/main/resources/org/
Modified:
    
incubator/cxf/trunk/distribution/src/main/release/samples/js_browser_client_java_first/cxf.xml
    
incubator/cxf/trunk/distribution/src/main/release/samples/js_browser_client_simple/cxf.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first/cxf.xml
    
incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_anttasks/cxf.xml
    
incubator/cxf/trunk/rt/bindings/object/src/main/resources/META-INF/spring.schemas

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/js_browser_client_java_first/cxf.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/js_browser_client_java_first/cxf.xml?rev=651327&r1=651326&r2=651327&view=diff
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/js_browser_client_java_first/cxf.xml
 (original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/js_browser_client_java_first/cxf.xml
 Thu Apr 24 10:52:29 2008
@@ -21,11 +21,9 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xmlns:jaxws="http://cxf.apache.org/jaxws";
        xmlns:cxf="http://cxf.apache.org/core";
-       xmlns:soap="http://cxf.apache.org/bindings/soap";
        xmlns:httpj="http://cxf.apache.org/transports/http-jetty/configuration";
        xsi:schemaLocation="
 http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
-http://cxf.apache.org/bindings/soap 
http://cxf.apache.org/schema/bindings/soap.xsd
 http://cxf.apache.org/core http://cxf.apache.org/schemas/core.xsd
 http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd
 http://cxf.apache.org/transports/http-jetty/configuration 
http://cxf.apache.org/schemas/configuration/http-jetty.xsd

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/js_browser_client_simple/cxf.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/js_browser_client_simple/cxf.xml?rev=651327&r1=651326&r2=651327&view=diff
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/js_browser_client_simple/cxf.xml
 (original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/js_browser_client_simple/cxf.xml
 Thu Apr 24 10:52:29 2008
@@ -21,12 +21,10 @@
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
       xmlns:jaxws="http://cxf.apache.org/jaxws";
       xmlns:cxf="http://cxf.apache.org/core";
-      xmlns:soap="http://cxf.apache.org/bindings/soap";
       xmlns:httpj="http://cxf.apache.org/transports/http-jetty/configuration";
 
       xsi:schemaLocation="
 http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
-http://cxf.apache.org/bindings/soap 
http://cxf.apache.org/schema/bindings/soap.xsd
 http://cxf.apache.org/core http://cxf.apache.org/schemas/core.xsd
 http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd
 http://cxf.apache.org/transports/http-jetty/configuration 
http://cxf.apache.org/schemas/configuration/http-jetty.xsd

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first/cxf.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first/cxf.xml?rev=651327&r1=651326&r2=651327&view=diff
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first/cxf.xml 
(original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first/cxf.xml 
Thu Apr 24 10:52:29 2008
@@ -21,10 +21,8 @@
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
       xmlns:jaxws="http://cxf.apache.org/jaxws";
       xmlns:cxf="http://cxf.apache.org/core";
-      xmlns:soap="http://cxf.apache.org/bindings/soap";
       xsi:schemaLocation="
 http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
-http://cxf.apache.org/bindings/soap 
http://cxf.apache.org/schema/bindings/soap.xsd
 http://cxf.apache.org/core http://cxf.apache.org/schemas/core.xsd
 http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd";>
 

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_anttasks/cxf.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_anttasks/cxf.xml?rev=651327&r1=651326&r2=651327&view=diff
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_anttasks/cxf.xml
 (original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_anttasks/cxf.xml
 Thu Apr 24 10:52:29 2008
@@ -21,10 +21,8 @@
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
       xmlns:jaxws="http://cxf.apache.org/jaxws";
       xmlns:cxf="http://cxf.apache.org/core";
-      xmlns:soap="http://cxf.apache.org/bindings/soap";
       xsi:schemaLocation="
 http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
-http://cxf.apache.org/bindings/soap 
http://cxf.apache.org/schema/bindings/soap.xsd
 http://cxf.apache.org/core http://cxf.apache.org/schemas/core.xsd
 http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd";>
 

Modified: 
incubator/cxf/trunk/rt/bindings/object/src/main/resources/META-INF/spring.schemas
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/object/src/main/resources/META-INF/spring.schemas?rev=651327&r1=651326&r2=651327&view=diff
==============================================================================
--- 
incubator/cxf/trunk/rt/bindings/object/src/main/resources/META-INF/spring.schemas
 (original)
+++ 
incubator/cxf/trunk/rt/bindings/object/src/main/resources/META-INF/spring.schemas
 Thu Apr 24 10:52:29 2008
@@ -18,4 +18,4 @@
 #    under the License.
 #
 #
-http\://cxf.apache.org/schema/bindings/object.xsd=org/apache/cxf/binding/soap/spring/object.xsd
\ No newline at end of file
+http\://cxf.apache.org/schemas/bindings/object.xsd=schemas/bindings/object.xsd

Added: 
incubator/cxf/trunk/rt/bindings/object/src/main/resources/schemas/bindings/object.xsd
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/object/src/main/resources/schemas/bindings/object.xsd?rev=651327&view=auto
==============================================================================
--- 
incubator/cxf/trunk/rt/bindings/object/src/main/resources/schemas/bindings/object.xsd
 (added)
+++ 
incubator/cxf/trunk/rt/bindings/object/src/main/resources/schemas/bindings/object.xsd
 Thu Apr 24 10:52:29 2008
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<xsd:schema
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema";
+  xmlns:beans="http://www.springframework.org/schema/beans";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd";
+  targetNamespace="http://cxf.apache.org/bindings/object"; 
+  elementFormDefault="qualified"
+  attributeFormDefault="unqualified"  >
+
+  <xsd:import namespace="http://www.springframework.org/schema/beans"; />
+
+  <xsd:element name="objectBinding">
+    <xsd:complexType>
+      <xsd:complexContent>
+        <xsd:extension base="beans:identifiedType">
+        </xsd:extension>
+      </xsd:complexContent>
+    </xsd:complexType>
+  </xsd:element>
+
+</xsd:schema>

Propchange: 
incubator/cxf/trunk/rt/bindings/object/src/main/resources/schemas/bindings/object.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/cxf/trunk/rt/bindings/object/src/main/resources/schemas/bindings/object.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
incubator/cxf/trunk/rt/bindings/object/src/main/resources/schemas/bindings/object.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml


Reply via email to