[jenkins-ant-plugin] 02/02: Merge tag 'upstream/1.2'
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Oct 13 23:21:06 BST 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jenkins-ant-plugin.
commit 19c9934390c07fdaa6f1de4343108612f7c22da4
Merge: 00224a3 e1545c3
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Oct 14 00:15:02 2014 +0200
Merge tag 'upstream/1.2'
Upstream version 1.2
.gitignore | 8 +
README.md | 8 +
pom.xml | 56 +++
src/main/java/hudson/tasks/Ant.java | 457 +++++++++++++++++++++
.../hudson/tasks/_ant/AntConsoleAnnotator.java | 79 ++++
.../java/hudson/tasks/_ant/AntOutcomeNote.java | 56 +++
src/main/java/hudson/tasks/_ant/AntTargetNote.java | 61 +++
.../hudson/tasks/Ant/AntInstallation/config.jelly | 36 ++
.../tasks/Ant/AntInstallation/config_da.properties | 23 ++
.../tasks/Ant/AntInstallation/config_de.properties | 23 ++
.../tasks/Ant/AntInstallation/config_es.properties | 23 ++
.../tasks/Ant/AntInstallation/config_fr.properties | 23 ++
.../tasks/Ant/AntInstallation/config_ja.properties | 23 ++
.../tasks/Ant/AntInstallation/config_nl.properties | 23 ++
.../Ant/AntInstallation/config_pt_BR.properties | 23 ++
.../tasks/Ant/AntInstallation/config_ru.properties | 24 ++
.../Ant/AntInstallation/config_zh_TW.properties | 23 ++
.../tasks/Ant/AntInstallation/global_fr.properties | 25 ++
.../tasks/Ant/AntInstallation/global_ja.properties | 27 ++
.../tasks/Ant/AntInstallation/global_nl.properties | 25 ++
.../Ant/AntInstallation/global_pt_BR.properties | 25 ++
.../tasks/Ant/AntInstallation/global_ru.properties | 25 ++
.../tasks/Ant/AntInstallation/global_tr.properties | 25 ++
.../Ant/AntInstallation/global_zh_TW.properties | 27 ++
src/main/resources/hudson/tasks/Ant/config.groovy | 52 +++
.../hudson/tasks/Ant/config_da.properties | 28 ++
.../hudson/tasks/Ant/config_de.properties | 28 ++
.../hudson/tasks/Ant/config_es.properties | 29 ++
.../hudson/tasks/Ant/config_fr.properties | 28 ++
.../hudson/tasks/Ant/config_ja.properties | 28 ++
.../hudson/tasks/Ant/config_nl.properties | 28 ++
.../hudson/tasks/Ant/config_pt_BR.properties | 28 ++
.../hudson/tasks/Ant/config_ru.properties | 28 ++
.../hudson/tasks/Ant/config_tr.properties | 28 ++
.../hudson/tasks/Ant/config_zh_TW.properties | 28 ++
.../resources/hudson/tasks/Ant/help-antOpts.html | 5 +
.../hudson/tasks/Ant/help-antOpts_de.html | 6 +
.../hudson/tasks/Ant/help-antOpts_fr.html | 8 +
.../hudson/tasks/Ant/help-antOpts_ja.html | 5 +
.../hudson/tasks/Ant/help-antOpts_nl.html | 4 +
.../hudson/tasks/Ant/help-antOpts_pt_BR.html | 5 +
.../hudson/tasks/Ant/help-antOpts_ru.html | 6 +
.../hudson/tasks/Ant/help-antOpts_tr.html | 5 +
.../hudson/tasks/Ant/help-antOpts_zh_TW.html | 5 +
.../resources/hudson/tasks/Ant/help-buildFile.html | 5 +
.../hudson/tasks/Ant/help-buildFile_de.html | 6 +
.../hudson/tasks/Ant/help-buildFile_fr.html | 9 +
.../hudson/tasks/Ant/help-buildFile_ja.html | 6 +
.../hudson/tasks/Ant/help-buildFile_nl.html | 3 +
.../hudson/tasks/Ant/help-buildFile_pt_BR.html | 5 +
.../hudson/tasks/Ant/help-buildFile_ru.html | 6 +
.../hudson/tasks/Ant/help-buildFile_tr.html | 7 +
.../hudson/tasks/Ant/help-buildFile_zh_TW.html | 5 +
.../hudson/tasks/Ant/help-properties.html | 18 +
.../hudson/tasks/Ant/help-properties_de.html | 10 +
.../hudson/tasks/Ant/help-properties_fr.html | 10 +
.../hudson/tasks/Ant/help-properties_ja.html | 8 +
.../hudson/tasks/Ant/help-properties_nl.html | 9 +
.../hudson/tasks/Ant/help-properties_pt_BR.html | 8 +
.../hudson/tasks/Ant/help-properties_ru.html | 9 +
.../hudson/tasks/Ant/help-properties_tr.html | 8 +
.../hudson/tasks/Ant/help-properties_zh_TW.html | 16 +
.../resources/hudson/tasks/Ant/help-targets.html | 5 +
.../hudson/tasks/Ant/help-targets_de.html | 5 +
.../hudson/tasks/Ant/help-targets_fr.html | 6 +
.../hudson/tasks/Ant/help-targets_ja.html | 4 +
.../hudson/tasks/Ant/help-targets_nl.html | 4 +
.../hudson/tasks/Ant/help-targets_pt_BR.html | 4 +
.../hudson/tasks/Ant/help-targets_ru.html | 5 +
.../hudson/tasks/Ant/help-targets_tr.html | 4 +
.../hudson/tasks/Ant/help-targets_zh_TW.html | 4 +
src/main/resources/hudson/tasks/Ant/help.html | 8 +
src/main/resources/hudson/tasks/Ant/help_de.html | 9 +
src/main/resources/hudson/tasks/Ant/help_fr.html | 10 +
src/main/resources/hudson/tasks/Ant/help_ja.html | 8 +
.../resources/hudson/tasks/Ant/help_pt_BR.html | 8 +
src/main/resources/hudson/tasks/Ant/help_ru.html | 8 +
src/main/resources/hudson/tasks/Ant/help_tr.html | 8 +
.../resources/hudson/tasks/Ant/help_zh_CN.html | 6 +
.../resources/hudson/tasks/Ant/help_zh_TW.html | 7 +
.../hudson/tasks/_ant/AntOutcomeNote/style.css | 8 +
.../AntTargetNote/DescriptorImpl/outline.jelly | 37 ++
.../DescriptorImpl/outline_da.properties | 23 ++
.../DescriptorImpl/outline_de.properties | 23 ++
.../DescriptorImpl/outline_es.properties | 1 +
.../DescriptorImpl/outline_ja.properties | 23 ++
.../DescriptorImpl/outline_pt_BR.properties | 23 ++
.../DescriptorImpl/outline_zh_TW.properties | 23 ++
.../hudson/tasks/_ant/AntTargetNote/script.js | 48 +++
.../hudson/tasks/_ant/Messages.properties | 31 ++
.../hudson/tasks/_ant/Messages_da.properties | 30 ++
.../hudson/tasks/_ant/Messages_de.properties | 31 ++
.../hudson/tasks/_ant/Messages_es.properties | 31 ++
.../hudson/tasks/_ant/Messages_fr.properties | 29 ++
.../hudson/tasks/_ant/Messages_ja.properties | 31 ++
.../hudson/tasks/_ant/Messages_nl.properties | 28 ++
.../hudson/tasks/_ant/Messages_pt_BR.properties | 31 ++
.../hudson/tasks/_ant/Messages_ru.properties | 28 ++
.../hudson/tasks/_ant/Messages_tr.properties | 28 ++
.../hudson/tasks/_ant/Messages_zh_TW.properties | 31 ++
src/test/java/hudson/tasks/AntTest.java | 206 ++++++++++
.../hudson/tasks/_ant/AntTargetAnnotationTest.java | 34 ++
.../java/hudson/tasks/_ant/AntTargetNoteTest.java | 51 +++
.../resources/hudson/tasks/_ant/simple-build.xml | 8 +
src/test/resources/hudson/tasks/ant-job.zip | Bin 0 -> 253 bytes
105 files changed, 2628 insertions(+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins-ant-plugin.git
More information about the pkg-java-commits
mailing list