Updated to Spring-WS 2.2.0.RELEASE

This commit is contained in:
Arjen Poutsma
2014-05-22 12:07:52 +02:00
parent eb40e24523
commit cb87be35f6

View File

@@ -21,7 +21,7 @@ apply plugin: 'tomcat'
task genJaxb {
ext.sourcesDir = "${buildDir}/generated-sources/jaxb"
ext.classesDir = "${buildDir}/classes/jaxb"
ext.schema = "${projectDir}/src/main/webapp/WEB-INF/schema.xsd"
ext.schema = "${projectDir}/src/main/resources/schema.xsd"
inputs.files schema
outputs.dir classesDir
@@ -75,4 +75,4 @@ dependencies {
tomcat("org.apache.tomcat.embed:tomcat-embed-jasper:$tomcatVersion") {
exclude group: 'org.eclipse.jdt.core.compiler', module: 'ecj'
}
}
}