From c91584ff21e221201416b04a48331b253077a3d3 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Thu, 5 Jul 2012 15:36:02 -0400 Subject: [PATCH] [FIXED JENKINS-14325] CCE & missing GUI when using jobs inside folders. Introduced AbstractProject.supportsMakeDisabled rather than using trick of checking for parent instanceof Jenkins. Extracted common GUI into makeDisabled.jelly, with accompanying I18N refactoring. Also moved all this into AbstractProject, where the relevant methods are defined, rather than Job where they are not. --- changelog.html | 4 +- .../hudson/matrix/MatrixConfiguration.java | 6 +++ .../java/hudson/model/AbstractProject.java | 11 +++++ .../hudson/matrix/MatrixProject/index.jelly | 22 +-------- .../matrix/MatrixProject/index_cs.properties | 1 - .../matrix/MatrixProject/index_da.properties | 2 - .../matrix/MatrixProject/index_de.properties | 3 -- .../matrix/MatrixProject/index_es.properties | 5 +- .../matrix/MatrixProject/index_fi.properties | 1 - .../matrix/MatrixProject/index_fr.properties | 5 +- .../matrix/MatrixProject/index_it.properties | 1 - .../matrix/MatrixProject/index_ja.properties | 3 -- .../matrix/MatrixProject/index_pl.properties | 3 -- .../matrix/MatrixProject/index_ru.properties | 3 -- .../MatrixProject/index_zh_CN.properties | 3 +- .../hudson/model/AbstractProject/main.jelly | 4 ++ .../model/AbstractProject/makeDisabled.jelly | 48 +++++++++++++++++++ .../makeDisabled_bg.properties} | 0 .../makeDisabled_ca.properties} | 0 .../makeDisabled_cs.properties} | 0 .../makeDisabled_da.properties} | 0 .../makeDisabled_de.properties} | 0 .../makeDisabled_es.properties | 25 ++++++++++ .../makeDisabled_fi.properties} | 0 .../makeDisabled_fr.properties} | 0 .../makeDisabled_hu.properties} | 0 .../makeDisabled_is.properties} | 0 .../makeDisabled_it.properties} | 0 .../makeDisabled_ja.properties | 25 ++++++++++ .../makeDisabled_ko.properties} | 0 .../makeDisabled_lv.properties} | 0 .../makeDisabled_nb_NO.properties} | 0 .../makeDisabled_nl.properties | 25 ++++++++++ .../makeDisabled_pl.properties} | 0 .../makeDisabled_pt_BR.properties} | 0 .../makeDisabled_ro.properties} | 0 .../makeDisabled_ru.properties | 25 ++++++++++ .../makeDisabled_sk.properties} | 0 .../makeDisabled_sv_SE.properties} | 0 .../makeDisabled_tr.properties | 24 ++++++++++ .../makeDisabled_zh_CN.properties} | 0 .../makeDisabled_zh_TW.properties} | 0 .../resources/hudson/model/Job/index.jelly | 24 ---------- .../hudson/model/Job/index_es.properties | 3 -- .../hudson/model/Job/index_ja.properties | 3 -- .../hudson/model/Job/index_nl.properties | 3 -- .../hudson/model/Job/index_ru.properties | 3 -- .../hudson/model/Job/index_tr.properties | 2 - .../main/java/hudson/maven/MavenModule.java | 5 ++ .../hudson/maven/MavenModuleSet/index.jelly | 22 +-------- .../maven/MavenModuleSet/index_cs.properties | 5 +- .../maven/MavenModuleSet/index_da.properties | 3 -- .../maven/MavenModuleSet/index_de.properties | 5 +- .../maven/MavenModuleSet/index_es.properties | 7 +-- .../maven/MavenModuleSet/index_fi.properties | 5 +- .../maven/MavenModuleSet/index_fr.properties | 10 ++-- .../maven/MavenModuleSet/index_he.properties | 5 +- .../maven/MavenModuleSet/index_hu.properties | 7 ++- .../maven/MavenModuleSet/index_it.properties | 1 - .../maven/MavenModuleSet/index_ja.properties | 4 -- .../maven/MavenModuleSet/index_lv.properties | 3 +- .../MavenModuleSet/index_nb_NO.properties | 3 +- .../maven/MavenModuleSet/index_nl.properties | 1 - .../maven/MavenModuleSet/index_pl.properties | 5 +- .../MavenModuleSet/index_pt_BR.properties | 1 - .../maven/MavenModuleSet/index_ru.properties | 5 +- .../maven/MavenModuleSet/index_sl.properties | 23 --------- .../MavenModuleSet/index_sv_SE.properties | 3 +- .../maven/MavenModuleSet/index_uk.properties | 9 ++-- .../MavenModuleSet/index_zh_CN.properties | 11 ++--- .../MavenModuleSet/index_zh_TW.properties | 25 ---------- 71 files changed, 236 insertions(+), 219 deletions(-) create mode 100644 core/src/main/resources/hudson/model/AbstractProject/makeDisabled.jelly rename core/src/main/resources/hudson/model/{Job/index_bg.properties => AbstractProject/makeDisabled_bg.properties} (100%) rename core/src/main/resources/hudson/model/{Job/index_ca.properties => AbstractProject/makeDisabled_ca.properties} (100%) rename core/src/main/resources/hudson/model/{Job/index_cs.properties => AbstractProject/makeDisabled_cs.properties} (100%) rename core/src/main/resources/hudson/model/{Job/index_da.properties => AbstractProject/makeDisabled_da.properties} (100%) rename core/src/main/resources/hudson/model/{Job/index_de.properties => AbstractProject/makeDisabled_de.properties} (100%) create mode 100644 core/src/main/resources/hudson/model/AbstractProject/makeDisabled_es.properties rename core/src/main/resources/hudson/model/{Job/index_fi.properties => AbstractProject/makeDisabled_fi.properties} (100%) rename core/src/main/resources/hudson/model/{Job/index_fr.properties => AbstractProject/makeDisabled_fr.properties} (100%) rename core/src/main/resources/hudson/model/{Job/index_hu.properties => AbstractProject/makeDisabled_hu.properties} (100%) rename core/src/main/resources/hudson/model/{Job/index_is.properties => AbstractProject/makeDisabled_is.properties} (100%) rename core/src/main/resources/hudson/model/{Job/index_it.properties => AbstractProject/makeDisabled_it.properties} (100%) create mode 100644 core/src/main/resources/hudson/model/AbstractProject/makeDisabled_ja.properties rename core/src/main/resources/hudson/model/{Job/index_ko.properties => AbstractProject/makeDisabled_ko.properties} (100%) rename core/src/main/resources/hudson/model/{Job/index_lv.properties => AbstractProject/makeDisabled_lv.properties} (100%) rename core/src/main/resources/hudson/model/{Job/index_nb_NO.properties => AbstractProject/makeDisabled_nb_NO.properties} (100%) create mode 100644 core/src/main/resources/hudson/model/AbstractProject/makeDisabled_nl.properties rename core/src/main/resources/hudson/model/{Job/index_pl.properties => AbstractProject/makeDisabled_pl.properties} (100%) rename core/src/main/resources/hudson/model/{Job/index_pt_BR.properties => AbstractProject/makeDisabled_pt_BR.properties} (100%) rename core/src/main/resources/hudson/model/{Job/index_ro.properties => AbstractProject/makeDisabled_ro.properties} (100%) create mode 100644 core/src/main/resources/hudson/model/AbstractProject/makeDisabled_ru.properties rename core/src/main/resources/hudson/model/{Job/index_sk.properties => AbstractProject/makeDisabled_sk.properties} (100%) rename core/src/main/resources/hudson/model/{Job/index_sv_SE.properties => AbstractProject/makeDisabled_sv_SE.properties} (100%) create mode 100644 core/src/main/resources/hudson/model/AbstractProject/makeDisabled_tr.properties rename core/src/main/resources/hudson/model/{Job/index_zh_CN.properties => AbstractProject/makeDisabled_zh_CN.properties} (100%) rename core/src/main/resources/hudson/model/{Job/index_zh_TW.properties => AbstractProject/makeDisabled_zh_TW.properties} (100%) delete mode 100644 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_sl.properties delete mode 100644 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_zh_TW.properties diff --git a/changelog.html b/changelog.html index 1d0a1c0fb5..a2ac7502b7 100644 --- a/changelog.html +++ b/changelog.html @@ -55,7 +55,9 @@ Upcoming changes diff --git a/core/src/main/java/hudson/matrix/MatrixConfiguration.java b/core/src/main/java/hudson/matrix/MatrixConfiguration.java index 5fc397a871..bf3d450160 100644 --- a/core/src/main/java/hudson/matrix/MatrixConfiguration.java +++ b/core/src/main/java/hudson/matrix/MatrixConfiguration.java @@ -344,4 +344,10 @@ public class MatrixConfiguration extends Project public boolean scheduleBuild(ParametersAction parameters, Cause c) { return Jenkins.getInstance().getQueue().schedule(this, getQuietPeriod(), parameters, new CauseAction(c))!=null; } + + @Override + public boolean supportsMakeDisabled() { + return false; + } + } diff --git a/core/src/main/java/hudson/model/AbstractProject.java b/core/src/main/java/hudson/model/AbstractProject.java index d4a04bcd6c..60135cf832 100644 --- a/core/src/main/java/hudson/model/AbstractProject.java +++ b/core/src/main/java/hudson/model/AbstractProject.java @@ -620,6 +620,17 @@ public abstract class AbstractProject

