diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages.properties
new file mode 100644
index 0000000000000000000000000000000000000000..4a245af84bf1d8118e50ace1f861977a674bc751
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages.properties
@@ -0,0 +1,5 @@
+PortingAdvisorBuilder.DescriptorImpl.errors.missingName=Please set a name
+PortingAdvisorBuilder.DescriptorImpl.warnings.tooShort=Isn't the name too short?
+PortingAdvisorBuilder.DescriptorImpl.warnings.reallyFrench=Are you actually French?
+
+PortingAdvisorBuilder.DescriptorImpl.DisplayName=PortingAdvisor
\ No newline at end of file
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_de.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_de.properties
new file mode 100644
index 0000000000000000000000000000000000000000..35423d403c481f95f1dbd904824d27f68bb129fb
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_de.properties
@@ -0,0 +1,5 @@
+PortingAdvisorBuilder.DescriptorImpl.errors.missingName=Bitte geben Sie einen Namen an
+PortingAdvisorBuilder.DescriptorImpl.warnings.tooShort=Der Name ist zu kurz.
+PortingAdvisorBuilder.DescriptorImpl.warnings.reallyFrench=Sind Sie wirklich franz\u00F6sisch?
+
+PortingAdvisorBuilder.DescriptorImpl.DisplayName=Porting Advisor
\ No newline at end of file
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_fr.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_fr.properties
new file mode 100644
index 0000000000000000000000000000000000000000..a86657e355c008a5c9867f54998c58b81e682d3d
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_fr.properties
@@ -0,0 +1,5 @@
+PortingAdvisorBuilder.DescriptorImpl.errors.missingName=Veuillez saisir un nom
+PortingAdvisorBuilder.DescriptorImpl.warnings.tooShort=Le nom n'est-il pas trop court ?
+PortingAdvisorBuilder.DescriptorImpl.warnings.reallyFrench=\u00CAtes vous vraiment fran\u00E7ais ?
+
+PortingAdvisorBuilder.DescriptorImpl.DisplayName=PortingAdvisor
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_it.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_it.properties
new file mode 100644
index 0000000000000000000000000000000000000000..5a0489e18a40ad2948961a3ba321c5b66a717a2b
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_it.properties
@@ -0,0 +1,5 @@
+PortingAdvisorBuilder.DescriptorImpl.errors.missingName=Nome \u00E8 richiesto
+PortingAdvisorBuilder.DescriptorImpl.warnings.tooShort=Nome dev'essere al meno 4 charatteri
+PortingAdvisorBuilder.DescriptorImpl.warnings.reallyFrench=Vuole mostrare il messagio in francese?
+
+PortingAdvisorBuilder.DescriptorImpl.DisplayName=PortingAdvisor
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_sv.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_sv.properties
new file mode 100644
index 0000000000000000000000000000000000000000..a0efe33340337002ff29454775e2d826bfa81887
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_sv.properties
@@ -0,0 +1,5 @@
+PortingAdvisorBuilder.DescriptorImpl.errors.missingName=Ange ett namn
+PortingAdvisorBuilder.DescriptorImpl.warnings.tooShort=\u00C4r inte namnet lite f\u00F6r kort?
+PortingAdvisorBuilder.DescriptorImpl.warnings.reallyFrench=\u00C4r du egentligen Fransk?
+
+PortingAdvisorBuilder.DescriptorImpl.DisplayName=PortingAdvisor
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_tr.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_tr.properties
new file mode 100644
index 0000000000000000000000000000000000000000..d60ccb3999bb8eaa47ea52f1f3bf829c0f9ff7ae
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_tr.properties
@@ -0,0 +1,3 @@
+PortingAdvisorBuilder.DescriptorImpl.errors.missingName=Please set a name
+PortingAdvisorBuilder.DescriptorImpl.warnings.tooShort=Isn't the name too short?
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config.jelly b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config.jelly
new file mode 100644
index 0000000000000000000000000000000000000000..12e0332731aeaff19325efce7001524c329d02c2
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config.jelly
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config.properties
new file mode 100644
index 0000000000000000000000000000000000000000..7ffda73854c8bd877111c6783357222c4575816e
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config.properties
@@ -0,0 +1,3 @@
+Name=Name
+French=French
+FrenchDescr=Check if we should say hello in French
\ No newline at end of file
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_de.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_de.properties
new file mode 100644
index 0000000000000000000000000000000000000000..02dd5b3c17850da363ae731c813d25794697b104
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_de.properties
@@ -0,0 +1,3 @@
+Name=Name
+French=Franz\u00F6sisch
+FrenchDescr=Markieren f\u00FCr Begr\u00FC\u00DFung auf franz\u00F6sisch
\ No newline at end of file
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_fr.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_fr.properties
new file mode 100644
index 0000000000000000000000000000000000000000..cde52fd7c529b60edeae812fa3ca24e1787c9154
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_fr.properties
@@ -0,0 +1,3 @@
+Name=Nom
+French=Fran\u00e7ais
+FrenchDescr=V\u00e9rifie qu'on dit bien hello en fran\u00e7ais
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_it.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_it.properties
new file mode 100644
index 0000000000000000000000000000000000000000..818773eb84a20436d737482181af9080edd8c440
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_it.properties
@@ -0,0 +1,3 @@
+Name=Nome
+French=Francese
+FrenchDescr=Mostra il messagio in francese
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_sv.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_sv.properties
new file mode 100644
index 0000000000000000000000000000000000000000..a35fb8245245c72014c27e3ee5d3624643f965a9
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_sv.properties
@@ -0,0 +1,3 @@
+Name=Namn
+French=Franska
+FrenchDescr=S\u00E4tt om vi ska s\u00E4ga hej p\u00E5 Franska
\ No newline at end of file
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_tr.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_tr.properties
new file mode 100644
index 0000000000000000000000000000000000000000..bcdf88814ddb79c258e21cbccf7bfb15f470cf64
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_tr.properties
@@ -0,0 +1,3 @@
+Name=\u0130sim
+French=Frans\u0131zca
+FrenchDescr=Frans\u0131zca olarak merhaba demeliyim diye sor
\ No newline at end of file
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name.html
new file mode 100644
index 0000000000000000000000000000000000000000..0442b09d124df01193f2a46495b7b7c5a8818c0f
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name.html
@@ -0,0 +1,3 @@
+
+ Your name.
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_de.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_de.html
new file mode 100644
index 0000000000000000000000000000000000000000..846cf5ef0187adc7c98b8e510a124ffdba18e3f2
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_de.html
@@ -0,0 +1,3 @@
+
+ Geben Sie Ihren Namen ein.
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_fr.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_fr.html
new file mode 100644
index 0000000000000000000000000000000000000000..c1a7406bea2c480a5fe694e08551fbe4b5f71a51
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_fr.html
@@ -0,0 +1,3 @@
+
+ Votre nom.
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_it.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_it.html
new file mode 100644
index 0000000000000000000000000000000000000000..367b691ed3bf15eab5a6b4f1018459adc4ff9de6
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_it.html
@@ -0,0 +1,3 @@
+
+ Nome di mostrare.
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_sv.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_sv.html
new file mode 100644
index 0000000000000000000000000000000000000000..54fb6eef1453843192d10b3df3745e344df00207
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_sv.html
@@ -0,0 +1,3 @@
+
+ Ditt namn.
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_tr.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_tr.html
new file mode 100644
index 0000000000000000000000000000000000000000..d241f304345a4b9ba710809e3529d5f04f93852a
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_tr.html
@@ -0,0 +1,3 @@
+
+ İsmin.
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench.html
new file mode 100644
index 0000000000000000000000000000000000000000..dde47edc8804e77b45bd2bb8c47dd4b475970ba1
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench.html
@@ -0,0 +1,3 @@
+
+ Use French?
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_de.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_de.html
new file mode 100644
index 0000000000000000000000000000000000000000..f9ca2c6acbfabcd30965e3571cb302c722fc9125
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_de.html
@@ -0,0 +1,3 @@
+
+ Ob die Begrüßung auf französisch angegeben werden soll.
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_fr.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_fr.html
new file mode 100644
index 0000000000000000000000000000000000000000..15c398cc36e7fc00c5278e0a4fd474721d0ca8e8
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_fr.html
@@ -0,0 +1,3 @@
+
+ Utiliser le français ?
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_it.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_it.html
new file mode 100644
index 0000000000000000000000000000000000000000..4bc66a134e070e5ee69dc1626bbdfb51ff21d154
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_it.html
@@ -0,0 +1,3 @@
+
+ Mostrare il messagio in francese.
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_sv.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_sv.html
new file mode 100644
index 0000000000000000000000000000000000000000..cb658b8581bdb27f86b554ada1b7ce4006a2396a
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_sv.html
@@ -0,0 +1,3 @@
+
+ Använda Franska?
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_tr.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_tr.html
new file mode 100644
index 0000000000000000000000000000000000000000..3f7fe5e563a7fa4306f4d238c6b1cbc25683e349
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_tr.html
@@ -0,0 +1,3 @@
+
+ Fransızca göster?
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper.properties
new file mode 100644
index 0000000000000000000000000000000000000000..0d16260f9a8e2917943784ff7ceac9e931f7eac9
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper.properties
@@ -0,0 +1 @@
+DisplayName=Copy master''s files into the job''s workspace before building
\ No newline at end of file
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/config.jelly b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/config.jelly
new file mode 100644
index 0000000000000000000000000000000000000000..bff199a191583842f9aed303d0516886e2e63ec9
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/config.jelly
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/config.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/config.properties
new file mode 100644
index 0000000000000000000000000000000000000000..0fc60874f09c8c1d874560bc06ea74f13d9cfc17
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/config.properties
@@ -0,0 +1,32 @@
+# The MIT License
+#
+# Copyright (c) 2009-2012, Manufacture Fran\u00e7aise des Pneumatiques Michelin, Romain Seguy
+#
+# 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.
+
+Excludes=Files to exclude from the copy
+Flatten=Flatten directories
+HomeRelative=$JENKINS_HOME (not advised)
+Includes=Files to copy
+IncludeAntExcludes=Include Ant''s default excludes
+RelativeTo=Paths are relative to
+SomewhereElseBeginning=
+SomewhereElseEnd=
+UserContentRelative=$JENKINS_HOME/userContent
+WorkspaceRelative=This job''s workspace on the master (not advised)
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/config_fr.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/config_fr.properties
new file mode 100644
index 0000000000000000000000000000000000000000..d98eda41658906c6725934f7d9e13c3719b10e53
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/config_fr.properties
@@ -0,0 +1,30 @@
+# The MIT License
+#
+# Copyright (c) 2009-2012, Manufacture Fran\u00e7aise des Pneumatiques Michelin, Romain Seguy
+#
+# 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.
+
+Excludes=Fichiers à exclure de la copie
+Flatten=Applatir les répertoires
+HomeRelative=$JENKINS_HOME (à éviter)
+Includes=Fichiers à copier
+IncludeAntExcludes=Inclure les exclusions par défaut de Ant
+RelativeTo=Les chemins spécifiées sont relatifs à
+UserContentRelative=$JENKINS_HOME/userContent
+WorkspaceRelative=Le workspace de ce job sur le noeud maître (à éviter)
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/global.jelly b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/global.jelly
new file mode 100644
index 0000000000000000000000000000000000000000..8c5e5a3f2d733ea454215086f56e1470ea357368
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/global.jelly
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/global.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/global.properties
new file mode 100644
index 0000000000000000000000000000000000000000..7c88df2c7b051f8c2c14e28d173a9b4c76328967
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/global.properties
@@ -0,0 +1,26 @@
+# The MIT License
+#
+# Copyright (c) 2012, Manufacture Fran\u00e7aise des Pneumatiques Michelin, Romain Seguy
+#
+# 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.
+
+CopyToSlaveConfiguration=Copy To Slave Options
+EnableHomeRelative=Enable the "Paths are relative to $JENKINS_HOME" option
+EnableSomewhereElse=Define an additional "Paths are relative to" option
+SomewhereElsePath=Path
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/help-excludes.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/help-excludes.html
new file mode 100644
index 0000000000000000000000000000000000000000..dc41e60f5bd994ccc6070efa60e8228bfbb296dc
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/help-excludes.html
@@ -0,0 +1,30 @@
+
+
+
+ Optionally specify the
+ 'excludes' pattern, such as "**/TEST-*.xml". A file that matches this
+ mask will not be copied, even if it matches the mask specified in the 'files
+ to copy' field.
+
+ Normally directory structure is preserved when files are copied. If you want
+ to copy all files directly into the root of the job's workspace, enable this
+ option.
+
+ Comma-separated list of patterns of files/directories to be copied.
+ See the @includes
+ of Ant fileset for the exact format. The base directory is defined by
+ the Paths are relative to field.
+ E.g.: *.xml,**/*.properties
+
+ If this option is enabled, then users will be able to select
+ $JENKINS_HOME as a possible base location for copy to slave
+ operations, thus exposing the whole Hudson/Jenkins folder. As such,
+ enabling this option is highly discouraged.
+
+ Optionally specify an additional entry which will be choosable as the base
+ location for copy to slave operations (in addition to
+ $JENKINS_HOME/userContent, the job workspace and, if enabled,
+ $JENKINS_HOME). The specified path has to be relative to the
+ filesystem root directory. You can use environment variables
+ (JENKINS_HOME, etc.).
+
+ Copies a set of files located somewhere on the master node (cf. the Paths
+ are relative to field) into the workspace of the corresponding job on
+ the node performing the build (whether it is a slave node or the master
+ node itself).
+ This is useful, for example, when some files required for the build to take
+ place are not present in the SCM, but are located in one of the three
+ following locations: $JENKINS_HOME/userContent,
+ $JENKINS_HOME, or directly in the project's
+ workspace (on the master node).
+