update xmlbeans targets

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851657 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2019-01-18 23:14:06 +00:00
parent 31934922c9
commit 074709372d

View File

@ -531,11 +531,11 @@ xmlbeansjobs.each { xjob ->
antInstallation(antRT)
}
ant {
targets(['checkintest'])
targets(['test'])
antInstallation(antRT)
}
ant {
targets(['dist'])
targets(['package'])
antInstallation(antRT)
}
}