Updated to Spring-WS 2.2.0.RELEASE
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user