,R extends A save(); } + /** + * Specifies whether this project may be disabled by the user. + * By default, it can, but specialized project types contained in another + * (such as Maven modules or matrix configurations) should return false. + * @return true if the GUI should allow {@link #doDisable} and the like + * @since 1.475 + */ + public boolean supportsMakeDisabled() { + return true; + } + public void disable() throws IOException { makeDisabled(true); } diff --git a/core/src/main/resources/hudson/matrix/MatrixProject/index.jelly b/core/src/main/resources/hudson/matrix/MatrixProject/index.jelly index ca4fa481bf..bce8fd9f7c 100644 --- a/core/src/main/resources/hudson/matrix/MatrixProject/index.jelly +++ b/core/src/main/resources/hudson/matrix/MatrixProject/index.jelly @@ -33,27 +33,7 @@ THE SOFTWARE. - - -

-
- ${%This project is currently disabled} - - - -
-
- - -
-
- - - -
-
-
- + diff --git a/core/src/main/resources/hudson/matrix/MatrixProject/index_cs.properties b/core/src/main/resources/hudson/matrix/MatrixProject/index_cs.properties index 1894df2ccc..4573f3b5cb 100644 --- a/core/src/main/resources/hudson/matrix/MatrixProject/index_cs.properties +++ b/core/src/main/resources/hudson/matrix/MatrixProject/index_cs.properties @@ -20,5 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Disable\ Project=Vypnout projekt Project=Projekt diff --git a/core/src/main/resources/hudson/matrix/MatrixProject/index_da.properties b/core/src/main/resources/hudson/matrix/MatrixProject/index_da.properties index 3ffe407a42..9bfa608f1a 100644 --- a/core/src/main/resources/hudson/matrix/MatrixProject/index_da.properties +++ b/core/src/main/resources/hudson/matrix/MatrixProject/index_da.properties @@ -20,6 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -This\ project\ is\ currently\ disabled=Dette projekt er for nuv\u00e6rende sl\u00e5et fra -Enable=Sl\u00e5 til Project=Projekt diff --git a/core/src/main/resources/hudson/matrix/MatrixProject/index_de.properties b/core/src/main/resources/hudson/matrix/MatrixProject/index_de.properties index 8c58827bcb..73239c6e6c 100644 --- a/core/src/main/resources/hudson/matrix/MatrixProject/index_de.properties +++ b/core/src/main/resources/hudson/matrix/MatrixProject/index_de.properties @@ -22,6 +22,3 @@ Latest\ Test\ Result=Aktuelle Testergebnisse Project=Projekt -Enable=Aktivieren -This\ project\ is\ currently\ disabled=Dieses Projekt ist momentan deaktiviert. -Disable\ Project=Projekt deaktivieren diff --git a/core/src/main/resources/hudson/matrix/MatrixProject/index_es.properties b/core/src/main/resources/hudson/matrix/MatrixProject/index_es.properties index 26d60c8d29..d43eca3ec7 100644 --- a/core/src/main/resources/hudson/matrix/MatrixProject/index_es.properties +++ b/core/src/main/resources/hudson/matrix/MatrixProject/index_es.properties @@ -21,8 +21,5 @@ # THE SOFTWARE. Project=Proyecto -Disable\ Project=Desactivar el proyecto -This\ project\ is\ currently\ disabled=Este proyecto está desactivado -Enable=Activar -Latest\ Test\ Result=Último resultado de test +Latest\ Test\ Result=\u00daltimo resultado de test Project\ name=Nombre de proyecto diff --git a/core/src/main/resources/hudson/matrix/MatrixProject/index_fi.properties b/core/src/main/resources/hudson/matrix/MatrixProject/index_fi.properties index 5dda8a2c80..51ce9039c3 100644 --- a/core/src/main/resources/hudson/matrix/MatrixProject/index_fi.properties +++ b/core/src/main/resources/hudson/matrix/MatrixProject/index_fi.properties @@ -20,5 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Disable\ Project=Poista k\u00E4yt\u00F6st\u00E4 Project=Projekti diff --git a/core/src/main/resources/hudson/matrix/MatrixProject/index_fr.properties b/core/src/main/resources/hudson/matrix/MatrixProject/index_fr.properties index 684d982824..d15386b6e4 100644 --- a/core/src/main/resources/hudson/matrix/MatrixProject/index_fr.properties +++ b/core/src/main/resources/hudson/matrix/MatrixProject/index_fr.properties @@ -20,8 +20,5 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Disable\ Project=D\u00E9sactiver le projet -Enable=Activer -Latest\ Test\ Result=Derniers r\u00E9sultats de test +Latest\ Test\ Result=Derniers r\u00e9sultats de test Project=projet -This\ project\ is\ currently\ disabled=Ce projet est d\u00E9sactiv\u00E9 diff --git a/core/src/main/resources/hudson/matrix/MatrixProject/index_it.properties b/core/src/main/resources/hudson/matrix/MatrixProject/index_it.properties index 584522e9d9..56dfbc4328 100644 --- a/core/src/main/resources/hudson/matrix/MatrixProject/index_it.properties +++ b/core/src/main/resources/hudson/matrix/MatrixProject/index_it.properties @@ -20,5 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Disable\ Project=Disabilita Progetto Project=Progetto diff --git a/core/src/main/resources/hudson/matrix/MatrixProject/index_ja.properties b/core/src/main/resources/hudson/matrix/MatrixProject/index_ja.properties index 8aa689f142..abeaad85da 100644 --- a/core/src/main/resources/hudson/matrix/MatrixProject/index_ja.properties +++ b/core/src/main/resources/hudson/matrix/MatrixProject/index_ja.properties @@ -21,8 +21,5 @@ # THE SOFTWARE. Project=\u30d7\u30ed\u30b8\u30a7\u30af\u30c8 -This\ project\ is\ currently\ disabled=\u73fe\u5728\u3001\u3053\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306f\u7121\u52b9\u3067\u3059\u3002 -Enable=\u6709\u52b9\u5316 -Disable\ Project=\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u7121\u52b9\u5316 Project\ name=\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u540d Latest\ Test\ Result=\u6700\u65b0\u306e\u30c6\u30b9\u30c8\u7d50\u679c \ No newline at end of file diff --git a/core/src/main/resources/hudson/matrix/MatrixProject/index_pl.properties b/core/src/main/resources/hudson/matrix/MatrixProject/index_pl.properties index 34a071fceb..4573f3b5cb 100644 --- a/core/src/main/resources/hudson/matrix/MatrixProject/index_pl.properties +++ b/core/src/main/resources/hudson/matrix/MatrixProject/index_pl.properties @@ -20,7 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Disable\ Project=Wy\u0142\u0105cz projekt -Enable=Aktywuj Project=Projekt -This\ project\ is\ currently\ disabled=Projekt jest nieaktywny diff --git a/core/src/main/resources/hudson/matrix/MatrixProject/index_ru.properties b/core/src/main/resources/hudson/matrix/MatrixProject/index_ru.properties index ef11e7fdc6..72936cca4f 100644 --- a/core/src/main/resources/hudson/matrix/MatrixProject/index_ru.properties +++ b/core/src/main/resources/hudson/matrix/MatrixProject/index_ru.properties @@ -20,7 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Disable\ Project=\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0440\u043E\u0435\u043A\u0442 -Enable=\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C Project=\u041f\u0440\u043e\u0435\u043a\u0442 -This\ project\ is\ currently\ disabled=\u042D\u0442\u043E\u0442 \u043F\u0440\u043E\u0435\u043A\u0442 \u0441\u0435\u0439\u0447\u0430\u0441 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D. diff --git a/core/src/main/resources/hudson/matrix/MatrixProject/index_zh_CN.properties b/core/src/main/resources/hudson/matrix/MatrixProject/index_zh_CN.properties index 795177e375..bf6222e3ba 100644 --- a/core/src/main/resources/hudson/matrix/MatrixProject/index_zh_CN.properties +++ b/core/src/main/resources/hudson/matrix/MatrixProject/index_zh_CN.properties @@ -20,5 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Disable\ Project=\u7981\u7528\u9879\u76EE -Project=\u9879\u76EE +Project=\u9879\u76ee diff --git a/core/src/main/resources/hudson/model/AbstractProject/main.jelly b/core/src/main/resources/hudson/model/AbstractProject/main.jelly index f1f0491973..ceb1829cc9 100644 --- a/core/src/main/resources/hudson/model/AbstractProject/main.jelly +++ b/core/src/main/resources/hudson/model/AbstractProject/main.jelly @@ -27,6 +27,10 @@ THE SOFTWARE. + + + + diff --git a/core/src/main/resources/hudson/model/AbstractProject/makeDisabled.jelly b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled.jelly new file mode 100644 index 0000000000..4ee2b119ad --- /dev/null +++ b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled.jelly @@ -0,0 +1,48 @@ + + + + + + +
+
+ ${%This project is currently disabled} + + + + +
+
+ +
+
+ + + + +
+
+
+
diff --git a/core/src/main/resources/hudson/model/Job/index_bg.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_bg.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_bg.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_bg.properties diff --git a/core/src/main/resources/hudson/model/Job/index_ca.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_ca.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_ca.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_ca.properties diff --git a/core/src/main/resources/hudson/model/Job/index_cs.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_cs.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_cs.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_cs.properties diff --git a/core/src/main/resources/hudson/model/Job/index_da.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_da.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_da.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_da.properties diff --git a/core/src/main/resources/hudson/model/Job/index_de.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_de.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_de.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_de.properties diff --git a/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_es.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_es.properties new file mode 100644 index 0000000000..0ad86a2ffa --- /dev/null +++ b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_es.properties @@ -0,0 +1,25 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +This\ project\ is\ currently\ disabled=Este projecto est\u00e1 desactivado actualmente +Enable=Activar +Disable\ Project=Desactivar el Proyecto diff --git a/core/src/main/resources/hudson/model/Job/index_fi.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_fi.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_fi.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_fi.properties diff --git a/core/src/main/resources/hudson/model/Job/index_fr.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_fr.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_fr.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_fr.properties diff --git a/core/src/main/resources/hudson/model/Job/index_hu.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_hu.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_hu.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_hu.properties diff --git a/core/src/main/resources/hudson/model/Job/index_is.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_is.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_is.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_is.properties diff --git a/core/src/main/resources/hudson/model/Job/index_it.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_it.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_it.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_it.properties diff --git a/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_ja.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_ja.properties new file mode 100644 index 0000000000..aa39005c60 --- /dev/null +++ b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_ja.properties @@ -0,0 +1,25 @@ +# The MIT License +# +# Copyright (c) 2004-2012, Sun Microsystems, Inc., Kohsuke Kawaguchi, Seiji Sogabe, id:cactusman +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +This\ project\ is\ currently\ disabled=\u73fe\u5728\u3001\u3053\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306f\u7121\u52b9\u3067\u3059\u3002 +Enable=\u6709\u52b9\u5316 +Disable\ Project=\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u7121\u52b9\u5316 diff --git a/core/src/main/resources/hudson/model/Job/index_ko.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_ko.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_ko.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_ko.properties diff --git a/core/src/main/resources/hudson/model/Job/index_lv.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_lv.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_lv.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_lv.properties diff --git a/core/src/main/resources/hudson/model/Job/index_nb_NO.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_nb_NO.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_nb_NO.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_nb_NO.properties diff --git a/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_nl.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_nl.properties new file mode 100644 index 0000000000..17fd7cee18 --- /dev/null +++ b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_nl.properties @@ -0,0 +1,25 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, id:sorokh +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Disable\ Project=Deactiveer project +Enable=Activeren +This\ project\ is\ currently\ disabled=Dit project is gedeactiveerd diff --git a/core/src/main/resources/hudson/model/Job/index_pl.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_pl.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_pl.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_pl.properties diff --git a/core/src/main/resources/hudson/model/Job/index_pt_BR.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_pt_BR.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_pt_BR.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_pt_BR.properties diff --git a/core/src/main/resources/hudson/model/Job/index_ro.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_ro.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_ro.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_ro.properties diff --git a/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_ru.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_ru.properties new file mode 100644 index 0000000000..c29639a04f --- /dev/null +++ b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_ru.properties @@ -0,0 +1,25 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Mike Salnikov +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Disable\ Project=\u0412\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043f\u0440\u043e\u0435\u043a\u0442 +Enable=\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c +This\ project\ is\ currently\ disabled=\u042d\u0442\u043e\u0442 \u043f\u0440\u043e\u0435\u043a\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d diff --git a/core/src/main/resources/hudson/model/Job/index_sk.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_sk.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_sk.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_sk.properties diff --git a/core/src/main/resources/hudson/model/Job/index_sv_SE.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_sv_SE.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_sv_SE.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_sv_SE.properties diff --git a/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_tr.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_tr.properties new file mode 100644 index 0000000000..83169532a3 --- /dev/null +++ b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_tr.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Oguz Dag +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Disable\ Project=Projeyi devre d\u0131\u015f\u0131 b\u0131rak +This\ project\ is\ currently\ disabled=Bu proje \u015fimdilik devre d\u0131\u015f\u0131 diff --git a/core/src/main/resources/hudson/model/Job/index_zh_CN.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_zh_CN.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_zh_CN.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_zh_CN.properties diff --git a/core/src/main/resources/hudson/model/Job/index_zh_TW.properties b/core/src/main/resources/hudson/model/AbstractProject/makeDisabled_zh_TW.properties similarity index 100% rename from core/src/main/resources/hudson/model/Job/index_zh_TW.properties rename to core/src/main/resources/hudson/model/AbstractProject/makeDisabled_zh_TW.properties diff --git a/core/src/main/resources/hudson/model/Job/index.jelly b/core/src/main/resources/hudson/model/Job/index.jelly index 145c4b54ed..0d733c625b 100644 --- a/core/src/main/resources/hudson/model/Job/index.jelly +++ b/core/src/main/resources/hudson/model/Job/index.jelly @@ -33,30 +33,6 @@ THE SOFTWARE. - - - -
-
- ${%This project is currently disabled} - - - - -
-
- -
-
- - - - -
-
-
-
- diff --git a/core/src/main/resources/hudson/model/Job/index_es.properties b/core/src/main/resources/hudson/model/Job/index_es.properties index d34397c3e1..f29f1e6c49 100644 --- a/core/src/main/resources/hudson/model/Job/index_es.properties +++ b/core/src/main/resources/hudson/model/Job/index_es.properties @@ -20,7 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -This\ project\ is\ currently\ disabled=Este projecto está desactivado actualmente -Enable=Activar -Disable\ Project=Desactivar el Proyecto Project\ name=Nombre del Proyecto diff --git a/core/src/main/resources/hudson/model/Job/index_ja.properties b/core/src/main/resources/hudson/model/Job/index_ja.properties index 20b0a6135f..f206a6b3bc 100644 --- a/core/src/main/resources/hudson/model/Job/index_ja.properties +++ b/core/src/main/resources/hudson/model/Job/index_ja.properties @@ -20,7 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -This\ project\ is\ currently\ disabled=\u73fe\u5728\u3001\u3053\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306f\u7121\u52b9\u3067\u3059\u3002 -Enable=\u6709\u52b9\u5316 -Disable\ Project=\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u7121\u52b9\u5316 Project\ name=\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u540d \ No newline at end of file diff --git a/core/src/main/resources/hudson/model/Job/index_nl.properties b/core/src/main/resources/hudson/model/Job/index_nl.properties index ed250faf2f..eafbfdf086 100644 --- a/core/src/main/resources/hudson/model/Job/index_nl.properties +++ b/core/src/main/resources/hudson/model/Job/index_nl.properties @@ -21,10 +21,7 @@ # THE SOFTWARE. Permalinks=Permanente referenties -Disable\ Project=Deactiveer project -Enable=Activeren Last\ build=Laatste bouwpoging Last\ stable\ build=Laatste stabiele bouwpoging Last\ successful\ build=Laatste succesvolle bouwpoging Last\ failed\ build=Laatst gefaalde bouwpoging -This\ project\ is\ currently\ disabled=Dit project is gedeactiveerd diff --git a/core/src/main/resources/hudson/model/Job/index_ru.properties b/core/src/main/resources/hudson/model/Job/index_ru.properties index b3b6db8c3c..4e409b2f30 100644 --- a/core/src/main/resources/hudson/model/Job/index_ru.properties +++ b/core/src/main/resources/hudson/model/Job/index_ru.properties @@ -21,10 +21,7 @@ # THE SOFTWARE. Permalinks=\u041f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u044b\u0435 \u0441\u0441\u044b\u043b\u043a\u0438 -Disable\ Project=\u0412\u044B\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0440\u043E\u0435\u043A\u0442 -Enable=\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C Last\ build=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0441\u0431\u043e\u0440\u043a\u0430 Last\ stable\ build=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u0430\u044f \u0441\u0431\u043e\u0440\u043a\u0430 Last\ successful\ build=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u0430\u044f \u0441\u0431\u043e\u0440\u043a\u0430 Last\ failed\ build=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u043f\u0440\u043e\u0432\u0430\u043b\u0438\u0432\u0448\u0430\u044f\u0441\u044f \u0441\u0431\u043e\u0440\u043a\u0430 -This\ project\ is\ currently\ disabled=\u042d\u0442\u043e\u0442 \u043f\u0440\u043e\u0435\u043a\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d diff --git a/core/src/main/resources/hudson/model/Job/index_tr.properties b/core/src/main/resources/hudson/model/Job/index_tr.properties index 847bc0fe3c..3021fd0f1e 100644 --- a/core/src/main/resources/hudson/model/Job/index_tr.properties +++ b/core/src/main/resources/hudson/model/Job/index_tr.properties @@ -21,9 +21,7 @@ # THE SOFTWARE. Permalinks=Permalinks -Disable\ Project=Projeyi devre d\u0131\u015F\u0131 b\u0131rak Last\ build=Son yap\u0131land\u0131rma Last\ stable\ build=Son stabil yap\u0131land\u0131rma Last\ successful\ build=Son ba\u015far\u0131l\u0131 yap\u0131land\u0131rma Last\ failed\ build=Son ba\u015far\u0131s\u0131z yap\u0131land\u0131rma -This\ project\ is\ currently\ disabled=Bu proje \u015fimdilik devre d\u0131\u015f\u0131 diff --git a/maven-plugin/src/main/java/hudson/maven/MavenModule.java b/maven-plugin/src/main/java/hudson/maven/MavenModule.java index b4d337cfab..b82abecc60 100644 --- a/maven-plugin/src/main/java/hudson/maven/MavenModule.java +++ b/maven-plugin/src/main/java/hudson/maven/MavenModule.java @@ -166,6 +166,11 @@ public class MavenModule extends AbstractMavenProject im return false; } + @Override + public boolean supportsMakeDisabled() { + return false; + } + @Override public boolean isBuildable() { // not buildable if the parent project is disabled diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index.jelly b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index.jelly index f3c6a51bce..767951eeb5 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index.jelly +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index.jelly @@ -31,27 +31,7 @@ THE SOFTWARE.

