Author: cmueller
Date: Wed Jan  5 23:59:10 2011
New Revision: 1055691

URL: http://svn.apache.org/viewvc?rev=1055691&view=rev
Log:
added missing license header

Modified:
    
camel/trunk/examples/camel-example-spring-ws/client/camel-example-spring-ws-soapui-project.xml

Modified: 
camel/trunk/examples/camel-example-spring-ws/client/camel-example-spring-ws-soapui-project.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-ws/client/camel-example-spring-ws-soapui-project.xml?rev=1055691&r1=1055690&r2=1055691&view=diff
==============================================================================
--- 
camel/trunk/examples/camel-example-spring-ws/client/camel-example-spring-ws-soapui-project.xml
 (original)
+++ 
camel/trunk/examples/camel-example-spring-ws/client/camel-example-spring-ws-soapui-project.xml
 Wed Jan  5 23:59:10 2011
@@ -1,4 +1,20 @@
 <?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.
+-->
 <con:soapui-project name="camel-example-spring-ws" soapui-version="3.6.1" 
abortOnError="false" runType="SEQUENTIAL" 
xmlns:con="http://eviware.com/soapui/config";><con:settings/><con:interface 
xsi:type="con:WsdlInterface" wsaVersion="NONE" name="incrementSoap11" 
type="wsdl" 
bindingName="{http://camel.apache.org/example/increment}incrementSoap11"; 
soapVersion="1_1" anonymous="optional" 
definition="http://localhost:8080/increment/increment.wsdl"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";><con:settings/><con:definitionCache
 type="TEXT" 
rootPart="http://localhost:8080/increment/increment.wsdl";><con:part><con:url>http://localhost:8080/increment/increment.wsdl</con:url><con:content><![CDATA[<wsdl:definitions
 targetNamespace="http://camel.apache.org/example/increment"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:sch="http://camel.apache.org/example/increment"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:tns="http://camel.apache.org/example/increment";>
   <wsdl:types>
     <schema attributeFormDefault="qualified" elementFormDefault="qualified" 
targetNamespace="http://camel.apache.org/example/increment"; 
xmlns="http://www.w3.org/2001/XMLSchema";>


Reply via email to