[jbossws-commits] JBossWS SVN: r9186 - stack/cxf/trunk/modules/client/src/main/resources/META-INF.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Feb 2 04:25:50 EST 2009


Author: richard.opalka at jboss.com
Date: 2009-02-02 04:25:50 -0500 (Mon, 02 Feb 2009)
New Revision: 9186

Added:
   stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools.service.validator.xml
Removed:
   stack/cxf/trunk/modules/client/src/main/resources/META-INF/service.validator.xml
Modified:
   stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools-plugin.xml
Log:
refactoring config name

Deleted: stack/cxf/trunk/modules/client/src/main/resources/META-INF/service.validator.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/service.validator.xml	2009-02-02 09:24:27 UTC (rev 9185)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/service.validator.xml	2009-02-02 09:25:50 UTC (rev 9186)
@@ -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/client/src/main/resources/META-INF/tools-plugin.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools-plugin.xml	2009-02-02 09:24:27 UTC (rev 9185)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools-plugin.xml	2009-02-02 09:25:50 UTC (rev 9186)
@@ -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/client/src/main/resources/META-INF/tools.service.validator.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools.service.validator.xml	                        (rev 0)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools.service.validator.xml	2009-02-02 09:25:50 UTC (rev 9186)
@@ -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>




More information about the jbossws-commits mailing list