Merge branch '3.3.x'
This commit is contained in:
commit
07d2b5180c
|
@ -49,12 +49,11 @@ task syncTestRepository(type: Sync) {
|
||||||
task copyAntSources(type: Copy) {
|
task copyAntSources(type: Copy) {
|
||||||
from project.layout.projectDirectory
|
from project.layout.projectDirectory
|
||||||
include "*.xml"
|
include "*.xml"
|
||||||
into "${buildDir}/antbuild"
|
into "${buildDir}/ant"
|
||||||
filter(springRepoistoryTransformers.ant())
|
filter(springRepoistoryTransformers.ant())
|
||||||
}
|
}
|
||||||
|
|
||||||
task antRun(type: JavaExec) {
|
task antRun(type: JavaExec) {
|
||||||
workingDir "${buildDir}/antbuild"
|
|
||||||
dependsOn syncTestRepository, copyAntSources, configurations.antDependencies
|
dependsOn syncTestRepository, copyAntSources, configurations.antDependencies
|
||||||
classpath = configurations.antDependencies;
|
classpath = configurations.antDependencies;
|
||||||
mainClass = "org.apache.tools.ant.launch.Launcher"
|
mainClass = "org.apache.tools.ant.launch.Launcher"
|
||||||
|
|
Loading…
Reference in New Issue