You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2010/10/17 11:50:20 UTC

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

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">