Author: peterjones
Date: Mon Feb 12 10:12:59 2007
New Revision: 506559
URL: http://svn.apache.org/viewvc?view=rev&rev=506559
Log:
Removed some spurious ^M windows carriage return characters.
Modified:
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/spring/endpoints.xml
Modified:
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/spring/endpoints.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/spring/endpoints.xml?view=diff&rev=506559&r1=506558&r2=506559
==============================================================================
---
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/spring/endpoints.xml
(original)
+++
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/spring/endpoints.xml
Mon Feb 12 10:12:59 2007
@@ -62,9 +62,9 @@
<jaxws:endpoint id="classImpl"
implementor="org.apache.cxf.jaxws.service.Hello"
- address="http://localhost:8080/test"/>
-
- <jaxws:endpoint id="wsdlLocation"
- implementor="#greeter" address="http://localhost:8080/simpleWithAddress"
+ address="http://localhost:8080/test"/>
+
+ <jaxws:endpoint id="wsdlLocation"
+ implementor="#greeter" address="http://localhost:8080/simpleWithAddress"
wsdlLocation="wsdl/hello_world.wsdl"/>
</beans>