${it.pronoun} ${it.displayName}

- - -
-
- ${%This project is currently disabled} - - - - -
-
- -
-
- - - - -
-
-
+ diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_cs.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_cs.properties index a4a3319bf5..fd64bf5485 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_cs.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_cs.properties @@ -20,6 +20,5 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Disable\ Project=Deaktivovat projekt -Latest\ Test\ Result=Posledn\u00ED v\u00FDsledky test\u016F -Recent\ Changes=Posledn\u00ED zm\u011Bny +Latest\ Test\ Result=Posledn\u00ed v\u00fdsledky test\u016f +Recent\ Changes=Posledn\u00ed zm\u011bny diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_da.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_da.properties index 9c412e6144..f2b9235890 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_da.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_da.properties @@ -21,9 +21,6 @@ # THE SOFTWARE. Latest\ Test\ Result=Seneste testmodul -Disable\ Project=Deaktiver projekt -Enable=Sl\u00e5 til Workspace=Arbejdsomr\u00e5de Last\ Successful\ Artifacts=Seneste succesfulde artifakter -This\ project\ is\ currently\ disabled=Dette projekt er for nuv\u00e6rende sl\u00e5et fra Recent\ Changes=Nyelige \u00e6ndringer diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_de.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_de.properties index 74a40793f6..8dbc77c5d7 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_de.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_de.properties @@ -21,9 +21,6 @@ # THE SOFTWARE. Workspace=Arbeitsbereich -Recent\ Changes=Letzte Änderungen +Recent\ Changes=Letzte \u00c4nderungen Latest\ Test\ Result=Letztes Testergebnis Last\ Successful\ Artifacts=Letzte erfolgreiche Artefakte -Enable=Aktivieren -This\ project\ is\ currently\ disabled=Dieses Projekt ist momentan deaktiviert. -Disable\ Project=Projekt deaktivieren diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_es.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_es.properties index 15adcbeaa2..3828f8b582 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_es.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_es.properties @@ -22,8 +22,5 @@ Recent\ Changes=Cambios recientes Workspace=Espacio de trabajo -Latest\ Test\ Result=Últimos resultados de tests -Last\ Successful\ Artifacts=Último artefacto correcto -Enable=Activar -This\ project\ is\ currently\ disabled=Este proyecto está desactivado -Disable\ Project=Desactivar este proyecto +Latest\ Test\ Result=\u00daltimos resultados de tests +Last\ Successful\ Artifacts=\u00daltimo artefacto correcto diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_fi.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_fi.properties index fb0769f870..cf61a7e02d 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_fi.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_fi.properties @@ -20,7 +20,6 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Disable\ Project=Ota projekti pois k\u00E4yt\u00F6st\u00E4 Last\ Successful\ Artifacts=Viimeinen onnistunut artifakti -Recent\ Changes=Viimeisimm\u00E4t muutokset -Workspace=Ty\u00F6tila +Recent\ Changes=Viimeisimm\u00e4t muutokset +Workspace=Ty\u00f6tila diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_fr.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_fr.properties index 5e4c5a6a74..b78fb0cce8 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_fr.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_fr.properties @@ -20,10 +20,8 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -This\ project\ is\ currently\ disabled=Ce projet est actuellement d\u00E9sactiv\u00E9 +This\ project\ is\ currently\ disabled=Ce projet est actuellement d\u00e9sactiv\u00e9 Workspace=Espace de travail -Recent\ Changes=Changements récents -Latest\ Test\ Result=Derniers résultats des tests -Disable\ Project=D\u00E9sactiver le projet -Enable=Activer -Last\ Successful\ Artifacts=Derniers artefacts construits avec succès +Recent\ Changes=Changements r\u00e9cents +Latest\ Test\ Result=Derniers r\u00e9sultats des tests +Last\ Successful\ Artifacts=Derniers artefacts construits avec succ\u00e8s diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_he.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_he.properties index ebd91438ed..abe236126d 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_he.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_he.properties @@ -20,6 +20,5 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Disable\ Project=\u05E0\u05E2\u05DC \u05E4\u05E8\u05D5\u05D9\u05E7\u05D8 \u05DE\u05E9\u05D9\u05DE\u05D5\u05E9 -Recent\ Changes=\u05E9\u05D9\u05E0\u05D5\u05D9\u05D9\u05DD \u05D0\u05D7\u05E8\u05D5\u05E0\u05D9\u05DD -Workspace=\u05DE\u05E9\u05D8\u05D7 \u05E2\u05D1\u05D5\u05D3\u05D4 +Recent\ Changes=\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d0\u05d7\u05e8\u05d5\u05e0\u05d9\u05dd +Workspace=\u05de\u05e9\u05d8\u05d7 \u05e2\u05d1\u05d5\u05d3\u05d4 diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_hu.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_hu.properties index 0fe4ab479c..7984a5e37f 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_hu.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_hu.properties @@ -20,7 +20,6 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Disable\ Project=Projekt letilt\u00E1sa -Last\ Successful\ Artifacts=Utols\u00F3 Sikeres Artifact-ek -Recent\ Changes=\u00DAj V\u00E1ltoz\u00E1sok -Workspace=Munkater\u00FClet +Last\ Successful\ Artifacts=Utols\u00f3 Sikeres Artifact-ek +Recent\ Changes=\u00daj V\u00e1ltoz\u00e1sok +Workspace=Munkater\u00fclet diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_it.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_it.properties index 12cc1aee9a..15db7e606e 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_it.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_it.properties @@ -20,7 +20,6 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Disable\ Project=Disabilita progetto Last\ Successful\ Artifacts=Ultimi artifact con successo Latest\ Test\ Result=Ultimo risultato tes Recent\ Changes=Modifiche recenti diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_ja.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_ja.properties index 632219b7d3..e7663d0db6 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_ja.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_ja.properties @@ -24,7 +24,3 @@ Workspace=\u30ef\u30fc\u30af\u30b9\u30da\u30fc\u30b9 Recent\ Changes=\u5909\u66f4\u5c65\u6b74 Latest\ Test\ Result=\u6700\u65b0\u306e\u30c6\u30b9\u30c8\u7d50\u679c Last\ Successful\ Artifacts=\u6700\u65b0\u6210\u529f\u30d3\u30eb\u30c9\u306e\u6210\u679c\u7269 -This\ project\ is\ currently\ disabled=\u73fe\u5728\u3001\u3053\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306f\u7121\u52b9\u3067\u3059\u3002 -Enable=\u6709\u52b9\u5316 -Disable\ Project=\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u7121\u52b9\u5316 - diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_lv.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_lv.properties index c2f58276fa..c46801340d 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_lv.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_lv.properties @@ -20,8 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Disable\ Project=Atsl\u0113gt projektu -Last\ Successful\ Artifacts=P\u0113d\u0113jie veiksm\u012Bgie artefakti +Last\ Successful\ Artifacts=P\u0113d\u0113jie veiksm\u012bgie artefakti Latest\ Test\ Result=Jaun\u0101kie testu rezult\u0101ti Recent\ Changes=P\u0113d\u0113j\u0101s izmai\u0146as Workspace=Darbavieta diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_nb_NO.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_nb_NO.properties index 99962416bb..848b3652f5 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_nb_NO.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_nb_NO.properties @@ -20,8 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Disable\ Project=Deaktiver prosjekt Last\ Successful\ Artifacts=Siste feilfrie bygg Latest\ Test\ Result=Siste testresultater Recent\ Changes=Siste Forandringer -Workspace=Arbeidsomr\u00E5de +Workspace=Arbeidsomr\u00e5de diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_nl.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_nl.properties index 4e69fe967c..0538e47bcc 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_nl.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_nl.properties @@ -27,6 +27,5 @@ text= Gelieve een nieuwe bouwpoging te starten. O Overview={0} Overzicht Workspace=Werkplaats Recent\ Changes=Recente veranderingen -Disable\ Project=Blokkeer project Last\ Successful\ Artifacts=Laatste succesvolle artefacten Latest\ Test\ Result=Laatste testresultaat diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_pl.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_pl.properties index 66af405842..97bc96e817 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_pl.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_pl.properties @@ -20,8 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Disable\ Project=Wy\u0142\u0105cz projekt -Last\ Successful\ Artifacts=Ostatnie pomy\u015Blne artefakty -Latest\ Test\ Result=Ostatnie rezultaty test\u00F3w +Last\ Successful\ Artifacts=Ostatnie pomy\u015blne artefakty +Latest\ Test\ Result=Ostatnie rezultaty test\u00f3w Recent\ Changes=Ostatnie zmiany Workspace=Przestrze\u0144 robocza diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_pt_BR.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_pt_BR.properties index 456b577a50..bf0b551a95 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_pt_BR.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_pt_BR.properties @@ -23,5 +23,4 @@ Workspace= Recent\ Changes=Mudan\u00e7as Recentes Latest\ Test\ Result=\u00daltimo Resultado de Teste -Disable\ Project=Desabilitar o Projeto Last\ Successful\ Artifacts=\u00daltimos Artefatos que obtiveram Sucesso diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_ru.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_ru.properties index d68ac33e1b..51f505f03a 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_ru.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_ru.properties @@ -20,10 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -This\ project\ is\ currently\ disabled=\u042D\u0442\u043E\u0442 \u043F\u0440\u043E\u0435\u043A\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D Workspace=\u0421\u0431\u043e\u0440\u043e\u0447\u043d\u0430\u044f \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u044f Recent\ Changes=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f -Disable\ Project=\u0417\u0430\u043F\u0440\u0435\u0442\u0438\u0442\u044C \u043F\u0440\u043E\u0435\u043A\u0442 -Enable=\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C -Last\ Successful\ Artifacts=\u0410\u0440\u0442\u0435\u0444\u0430\u043A\u0442\u044B \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0439 \u0441\u0431\u043E\u0440\u043A\u0438 +Last\ Successful\ Artifacts=\u0410\u0440\u0442\u0435\u0444\u0430\u043a\u0442\u044b \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0439 \u0443\u0441\u043f\u0435\u0448\u043d\u043e\u0439 \u0441\u0431\u043e\u0440\u043a\u0438 Latest\ Test\ Result=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0442\u0435\u0441\u0442\u043e\u0432 diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_sl.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_sl.properties deleted file mode 100644 index 738c46f4d8..0000000000 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_sl.properties +++ /dev/null @@ -1,23 +0,0 @@ -# The MIT License -# -# Copyright (c) 2004-2010, Sun Microsystems, Inc. -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - -Disable\ Project=Onemogo\u010Di Projekt diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_sv_SE.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_sv_SE.properties index f3c18e4b27..0a1b402c6c 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_sv_SE.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_sv_SE.properties @@ -20,8 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Disable\ Project=Inaktivera projekt Last\ Successful\ Artifacts=Senast lyckade artifakt Latest\ Test\ Result=Senaste testresultat -Recent\ Changes=Senaste F\u00F6r\u00E4ndringar +Recent\ Changes=Senaste F\u00f6r\u00e4ndringar Workspace=Arbetsyta diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_uk.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_uk.properties index 7e8cc88b97..434f9f6ab1 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_uk.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_uk.properties @@ -20,8 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Disable\ Project=\u0412\u0438\u043C\u043A\u043D\u0443\u0442\u0438 \u041F\u0440\u043E\u0435\u043A\u0442 -Last\ Successful\ Artifacts=\u0410\u0440\u0442\u0435\u0444\u0430\u043A\u0442\u0438 \u043E\u0441\u0442\u0430\u043D\u043D\u044C\u043E\u0457 \u0443\u0441\u043F\u0456\u0448\u043D\u043E\u0457 \u043F\u043E\u0431\u0443\u0434\u043E\u0432\u0438 -Latest\ Test\ Result=\u041E\u0441\u0442\u0430\u043D\u043D\u0456 \u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0438 \u0422\u0435\u0441\u0442\u0456\u0432 -Recent\ Changes=\u041E\u0441\u0442\u0430\u043D\u043D\u0456 \u0417\u043C\u0456\u043D\u0438 -Workspace=\u0420\u043E\u0431\u043E\u0447\u0456 \u0444\u0430\u0439\u043B\u0438 +Last\ Successful\ Artifacts=\u0410\u0440\u0442\u0435\u0444\u0430\u043a\u0442\u0438 \u043e\u0441\u0442\u0430\u043d\u043d\u044c\u043e\u0457 \u0443\u0441\u043f\u0456\u0448\u043d\u043e\u0457 \u043f\u043e\u0431\u0443\u0434\u043e\u0432\u0438 +Latest\ Test\ Result=\u041e\u0441\u0442\u0430\u043d\u043d\u0456 \u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u0422\u0435\u0441\u0442\u0456\u0432 +Recent\ Changes=\u041e\u0441\u0442\u0430\u043d\u043d\u0456 \u0417\u043c\u0456\u043d\u0438 +Workspace=\u0420\u043e\u0431\u043e\u0447\u0456 \u0444\u0430\u0439\u043b\u0438 diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_zh_CN.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_zh_CN.properties index 156b8dc95c..825d448b80 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_zh_CN.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_zh_CN.properties @@ -20,10 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Disable\ Project=\u7981\u7528\u9879\u76EE -Enable=\u542F\u7528\u9879\u76EE -Last\ Successful\ Artifacts=\u6700\u7EC8\u6210\u529F\u6784\u5EFA -Latest\ Test\ Result=\u6700\u65B0\u6D4B\u8BD5\u7ED3\u679C -Recent\ Changes=\u6700\u65B0\u4FEE\u6539 -This\ project\ is\ currently\ disabled=\u5F53\u524D\u9879\u76EE\u5DF2\u88AB\u7981\u7528 -Workspace=\u5DE5\u4F5C\u533A +Last\ Successful\ Artifacts=\u6700\u7ec8\u6210\u529f\u6784\u5efa +Latest\ Test\ Result=\u6700\u65b0\u6d4b\u8bd5\u7ed3\u679c +Recent\ Changes=\u6700\u65b0\u4fee\u6539 +Workspace=\u5de5\u4f5c\u533a diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_zh_TW.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_zh_TW.properties deleted file mode 100644 index 3f06b5e276..0000000000 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_zh_TW.properties +++ /dev/null @@ -1,25 +0,0 @@ -# The MIT License -# -# Copyright (c) 2004-2010, Sun Microsystems, Inc. -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - -Disable\ Project=\u95DC\u9589\u5C08\u6848 -Enable=\u555F\u7528 -This\ project\ is\ currently\ disabled=\u672C\u5C08\u6848\u76EE\u524D\u662F\u505C\u7528\u7684\u3002 -- GitLab