Author: richard.opalka(a)jboss.com
Date: 2009-02-02 04:24:27 -0500 (Mon, 02 Feb 2009)
New Revision: 9185
Added:
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools.service.validator.xml
Removed:
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/service.validator.xml
Modified:
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools-plugin.xml
Log:
refactoring config name
Deleted:
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/service.validator.xml
===================================================================
---
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/service.validator.xml 2009-02-02
09:03:35 UTC (rev 9184)
+++
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/service.validator.xml 2009-02-02
09:24:27 UTC (rev 9185)
@@ -1,31 +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>
-
- <!-- Copied from
CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/tools.service.validator.xml
-->
- <entry
key="XMLFormatValidator">org.apache.cxf.binding.xml.XMLFormatValidator</entry>
-
- <!-- Copied from
CXF-SOURCES/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools.service.validator.xml
-->
- <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>
-
-</properties>
Modified:
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools-plugin.xml
===================================================================
---
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools-plugin.xml 2009-02-02
09:03:35 UTC (rev 9184)
+++
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools-plugin.xml 2009-02-02
09:24:27 UTC (rev 9185)
@@ -19,6 +19,13 @@
-->
<plugin
xmlns="http://cxf.apache.org/tools/plugin" name="default"
version="" provider="cxf.apache.org">
+ <!-- Copied from
CXF-SOURCES/rt/databinding/xmlbeans/src/main/resources/META-INF/tools-plugin.xml -->
+ <databinding
+ name="xmlbeans"
+ package="org.apache.cxf.xmlbeans.tools"
+ profile="XMLBeansToolingDataBinding"
+ />
+
<!-- Copied from
CXF-SOURCES/tools/wsdlto/databinding/jaxb/src/main/resources/META-INF/tools-plugin.xml
-->
<databinding
name="jaxb"
Added:
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools.service.validator.xml
===================================================================
---
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools.service.validator.xml
(rev 0)
+++
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools.service.validator.xml 2009-02-02
09:24:27 UTC (rev 9185)
@@ -0,0 +1,31 @@
+<?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>
+
+ <!-- Copied from
CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/tools.service.validator.xml
-->
+ <entry
key="XMLFormatValidator">org.apache.cxf.binding.xml.XMLFormatValidator</entry>
+
+ <!-- Copied from
CXF-SOURCES/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools.service.validator.xml
-->
+ <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>
+
+</properties>