Author: davsclaus
Date: Sun Oct 17 09:50:20 2010
New Revision: 1023448

URL: http://svn.apache.org/viewvc?rev=1023448&view=rev
Log:
Tabs to spaces

Modified:
    
camel/trunk/examples/camel-example-cxf-proxy/src/main/resources/META-INF/spring/camel-config.xml

Modified: 
camel/trunk/examples/camel-example-cxf-proxy/src/main/resources/META-INF/spring/camel-config.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cxf-proxy/src/main/resources/META-INF/spring/camel-config.xml?rev=1023448&r1=1023447&r2=1023448&view=diff
==============================================================================
--- 
camel/trunk/examples/camel-example-cxf-proxy/src/main/resources/META-INF/spring/camel-config.xml
 (original)
+++ 
camel/trunk/examples/camel-example-cxf-proxy/src/main/resources/META-INF/spring/camel-config.xml
 Sun Oct 17 09:50:20 2010
@@ -47,9 +47,9 @@
     <cxf:cxfEndpoint id="reportIncident"
                      
address="http://localhost:9080/camel-example-cxf-proxy/webservices/incident";
                      endpointName="s:ReportIncidentEndpoint"
-                        serviceName="s:ReportIncidentEndpointService"
+                     serviceName="s:ReportIncidentEndpointService"
                      wsdlURL="etc/report_incident.wsdl"
-                    xmlns:s="http://reportincident.example.camel.apache.org"/>
+                     xmlns:s="http://reportincident.example.camel.apache.org"/>
 
     <!-- this is the camel route which proxy the web service and forward it to 
the real web service -->
     <camelContext xmlns="http://camel.apache.org/schema/spring";>


Reply via email to