Parcourir la source

update xmlbeans targets

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851657 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_4_1_0
Andreas Beeker il y a 5 ans
Parent
révision
074709372d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      jenkins/create_jobs.groovy

+ 2
- 2
jenkins/create_jobs.groovy Voir le fichier

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

Chargement…
Annuler
Enregistrer