Author: peterjones
Date: Thu Dec 21 08:38:16 2006
New Revision: 489401

URL: http://svn.apache.org/viewvc?view=rev&rev=489401
Log:
Removed some spurious windows carriage return characters.

Modified:
    
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo.xml
    
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo2.xml
    
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo3.xml
    
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echoResponse.xml

Modified: 
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo.xml?view=diff&rev=489401&r1=489400&r2=489401
==============================================================================
--- 
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo.xml
 (original)
+++ 
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo.xml
 Thu Dec 21 08:38:16 2006
@@ -19,7 +19,7 @@
 <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/";>
     <s:Body>
         <echo xmlns="http://holder.jaxws.cxf.apache.org";>
-            <s1>one</s1>
+            <s1>one</s1>
             <s2>two</s2>
         </echo>
     </s:Body>

Modified: 
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo2.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo2.xml?view=diff&rev=489401&r1=489400&r2=489401
==============================================================================
--- 
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo2.xml
 (original)
+++ 
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo2.xml
 Thu Dec 21 08:38:16 2006
@@ -19,7 +19,7 @@
 <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/";>
     <s:Body>
         <echo2 xmlns="http://holder.jaxws.cxf.apache.org";>
-            <s1>one</s1>
+            <s1>one</s1>
             <s2>two</s2>
         </echo2>
     </s:Body>

Modified: 
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo3.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo3.xml?view=diff&rev=489401&r1=489400&r2=489401
==============================================================================
--- 
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo3.xml
 (original)
+++ 
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo3.xml
 Thu Dec 21 08:38:16 2006
@@ -1,29 +1,29 @@
-<!--
-       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.
+<!--
+       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.
 -->
-<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/";
-       xmlns="http://holder.jaxws.cxf.apache.org";>
-       <s:Header>
-               <header>header</header>
-       </s:Header>
-       <s:Body>
-               <echo3>
-                       <s1>one</s1>
-               </echo3>
-       </s:Body>
+<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/";
+     xmlns="http://holder.jaxws.cxf.apache.org";>
+    <s:Header>
+        <header>header</header>
+    </s:Header>
+    <s:Body>
+        <echo3>
+            <s1>one</s1>
+        </echo3>
+    </s:Body>
 </s:Envelope>

Modified: 
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echoResponse.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echoResponse.xml?view=diff&rev=489401&r1=489400&r2=489401
==============================================================================
--- 
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echoResponse.xml
 (original)
+++ 
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echoResponse.xml
 Thu Dec 21 08:38:16 2006
@@ -19,7 +19,7 @@
 <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/";>
     <s:Body>
         <echoResponse xmlns="http://holder.jaxws.cxf.apache.org";>
-            <return>one</return>
+            <return>one</return>
             <outS2>two</outS2>
         </echoResponse>
     </s:Body>


Reply via email to