Author: ema
Date: Thu Sep 13 04:00:13 2007
New Revision: 575254

URL: http://svn.apache.org/viewvc?rev=575254&view=rev
Log:
Added missing file to fix build

Added:
    incubator/cxf/trunk/tools/javato/ws/src/main/java/META-INF/
    incubator/cxf/trunk/tools/javato/ws/src/main/java/META-INF/cxf/
    
incubator/cxf/trunk/tools/javato/ws/src/main/java/META-INF/cxf/java2wsbeans.xml

Added: 
incubator/cxf/trunk/tools/javato/ws/src/main/java/META-INF/cxf/java2wsbeans.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/javato/ws/src/main/java/META-INF/cxf/java2wsbeans.xml?rev=575254&view=auto
==============================================================================
--- 
incubator/cxf/trunk/tools/javato/ws/src/main/java/META-INF/cxf/java2wsbeans.xml 
(added)
+++ 
incubator/cxf/trunk/tools/javato/ws/src/main/java/META-INF/cxf/java2wsbeans.xml 
Thu Sep 13 04:00:13 2007
@@ -0,0 +1,32 @@
+<?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='JaxwsServiceBuilderBean' 
class='org.apache.cxf.jaxws.JaxwsServiceBuilder' scope="prototype" />
+<bean id='SimpleServiceBuilderBean' 
class='org.apache.cxf.simple.SimpleServiceBuilder' scope="prototype" />
+
+<bean id='JaxbDatabindingBean' class="org.apache.cxf.jaxb.JAXBDataBinding" 
scope="prototype"/>
+<bean id='AegisDatabindingBean' 
class="org.apache.cxf.aegis.databinding.AegisDatabinding" scope="prototype" />
+
+
+</beans>


Reply via email to