Author: dkulp
Date: Tue Feb  6 12:02:49 2007
New Revision: 504271

URL: http://svn.apache.org/viewvc?view=rev&rev=504271
Log:
Remove ^M from the file

Modified:
    
incubator/cxf/trunk/rt/transports/http/src/main/resources/META-INF/cxf/cxf-servlet.xml

Modified: 
incubator/cxf/trunk/rt/transports/http/src/main/resources/META-INF/cxf/cxf-servlet.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/http/src/main/resources/META-INF/cxf/cxf-servlet.xml?view=diff&rev=504271&r1=504270&r2=504271
==============================================================================
--- 
incubator/cxf/trunk/rt/transports/http/src/main/resources/META-INF/cxf/cxf-servlet.xml
 (original)
+++ 
incubator/cxf/trunk/rt/transports/http/src/main/resources/META-INF/cxf/cxf-servlet.xml
 Tue Feb  6 12:02:49 2007
@@ -22,9 +22,9 @@
        xmlns:foo="http://cxf.apache.org/configuration/foo";
        xsi:schemaLocation="
 http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd";>
-    <bean id="org.apache.cxf.transports.http.QueryHandlerRegistry" 
class="org.apache.cxf.transport.http.QueryHandlerRegistryImpl">
-        <property name="bus" ref="cxf"/>
-    </bean>
+    <bean id="org.apache.cxf.transports.http.QueryHandlerRegistry" 
class="org.apache.cxf.transport.http.QueryHandlerRegistryImpl">
+        <property name="bus" ref="cxf"/>
+    </bean>
     
     <bean class="org.apache.cxf.transport.servlet.ServletTransportFactory">
         <property name="bus" ref="cxf"/>
@@ -37,6 +37,6 @@
                 
<value>http://cxf.apache.org/transports/http/configuration</value>
             </set>
         </property>
-    </bean>
+    </bean>
      
 </beans>


Reply via email to