Author: asoldano
Date: 2014-06-06 09:26:58 -0400 (Fri, 06 Jun 2014)
New Revision: 18723
Removed:
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/aegis.xsd
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/aegisTypes.xsd
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/java2wsbeans.xml
Log:
[JBWS-3686] Remove files not needed
Deleted: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/aegis.xsd
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/aegis.xsd 2014-06-06
10:12:08 UTC (rev 18722)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/aegis.xsd 2014-06-06
13:26:58 UTC (rev 18723)
@@ -1,92 +0,0 @@
-<?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"
- elementFormDefault="unqualified"
attributeFormDefault="unqualified"
->
-
- <xsd:element name="mappings">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="mapping" type="mappingType"
minOccurs="0" maxOccurs="unbounded" />
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
-
- <xsd:complexType name="mappingType">
- <xsd:choice minOccurs="0" maxOccurs="unbounded">
- <xsd:element name="property" type="propertyType" />
- <xsd:element name="method" type="methodType" />
- <xsd:element name="component" type="componentTypeType"
/>
- </xsd:choice>
- <xsd:attribute name="uri" type="xsd:string" />
- <xsd:attribute name="name" type="xsd:string" />
- </xsd:complexType>
-
- <xsd:complexType name="propertyType">
- <xsd:attributeGroup ref="mappedType" />
- </xsd:complexType>
-
- <xsd:complexType name="methodType">
- <xsd:choice minOccurs="0" maxOccurs="unbounded">
- <xsd:element name="return-type" type="return-typeType"
/>
- <xsd:element name="parameter" type="parameterType" />
- </xsd:choice>
- <xsd:attribute name="name" type="xsd:string" />
- <xsd:attribute name="ignore" type="xsd:boolean" />
- </xsd:complexType>
-
- <xsd:complexType name="return-typeType">
- <xsd:attributeGroup ref="mappedType" />
- </xsd:complexType>
-
- <xsd:complexType name="parameterType">
- <xsd:attribute name="index" type="xsd:int" />
- <xsd:attribute name="class" type="xsd:string" />
- <xsd:attributeGroup ref="mappedType" />
- </xsd:complexType>
-
- <xsd:complexType name="componentTypeType">
- <xsd:attribute name="class" type="xsd:string" />
- <xsd:attributeGroup ref="mappedType" />
- </xsd:complexType>
-
- <xsd:attributeGroup name="mappedType">
- <xsd:attribute name="name" type="xsd:string" />
- <xsd:attribute name="type" type="xsd:string" />
- <xsd:attribute name="typeName" type="xsd:string" />
- <xsd:attribute name="mappedName" type="xsd:string" />
- <xsd:attribute name="nillable" type="xsd:boolean" />
- <xsd:attribute name="flat" type="xsd:boolean" />
- <xsd:attribute name="ignore" type="xsd:boolean" />
- <xsd:attribute name="componentType" type="xsd:string" />
- <xsd:attribute name="keyType" type="xsd:string" />
- <xsd:attribute name="valueType" type="xsd:string" />
- <xsd:attribute name="minOccurs" type="xsd:int" />
- <xsd:attribute name="maxOccurs" type="xsd:string" />
- <xsd:attribute name="style">
- <xsd:simpleType>
- <xsd:restriction base="xsd:string">
- <xsd:enumeration value="attribute" />
- <xsd:enumeration value="element" />
- </xsd:restriction>
- </xsd:simpleType>
- </xsd:attribute>
- </xsd:attributeGroup>
-</xsd:schema>
\ No newline at end of file
Deleted: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/aegisTypes.xsd
===================================================================
---
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/aegisTypes.xsd 2014-06-06
10:12:08 UTC (rev 18722)
+++
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/aegisTypes.xsd 2014-06-06
13:26:58 UTC (rev 18723)
@@ -1,30 +0,0 @@
-<?xml version="1.0" ?>
-<!--
- 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.
--->
-<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
-
xmlns:aegisTypes="http://cxf.apache.org/aegisTypes"
-
targetNamespace="http://cxf.apache.org/aegisTypes">
-
- <xs:simpleType name="char">
- <xs:restriction base="xs:short" >
- <xs:minInclusive value="0"/>
- </xs:restriction>
- </xs:simpleType>
-
-</xs:schema>
\ No newline at end of file
Deleted: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/java2wsbeans.xml
===================================================================
---
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/java2wsbeans.xml 2014-06-06
10:12:08 UTC (rev 18722)
+++
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/java2wsbeans.xml 2014-06-06
13:26:58 UTC (rev 18723)
@@ -1,28 +0,0 @@
-<?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.
--->
-<beans
xmlns="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.xsd">
- <bean id="JaxbDatabindingBean"
class="org.apache.cxf.jaxb.JAXBDataBinding" scope="prototype" />
- <bean id="XmlbeansDatabindingBean"
class="org.apache.cxf.xmlbeans.XmlBeansDataBinding" scope="prototype"
/>
- <bean id="SdoDatabindingBean"
class="org.apache.cxf.sdo.SDODataBinding" scope="prototype" />
- <bean id="JaxwsServiceBuilderBean"
class="org.apache.cxf.jaxws.JaxwsServiceBuilder" scope="prototype"
/>
- <bean id="SimpleServiceBuilderBean"
class="org.apache.cxf.simple.SimpleServiceBuilder" scope="prototype"
/>
- <bean id="AegisDatabindingBean"
class="org.apache.cxf.aegis.databinding.AegisDatabinding"
scope="prototype" />
-</beans>
-