File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
target/m2e-wtp/web-resources/META-INF/maven/com.mycompany/calculonotas Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd" >
3
+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns : jaxws =" http://cxf.apache.org/jaxws"
4
+ 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" >
5
+
6
+ <import resource =" classpath:META-INF/cxf/cxf.xml" />
7
+ <import resource =" classpath:META-INF/cxf/cxf-extension-soap.xml" />
8
+ <import resource =" classpath:META-INF/cxf/cxf-servlet.xml" />
9
+
10
+
5
11
6
12
7
13
</beans >
Original file line number Diff line number Diff line change 1
1
# Generated by Maven Integration for Eclipse
2
- # Sat Aug 18 17:57:25 PET 2012
2
+ # Sat Aug 18 17:59:29 PET 2012
3
3
version =1.0
4
4
groupId =com.mycompany
5
5
m2e.projectName =calculonotas
You can’t perform that action at this time.
0 commit comments