From a7b1b46e6056533be800553ebe32242cb21d9cb3 Mon Sep 17 00:00:00 2001 From: Zeger Hendrikse Date: Fri, 15 Jul 2016 13:02:13 +0200 Subject: [PATCH] Replaced tabs by spaces --- .../src/main/webapp/WEB-INF/cxf-servlet.xml | 10 ++++---- .../src/main/webapp/WEB-INF/web.xml | 24 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/apache-cxf/cxf-spring/src/main/webapp/WEB-INF/cxf-servlet.xml b/apache-cxf/cxf-spring/src/main/webapp/WEB-INF/cxf-servlet.xml index 7669d3f942..9fe87ba9ee 100644 --- a/apache-cxf/cxf-spring/src/main/webapp/WEB-INF/cxf-servlet.xml +++ b/apache-cxf/cxf-spring/src/main/webapp/WEB-INF/cxf-servlet.xml @@ -1,7 +1,7 @@ - - \ No newline at end of file + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jaxws="http://cxf.apache.org/jaxws" + xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd"> + + diff --git a/apache-cxf/cxf-spring/src/main/webapp/WEB-INF/web.xml b/apache-cxf/cxf-spring/src/main/webapp/WEB-INF/web.xml index 0d7687771b..43a03b1d8b 100644 --- a/apache-cxf/cxf-spring/src/main/webapp/WEB-INF/web.xml +++ b/apache-cxf/cxf-spring/src/main/webapp/WEB-INF/web.xml @@ -1,14 +1,14 @@ - - cxf - org.apache.cxf.transport.servlet.CXFServlet - 1 - - - cxf - /services/* - - \ No newline at end of file + version="3.0" + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"> + + cxf + org.apache.cxf.transport.servlet.CXFServlet + 1 + + + cxf + /services/* + +