Author: asoldano
Date: 2014-04-24 10:25:40 -0400 (Thu, 24 Apr 2014)
New Revision: 18586
Removed:
stack/cxf/branches/asoldano/modules/client/src/main/resources/META-INF/tools-plugin.xml
stack/cxf/branches/asoldano/modules/client/src/main/resources/META-INF/tools.service.validator.xml
stack/cxf/branches/asoldano/modules/client/src/main/resources/META-INF/wsdl.plugin.xml
Log:
Removing old and not required tools descriptor (the proper versions are consumed from the
cxf jars)
Deleted:
stack/cxf/branches/asoldano/modules/client/src/main/resources/META-INF/tools-plugin.xml
===================================================================
---
stack/cxf/branches/asoldano/modules/client/src/main/resources/META-INF/tools-plugin.xml 2014-04-24
13:59:17 UTC (rev 18585)
+++
stack/cxf/branches/asoldano/modules/client/src/main/resources/META-INF/tools-plugin.xml 2014-04-24
14:25:40 UTC (rev 18586)
@@ -1,56 +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.
--->
-<plugin
xmlns="http://cxf.apache.org/tools/plugin" name="default"
version="" provider="cxf.apache.org">
- <frontend name="jaxws"
package="org.apache.cxf.tools.wsdlto.frontend.jaxws"
profile="JAXWSProfile">
- <container name="JAXWSContainer" toolspec="jaxws-toolspec.xml"
/>
- <processor name="WSDLToJavaProcessor"
package="org.apache.cxf.tools.wsdlto.frontend.jaxws.processor" />
- <builder name="JAXWSDefinitionBuilder"
package="org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11" />
- <generators
package="org.apache.cxf.tools.wsdlto.frontend.jaxws.generators">
- <generator name="AntGenerator" />
- <generator name="ClientGenerator" />
- <generator name="FaultGenerator" />
- <generator name="ImplGenerator" />
- <generator name="SEIGenerator" />
- <generator name="ServerGenerator" />
- <generator name="ServiceGenerator" />
- </generators>
- </frontend>
- <frontend name="jaxws21"
package="org.apache.cxf.tools.wsdlto.frontend.jaxws"
profile="JAXWSProfile">
- <container name="JAXWS21Container"
toolspec="jaxws-toolspec.xml" />
- <processor name="WSDLToJavaProcessor"
package="org.apache.cxf.tools.wsdlto.frontend.jaxws.processor" />
- <builder name="JAXWSDefinitionBuilder"
package="org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11" />
- <generators
package="org.apache.cxf.tools.wsdlto.frontend.jaxws.generators">
- <generator name="AntGenerator" />
- <generator name="ClientGenerator" />
- <generator name="FaultGenerator" />
- <generator name="ImplGenerator" />
- <generator name="SEIGenerator" />
- <generator name="ServerGenerator" />
- <generator name="JAXWS21ServiceGenerator" />
- </generators>
- </frontend>
- <databinding name="jaxb"
package="org.apache.cxf.tools.wsdlto.databinding.jaxb"
profile="JAXBDataBinding" />
- <databinding name="xmlbeans"
package="org.apache.cxf.xmlbeans.tools"
profile="XMLBeansToolingDataBinding" />
- <databinding name="jibx" package="org.apache.cxf.jibx.tools"
profile="JibxToolingDataBinding" />
- <databinding name="sdo" package="org.apache.cxf.sdo.tools"
profile="SDODatabinding" />
- <databinding name="sdo-dynamic"
package="org.apache.cxf.sdo.tools" profile="SDODatabinding" />
- <databinding name="sdo-static"
package="org.apache.cxf.sdo.tools" profile="SDODatabinding" />
-</plugin>
-
Deleted:
stack/cxf/branches/asoldano/modules/client/src/main/resources/META-INF/tools.service.validator.xml
===================================================================
---
stack/cxf/branches/asoldano/modules/client/src/main/resources/META-INF/tools.service.validator.xml 2014-04-24
13:59:17 UTC (rev 18585)
+++
stack/cxf/branches/asoldano/modules/client/src/main/resources/META-INF/tools.service.validator.xml 2014-04-24
14:25:40 UTC (rev 18586)
@@ -1,27 +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.
--->
-<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
-
-<properties>
- <entry
key="UniqueBodyValidator">org.apache.cxf.tools.wsdlto.frontend.jaxws.validator.UniqueBodyValidator</entry>
- <entry
key="WrapperStyleNameCollisionValidator">org.apache.cxf.tools.wsdlto.frontend.jaxws.validator.WrapperStyleNameCollisionValidator</entry>
- <entry
key="XMLFormatValidator">org.apache.cxf.binding.xml.XMLFormatValidator</entry>
-</properties>
-
Deleted:
stack/cxf/branches/asoldano/modules/client/src/main/resources/META-INF/wsdl.plugin.xml
===================================================================
---
stack/cxf/branches/asoldano/modules/client/src/main/resources/META-INF/wsdl.plugin.xml 2014-04-24
13:59:17 UTC (rev 18585)
+++
stack/cxf/branches/asoldano/modules/client/src/main/resources/META-INF/wsdl.plugin.xml 2014-04-24
14:25:40 UTC (rev 18586)
@@ -1,30 +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.
--->
-<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
-
-<properties>
- <entry
key="soap-javax.wsdl.Port">org.apache.cxf.binding.soap.wsdl11.SoapAddressPlugin</entry>
- <entry
key="xml-javax.wsdl.Port">org.apache.cxf.binding.xml.wsdl11.HttpAddressPlugin</entry>
- <entry
key="xml-javax.wsdl.Binding">org.apache.cxf.binding.xml.wsdl11.XmlBindingPlugin</entry>
- <entry
key="xml-javax.wsdl.BindingInput">org.apache.cxf.binding.xml.wsdl11.XmlIoPlugin</entry>
- <entry
key="xml-javax.wsdl.BindingOutput">org.apache.cxf.binding.xml.wsdl11.XmlIoPlugin</entry>
- <entry
key="jms-javax.wsdl.Port">org.apache.cxf.transport.jms.wsdl11.JmsTransportPlugin</entry>
-</properties>
-