You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by em...@apache.org on 2007/03/13 10:44:21 UTC

svn commit: r517617 - /incubator/cxf/trunk/tools2/common/src/main/resources/META-INF/extensions.xml

Author: ema
Date: Tue Mar 13 02:44:20 2007
New Revision: 517617

URL: http://svn.apache.org/viewvc?view=rev&rev=517617
Log:
Added missing files

Added:
    incubator/cxf/trunk/tools2/common/src/main/resources/META-INF/extensions.xml   (with props)

Added: incubator/cxf/trunk/tools2/common/src/main/resources/META-INF/extensions.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools2/common/src/main/resources/META-INF/extensions.xml?view=auto&rev=517617
==============================================================================
--- incubator/cxf/trunk/tools2/common/src/main/resources/META-INF/extensions.xml (added)
+++ incubator/cxf/trunk/tools2/common/src/main/resources/META-INF/extensions.xml Tue Mar 13 02:44:20 2007
@@ -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>
+    <!-- XML Binding -->
+    <entry key="org.apache.cxf.bindings.xml-1">javax.wsdl.BindingInput=org.apache.cxf.bindings.xformat.XMLBindingMessageFormat</entry>
+    <entry key="org.apache.cxf.bindings.xml-2">javax.wsdl.BindingOutput=org.apache.cxf.bindings.xformat.XMLBindingMessageFormat</entry>
+    <entry key="org.apache.cxf.bindings.xml-3">javax.wsdl.Binding=org.apache.cxf.bindings.xformat.XMLFormatBinding</entry>
+    
+    <!-- JMS Transport -->    
+    <entry key="org.apache.cxf.transport.jms-1">javax.wsdl.Port=org.apache.cxf.transport.jms.AddressType</entry>
+    <entry key="org.apache.cxf.transport.jms-2">javax.wsdl.Port=org.apache.cxf.transport.jms.ClientBehaviorPolicyType</entry>
+    <entry key="org.apache.cxf.transport.jms-3">javax.wsdl.Port=org.apache.cxf.transport.jms.ServerBehaviorPolicyType</entry>
+</properties>

Propchange: incubator/cxf/trunk/tools2/common/src/main/resources/META-INF/extensions.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/tools2/common/src/main/resources/META-INF/extensions.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/tools2/common/src/main/resources/META-INF/extensions.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml