[jenkins] branch master updated (5363bc2 -> 3e8903d)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Sep 3 22:47:27 UTC 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository jenkins.

      from  5363bc2   Added the missing patch description for 0025-specify-plugins-versions.patch
      adds  d4ff066   Imported Upstream version 1.565.1
       new  3e8903d   Merge tag 'upstream/1.565.1'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 changelog.html                                     | 303 ++++++-
 cli/pom.xml                                        |   2 +-
 cli/src/main/java/hudson/cli/CLI.java              | 122 +--
 cli/src/main/java/hudson/cli/Connection.java       |   5 +-
 .../main/java/hudson/cli/PrivateKeyProvider.java   | 162 ++++
 .../java/hudson/cli/PrivateKeyProviderTest.java    | 140 +++
 cli/src/test/resources/hudson/cli/.ssh/id_dsa      |  12 +
 cli/src/test/resources/hudson/cli/.ssh/id_dsa.pub  |   1 +
 cli/src/test/resources/hudson/cli/.ssh/id_rsa      |  27 +
 cli/src/test/resources/hudson/cli/.ssh/id_rsa.pub  |   1 +
 core/pom.xml                                       |  20 +-
 .../main/java/hudson/ClassicPluginStrategy.java    |  78 +-
 core/src/main/java/hudson/EnvVars.java             |   8 +
 core/src/main/java/hudson/FilePath.java            |  83 +-
 .../main/java/hudson/FileSystemProvisioner.java    |   4 +-
 core/src/main/java/hudson/Functions.java           |  16 +-
 core/src/main/java/hudson/Launcher.java            | 102 ++-
 core/src/main/java/hudson/Main.java                |  45 +-
 core/src/main/java/hudson/PluginManager.java       |  56 +-
 core/src/main/java/hudson/PluginStrategy.java      |  20 +-
 core/src/main/java/hudson/PluginWrapper.java       |   2 +-
 .../main/java/hudson/TcpSlaveAgentListener.java    |  11 +-
 core/src/main/java/hudson/cli/BuildCommand.java    |  17 +-
 core/src/main/java/hudson/cli/CliProtocol.java     |  37 +-
 core/src/main/java/hudson/cli/CliProtocol2.java    |  11 +-
 .../java/hudson/cli/ClientAuthenticationCache.java |   5 +-
 .../cli/handlers/GenericItemOptionHandler.java     |  21 +-
 core/src/main/java/hudson/console/ConsoleNote.java |  18 +-
 .../main/java/hudson/lifecycle/UnixLifecycle.java  |   4 +-
 .../hudson/lifecycle/WindowsServiceLifecycle.java  |  12 +-
 core/src/main/java/hudson/logging/LogRecorder.java |   8 +
 core/src/main/java/hudson/matrix/Axis.java         | 265 ------
 .../main/java/hudson/matrix/AxisDescriptor.java    |  67 --
 core/src/main/java/hudson/matrix/AxisList.java     | 108 ---
 core/src/main/java/hudson/matrix/Combination.java  | 265 ------
 .../java/hudson/matrix/DefaultAxisDescriptor.java  |  48 --
 .../matrix/DefaultMatrixExecutionStrategyImpl.java | 300 -------
 core/src/main/java/hudson/matrix/FilterScript.java | 136 ---
 core/src/main/java/hudson/matrix/JDKAxis.java      |  72 --
 core/src/main/java/hudson/matrix/LabelAxis.java    |  85 --
 core/src/main/java/hudson/matrix/LabelExpAxis.java |  97 ---
 core/src/main/java/hudson/matrix/Layouter.java     | 225 -----
 .../main/java/hudson/matrix/LinkedLogRotator.java  |  77 --
 .../java/hudson/matrix/MatrixAggregatable.java     |  69 --
 .../main/java/hudson/matrix/MatrixAggregator.java  | 105 ---
 core/src/main/java/hudson/matrix/MatrixBuild.java  | 406 ---------
 .../main/java/hudson/matrix/MatrixChildAction.java |  39 -
 .../java/hudson/matrix/MatrixConfiguration.java    | 432 ----------
 .../hudson/matrix/MatrixConfigurationSorter.java   |  36 -
 .../MatrixConfigurationSorterDescriptor.java       |  27 -
 .../hudson/matrix/MatrixExecutionStrategy.java     |  60 --
 .../matrix/MatrixExecutionStrategyDescriptor.java  |  48 --
 .../src/main/java/hudson/matrix/MatrixProject.java | 951 ---------------------
 core/src/main/java/hudson/matrix/MatrixRun.java    | 186 ----
 .../matrix/NoopMatrixConfigurationSorter.java      |  33 -
 core/src/main/java/hudson/matrix/TextAxis.java     |  34 -
 .../matrix/listeners/MatrixBuildListener.java      |  84 --
 core/src/main/java/hudson/matrix/package.html      |  27 -
 core/src/main/java/hudson/model/AbstractBuild.java | 142 +--
 .../src/main/java/hudson/model/AbstractCIBase.java |   3 +-
 core/src/main/java/hudson/model/AbstractItem.java  |  55 +-
 .../main/java/hudson/model/AbstractProject.java    | 466 +++-------
 core/src/main/java/hudson/model/Actionable.java    |  12 +-
 core/src/main/java/hudson/model/AllView.java       |   2 +
 .../main/java/hudson/model/AsyncPeriodicWork.java  |  26 +-
 .../java/hudson/model/BooleanParameterValue.java   |   2 +-
 core/src/main/java/hudson/model/Build.java         |   5 +-
 .../java/hudson/model/BuildAuthorizationToken.java |   9 +-
 .../main/java/hudson/model/BuildStepListener.java  |   3 +-
 core/src/main/java/hudson/model/Cause.java         |   1 +
 core/src/main/java/hudson/model/Computer.java      |  20 +-
 .../main/java/hudson/model/DependencyGraph.java    |   4 +
 .../main/java/hudson/model/DownloadService.java    |   3 +-
 .../java/hudson/model/EnvironmentContributor.java  |  15 +-
 core/src/main/java/hudson/model/Executor.java      |   7 +-
 .../main/java/hudson/model/FileParameterValue.java |  26 +-
 core/src/main/java/hudson/model/Fingerprint.java   |  11 +
 .../src/main/java/hudson/model/ItemGroupMixIn.java |   9 +-
 core/src/main/java/hudson/model/Items.java         |   6 -
 core/src/main/java/hudson/model/JDK.java           |  17 +-
 core/src/main/java/hudson/model/Job.java           |  24 +-
 .../main/java/hudson/model/JobParameterValue.java  |   2 +-
 core/src/main/java/hudson/model/ListView.java      |   1 +
 .../src/main/java/hudson/model/LoadStatistics.java |   7 +-
 core/src/main/java/hudson/model/ModelObject.java   |   8 +-
 .../java/hudson/model/MultiStageTimeSeries.java    |   8 +
 core/src/main/java/hudson/model/MyView.java        |   2 +
 core/src/main/java/hudson/model/Node.java          |   3 +-
 .../java/hudson/model/ParameterDefinition.java     |   5 +
 .../src/main/java/hudson/model/ParameterValue.java |  36 +-
 .../main/java/hudson/model/ParametersAction.java   |  41 +-
 .../hudson/model/ParametersDefinitionProperty.java |  79 +-
 .../java/hudson/model/PasswordParameterValue.java  |   2 +-
 core/src/main/java/hudson/model/Project.java       |   3 +-
 core/src/main/java/hudson/model/ProxyView.java     |   2 +
 core/src/main/java/hudson/model/Queue.java         |  16 +-
 .../hudson/model/ReconfigurableDescribable.java    |   4 +-
 .../main/java/hudson/model/ResourceActivity.java   |   2 +-
 core/src/main/java/hudson/model/Result.java        |   4 +-
 core/src/main/java/hudson/model/Run.java           | 137 +--
 core/src/main/java/hudson/model/RunMap.java        |  14 +-
 .../java/hudson/model/RunParameterDefinition.java  |   6 +-
 .../main/java/hudson/model/RunParameterValue.java  |  22 +-
 core/src/main/java/hudson/model/Slave.java         |   4 +-
 .../java/hudson/model/StringParameterValue.java    |   2 +-
 core/src/main/java/hudson/model/TopLevelItem.java  |   3 +-
 core/src/main/java/hudson/model/TreeView.java      |   2 +
 core/src/main/java/hudson/model/UpdateCenter.java  |  27 +-
 core/src/main/java/hudson/model/UpdateSite.java    |   4 +-
 .../main/java/hudson/model/UsageStatistics.java    |   8 +-
 core/src/main/java/hudson/model/User.java          |  27 +-
 core/src/main/java/hudson/model/View.java          |  10 +
 .../src/main/java/hudson/model/ViewDescriptor.java |   2 -
 core/src/main/java/hudson/model/ViewJob.java       |  46 +-
 .../java/hudson/model/listeners/RunListener.java   |   2 +-
 core/src/main/java/hudson/model/queue/Tasks.java   |  21 +
 .../AbstractNodeMonitorDescriptor.java             |   2 +-
 core/src/main/java/hudson/os/SU.java               |   6 +-
 .../main/java/hudson/scheduler/CronTabList.java    |  29 +-
 core/src/main/java/hudson/scm/SCM.java             |   6 +-
 .../AbstractPasswordBasedSecurityRealm.java        |   4 +-
 .../security/GlobalSecurityConfiguration.java      |  11 +-
 .../security/TokenBasedRememberMeServices2.java    |  40 +-
 core/src/main/java/hudson/slaves/Channels.java     |  11 +-
 core/src/main/java/hudson/slaves/NodeProperty.java |   4 +-
 .../src/main/java/hudson/slaves/SlaveComputer.java | 147 ++--
 .../src/main/java/hudson/slaves/WorkspaceList.java |  16 +-
 core/src/main/java/hudson/tasks/BuildStep.java     |  13 +
 core/src/main/java/hudson/tasks/BuildTrigger.java  | 113 ++-
 core/src/main/java/hudson/tasks/Fingerprinter.java |   4 +-
 core/src/main/java/hudson/tasks/LogRotator.java    |  50 +-
 core/src/main/java/hudson/tasks/Maven.java         |  16 +-
 .../main/java/hudson/tasks/junit/CaseResult.java   |   6 +-
 .../hudson/tasks/junit/JUnitResultArchiver.java    |  11 +-
 .../java/hudson/tasks/test/MatrixTestResult.java   |  69 --
 .../hudson/tasks/test/TestResultAggregator.java    |  60 --
 .../hudson/tools/AbstractCommandInstaller.java     |   2 +-
 .../java/hudson/tools/InstallerTranslator.java     |   4 +
 core/src/main/java/hudson/tools/JDKInstaller.java  |  15 +-
 .../src/main/java/hudson/tools/ToolDescriptor.java |  47 +-
 core/src/main/java/hudson/triggers/SCMTrigger.java |  19 +-
 .../main/java/hudson/triggers/TimerTrigger.java    |  28 +-
 core/src/main/java/hudson/triggers/Trigger.java    |  25 +-
 core/src/main/java/hudson/util/CompressedFile.java |  13 +-
 .../util/NoClientBindProtocolSocketFactory.java    | 128 +++
 .../util/NoClientBindSSLProtocolSocketFactory.java | 171 ++++
 .../java/hudson/util/NoOverlapCategoryAxis.java    |   5 +
 core/src/main/java/hudson/util/ProcessTree.java    |  32 +-
 .../java/hudson/util/RingBufferLogHandler.java     |   9 +-
 .../main/java/hudson/util/RobustMapConverter.java  |  69 ++
 core/src/main/java/hudson/util/RunList.java        |  13 +
 core/src/main/java/hudson/util/Scrambler.java      |   9 +-
 .../main/java/hudson/util/SubClassGenerator.java   |   8 +-
 core/src/main/java/hudson/util/XStream2.java       |   3 +-
 core/src/main/java/hudson/util/io/ZipArchiver.java |  11 +-
 .../src/main/java/hudson/util/jna/GNUCLibrary.java |   3 +-
 .../main/java/hudson/util/spring/BeanBuilder.java  |   2 +
 .../diagnostics/ooom/OutOfOrderBuildDetector.java  |   2 +-
 .../java/jenkins/diagnostics/ooom/Problem.java     |   4 +-
 .../java/jenkins/model/DependencyDeclarer.java     |  12 +-
 .../GlobalProjectNamingStrategyConfiguration.java  |   2 +-
 core/src/main/java/jenkins/model/Jenkins.java      | 161 ++--
 .../java/jenkins/model/ParameterizedJobMixIn.java  | 274 ++++++
 .../main/java/jenkins/model/PeepholePermalink.java |   3 +
 .../jenkins/model/StandardArtifactManager.java     |   6 +
 .../java/jenkins/model/lazy/LazyBuildMixIn.java    | 420 +++++++++
 .../main/java/jenkins/scm/SCMCheckoutStrategy.java |   8 +-
 .../main/java/jenkins/security/ApiTokenFilter.java |  35 +-
 .../security/ExceptionTranslationFilter.java       |  30 +-
 .../security/ImpersonatingUserDetailsService.java  |  52 ++
 .../security/LastGrantedAuthoritiesProperty.java   | 166 ++++
 .../jenkins/security/QueueItemAuthenticator.java   |  40 +-
 .../security/SecurityContextExecutorService.java   |  82 ++
 .../java/jenkins/security/SecurityListener.java    |  12 +-
 .../jenkins/slaves/DefaultJnlpSlaveReceiver.java   |  79 ++
 .../slaves/EncryptedSlaveAgentJnlpFile.java        |  98 +++
 .../java/jenkins/slaves/JnlpAgentReceiver.java     |  64 ++
 .../jenkins/slaves/JnlpSlaveAgentProtocol.java     |  54 +-
 .../jenkins/slaves/JnlpSlaveAgentProtocol2.java    |  85 +-
 .../java/jenkins/slaves/JnlpSlaveHandshake.java    | 118 +++
 .../java/jenkins/slaves/NioChannelSelector.java    |  43 +
 .../restarter/JnlpSlaveRestarterInstaller.java     | 103 +++
 .../jenkins/slaves/restarter/SlaveRestarter.java   |  49 ++
 .../slaves/restarter/UnixSlaveRestarter.java       |  70 ++
 .../slaves/restarter/WinswSlaveRestarter.java      |  60 ++
 .../systemInfo/ClassLoaderStatisticsSlaveInfo.java |  14 +
 .../slaves/systemInfo/EnvVarsSlaveInfo.java        |  14 +
 .../jenkins/slaves/systemInfo/SlaveSystemInfo.java |  28 +
 .../slaves/systemInfo/SystemPropertySlaveInfo.java |  14 +
 .../slaves/systemInfo/ThreadDumpSlaveInfo.java     |  14 +
 .../java/jenkins/triggers/ReverseBuildTrigger.java | 277 ++++++
 .../java/jenkins/util/AtmostOneTaskExecutor.java   |  67 +-
 .../util/ContextResettingExecutorService.java      |  54 ++
 .../jenkins/util/InterceptingExecutorService.java  |  84 ++
 .../main/resources/hudson/AboutJenkins/index.jelly |   2 +-
 .../main/resources/hudson/Messages_de.properties   |   7 +-
 .../resources/hudson/PluginManager/table.jelly     |   6 +-
 .../hudson/PluginManager/table.properties          |   7 +-
 .../hudson/ProxyConfiguration/config_de.properties |   1 +
 .../HudsonHomeDiskUsageMonitor/index.jelly         |   2 +-
 .../hudson/logging/LogRecorder/index.jelly         |   4 +
 .../config.groovy                                  |  28 -
 .../config.properties                              |  24 -
 .../config_de.properties                           |  30 -
 .../config_ja.properties                           |  31 -
 .../config_pt_BR.properties                        |  29 -
 .../config_zh_TW.properties                        |  31 -
 .../help-hasTouchStoneCombinationFilter.html       |   5 -
 .../help-hasTouchStoneCombinationFilter_de.html    |  10 -
 .../help-hasTouchStoneCombinationFilter_ja.html    |   5 -
 .../help-hasTouchStoneCombinationFilter_zh_TW.html |   5 -
 .../help-runSequentially.html                      |   5 -
 .../help-runSequentially_de.html                   |   6 -
 .../help-runSequentially_ja.html                   |   4 -
 .../help-runSequentially_zh_TW.html                |   4 -
 .../resources/hudson/matrix/LabelAxis/config.jelly |  66 --
 .../hudson/matrix/LabelAxis/help-labels.html       |  27 -
 .../hudson/matrix/LabelAxis/help-labels_de.html    |  30 -
 .../hudson/matrix/LabelAxis/help-labels_fr.html    |  34 -
 .../hudson/matrix/LabelAxis/help-labels_ja.html    |  23 -
 .../hudson/matrix/LabelAxis/help-labels_nl.html    |  15 -
 .../hudson/matrix/LabelAxis/help-labels_pt_BR.html |  27 -
 .../hudson/matrix/LabelAxis/help-labels_ru.html    |  28 -
 .../hudson/matrix/LabelAxis/help-labels_tr.html    |  26 -
 .../hudson/matrix/LabelAxis/help-labels_zh_TW.html |  21 -
 .../resources/hudson/matrix/LabelAxis/help.html    |   5 -
 .../hudson/matrix/LabelAxis/help_zh_TW.html        |   4 -
 .../hudson/matrix/LabelExpAxis/config.jelly        |  32 -
 .../matrix/LabelExpAxis/config_ja.properties       |  25 -
 .../hudson/matrix/LabelExpAxis/help-labelExpr.html |   4 -
 .../matrix/LabelExpAxis/help-labelExpr_ja.html     |   4 -
 .../matrix/LabelExpAxis/help-labelExpr_zh_TW.html  |   4 -
 .../resources/hudson/matrix/LabelExpAxis/help.html |   4 -
 .../hudson/matrix/LabelExpAxis/help_ja.html        |   4 -
 .../hudson/matrix/LabelExpAxis/help_zh_TW.html     |   4 -
 .../hudson/matrix/MatrixBuild/ajaxMatrix.jelly     |  48 --
 .../matrix/MatrixBuild/ajaxMatrix_de.properties    |   1 -
 .../matrix/MatrixBuild/ajaxMatrix_nl.properties    |   3 -
 .../matrix/MatrixBuild/ajaxMatrix_ru.properties    |   4 -
 .../matrix/MatrixBuild/confirmDeleteAll.jelly      |  43 -
 .../MatrixBuild/confirmDeleteAll_de.properties     |  25 -
 .../MatrixBuild/confirmDeleteAll_es.properties     |  26 -
 .../MatrixBuild/confirmDeleteAll_ja.properties     |  27 -
 .../MatrixBuild/confirmDeleteAll_pt.properties     |  27 -
 .../MatrixBuild/confirmDeleteAll_ru.properties     |   4 -
 .../MatrixBuild/confirmDeleteAll_zh_TW.properties  |  25 -
 .../hudson/matrix/MatrixBuild/delete.jelly         |  34 -
 .../hudson/matrix/MatrixBuild/delete_ca.properties |   3 -
 .../hudson/matrix/MatrixBuild/delete_cs.properties |   4 -
 .../hudson/matrix/MatrixBuild/delete_de.properties |  24 -
 .../hudson/matrix/MatrixBuild/delete_es.properties |  24 -
 .../hudson/matrix/MatrixBuild/delete_ja.properties |  25 -
 .../hudson/matrix/MatrixBuild/delete_ko.properties |   4 -
 .../hudson/matrix/MatrixBuild/delete_pl.properties |   4 -
 .../hudson/matrix/MatrixBuild/delete_pt.properties |  25 -
 .../matrix/MatrixBuild/delete_pt_BR.properties     |   5 -
 .../hudson/matrix/MatrixBuild/delete_ru.properties |   4 -
 .../matrix/MatrixBuild/delete_zh_CN.properties     |   4 -
 .../matrix/MatrixBuild/delete_zh_TW.properties     |  24 -
 .../matrix/MatrixConfigurationSorter/config.groovy |   1 -
 .../matrix/MatrixProject/ajaxMatrix_da.properties  |  23 -
 .../matrix/MatrixProject/ajaxMatrix_de.properties  |   1 -
 .../matrix/MatrixProject/ajaxMatrix_it.properties  |  23 -
 .../matrix/MatrixProject/ajaxMatrix_ja.properties  |  23 -
 .../matrix/MatrixProject/ajaxMatrix_pl.properties  |  23 -
 .../matrix/MatrixProject/ajaxMatrix_pt.properties  |  24 -
 .../MatrixProject/ajaxMatrix_pt_BR.properties      |  23 -
 .../matrix/MatrixProject/ajaxMatrix_ro.properties  |   3 -
 .../matrix/MatrixProject/ajaxMatrix_ru.properties  |   3 -
 .../MatrixProject/ajaxMatrix_sv_SE.properties      |   3 -
 .../MatrixProject/ajaxMatrix_zh_CN.properties      |  23 -
 .../MatrixProject/ajaxMatrix_zh_TW.properties      |  23 -
 .../matrix/MatrixProject/configure-entries.jelly   |  99 ---
 .../MatrixProject/configure-entries_da.properties  |  27 -
 .../MatrixProject/configure-entries_de.properties  |  30 -
 .../MatrixProject/configure-entries_es.properties  |  32 -
 .../MatrixProject/configure-entries_fr.properties  |  35 -
 .../MatrixProject/configure-entries_ja.properties  |  33 -
 .../MatrixProject/configure-entries_ko.properties  |   6 -
 .../MatrixProject/configure-entries_nl.properties  |  31 -
 .../MatrixProject/configure-entries_pt.properties  |  33 -
 .../configure-entries_pt_BR.properties             |  38 -
 .../MatrixProject/configure-entries_ru.properties  |  33 -
 .../MatrixProject/configure-entries_sk.properties  |   5 -
 .../configure-entries_sv_SE.properties             |   5 -
 .../MatrixProject/configure-entries_tr.properties  |  35 -
 .../configure-entries_zh_TW.properties             |  32 -
 .../MatrixProject/help-childCustomWorkspace.html   |  28 -
 .../help-childCustomWorkspace_zh_TW.html           |  24 -
 .../matrix/MatrixProject/help-slaveAffinity.html   |   9 -
 .../hudson/matrix/MatrixProject/index.jelly        |  62 --
 .../matrix/MatrixProject/index_ar.properties       |   3 -
 .../matrix/MatrixProject/index_cs.properties       |  23 -
 .../matrix/MatrixProject/index_da.properties       |  23 -
 .../matrix/MatrixProject/index_de.properties       |  24 -
 .../matrix/MatrixProject/index_es.properties       |  25 -
 .../matrix/MatrixProject/index_fi.properties       |  23 -
 .../matrix/MatrixProject/index_he.properties       |   4 -
 .../matrix/MatrixProject/index_hu.properties       |   3 -
 .../matrix/MatrixProject/index_ja.properties       |  25 -
 .../matrix/MatrixProject/index_ko.properties       |   4 -
 .../matrix/MatrixProject/index_nl.properties       |  23 -
 .../matrix/MatrixProject/index_pt.properties       |  26 -
 .../matrix/MatrixProject/index_pt_BR.properties    |  25 -
 .../matrix/MatrixProject/index_ro.properties       |   4 -
 .../matrix/MatrixProject/index_ru.properties       |  24 -
 .../matrix/MatrixProject/index_sv_SE.properties    |   4 -
 .../matrix/MatrixProject/index_uk.properties       |   4 -
 .../matrix/MatrixProject/index_zh_CN.properties    |  23 -
 .../matrix/MatrixProject/index_zh_TW.properties    |  26 -
 .../hudson/matrix/MatrixProject/newJobDetail.jelly |  28 -
 .../matrix/MatrixProject/newJobDetail.properties   |  25 -
 .../MatrixProject/newJobDetail_ar.properties       |   3 -
 .../MatrixProject/newJobDetail_da.properties       |  23 -
 .../MatrixProject/newJobDetail_de.properties       |  27 -
 .../MatrixProject/newJobDetail_es.properties       |  26 -
 .../MatrixProject/newJobDetail_et.properties       |   3 -
 .../MatrixProject/newJobDetail_fi.properties       |   3 -
 .../MatrixProject/newJobDetail_fr.properties       |  26 -
 .../MatrixProject/newJobDetail_hi_IN.properties    |   3 -
 .../MatrixProject/newJobDetail_it.properties       |  23 -
 .../MatrixProject/newJobDetail_ja.properties       |  24 -
 .../MatrixProject/newJobDetail_ko.properties       |  23 -
 .../MatrixProject/newJobDetail_nb_NO.properties    |  23 -
 .../MatrixProject/newJobDetail_nl.properties       |  23 -
 .../MatrixProject/newJobDetail_pl.properties       |  23 -
 .../MatrixProject/newJobDetail_pt.properties       |  26 -
 .../MatrixProject/newJobDetail_pt_BR.properties    |  23 -
 .../MatrixProject/newJobDetail_ru.properties       |  23 -
 .../MatrixProject/newJobDetail_sv_SE.properties    |  23 -
 .../MatrixProject/newJobDetail_tr.properties       |  23 -
 .../MatrixProject/newJobDetail_uk.properties       |   3 -
 .../MatrixProject/newJobDetail_zh_CN.properties    |  23 -
 .../MatrixProject/newJobDetail_zh_TW.properties    |  24 -
 .../resources/hudson/matrix/Messages.properties    |  41 -
 .../resources/hudson/matrix/Messages_da.properties |  33 -
 .../resources/hudson/matrix/Messages_de.properties |  40 -
 .../resources/hudson/matrix/Messages_es.properties |  39 -
 .../resources/hudson/matrix/Messages_fr.properties |  30 -
 .../resources/hudson/matrix/Messages_ja.properties |  40 -
 .../resources/hudson/matrix/Messages_nl.properties |  31 -
 .../resources/hudson/matrix/Messages_pt.properties |  40 -
 .../hudson/matrix/Messages_pt_BR.properties        |  42 -
 .../resources/hudson/matrix/Messages_ru.properties |  30 -
 .../resources/hudson/matrix/Messages_tr.properties |  31 -
 .../hudson/matrix/Messages_zh_CN.properties        |  37 -
 .../hudson/matrix/Messages_zh_TW.properties        |  39 -
 .../hudson/matrix/TextAxis/config_da.properties    |  24 -
 .../hudson/matrix/TextAxis/config_es.properties    |  24 -
 .../hudson/matrix/TextAxis/config_ja.properties    |  24 -
 .../hudson/matrix/TextAxis/config_zh_TW.properties |  24 -
 .../hudson/matrix/TextAxis/help-valueString.html   |   4 -
 .../matrix/TextAxis/help-valueString_de.html       |   5 -
 .../matrix/TextAxis/help-valueString_fr.html       |   4 -
 .../matrix/TextAxis/help-valueString_ja.html       |   4 -
 .../matrix/TextAxis/help-valueString_nl.html       |   3 -
 .../matrix/TextAxis/help-valueString_pt_BR.html    |   3 -
 .../matrix/TextAxis/help-valueString_ru.html       |   3 -
 .../matrix/TextAxis/help-valueString_tr.html       |   3 -
 .../matrix/TextAxis/help-valueString_zh_TW.html    |   4 -
 .../hudson/model/AbstractBuild/tasks.jelly         |  22 +-
 .../configure-common.jelly                         |   0
 .../configure-common.properties                    |   0
 .../configure-common_bg.properties                 |   0
 .../configure-common_ca.properties                 |   0
 .../configure-common_da.properties                 |   0
 .../configure-common_de.properties                 |   0
 .../configure-common_es.properties                 |   0
 .../configure-common_fr.properties                 |   0
 .../configure-common_he.properties                 |   0
 .../configure-common_hu.properties                 |   0
 .../configure-common_it.properties                 |   0
 .../configure-common_ja.properties                 |   0
 .../configure-common_ko.properties                 |   0
 .../configure-common_lt.properties                 |   0
 .../configure-common_lv.properties                 |   0
 .../configure-common_nb_NO.properties              |   0
 .../configure-common_nl.properties                 |   0
 .../configure-common_pl.properties                 |   0
 .../configure-common_pt_BR.properties              |   0
 .../configure-common_ro.properties                 |   0
 .../configure-common_ru.properties                 |   0
 .../configure-common_sk.properties                 |   0
 .../configure-common_sv_SE.properties              |   0
 .../configure-common_tr.properties                 |   0
 .../configure-common_uk.properties                 |   0
 .../configure-common_zh_CN.properties              |   0
 .../configure-common_zh_TW.properties              |   0
 .../configure-scm.jellytag                         |   0
 .../help-concurrentBuild.html                      |   0
 .../help-concurrentBuild_de.html                   |   0
 .../help-concurrentBuild_ja.html                   |   0
 .../help-concurrentBuild_zh_TW.html                |   0
 .../hudson/model/AbstractProject/sidepanel.jelly   |  25 +-
 .../model/AbstractProject/sidepanel.properties     |   2 -
 .../model/AbstractProject/sidepanel_ar.properties  |  13 +-
 .../model/AbstractProject/sidepanel_bg.properties  |  14 +-
 .../model/AbstractProject/sidepanel_ca.properties  |   6 +-
 .../model/AbstractProject/sidepanel_cs.properties  |  14 +-
 .../model/AbstractProject/sidepanel_da.properties  |   5 -
 .../model/AbstractProject/sidepanel_de.properties  |   7 +-
 .../model/AbstractProject/sidepanel_el.properties  |  13 +-
 .../model/AbstractProject/sidepanel_es.properties  |   5 -
 .../AbstractProject/sidepanel_es_AR.properties     |   3 -
 .../model/AbstractProject/sidepanel_et.properties  |  10 +-
 .../model/AbstractProject/sidepanel_eu.properties  |   2 -
 .../model/AbstractProject/sidepanel_fi.properties  |  10 +-
 .../model/AbstractProject/sidepanel_fr.properties  |   9 +-
 .../model/AbstractProject/sidepanel_gl.properties  |   2 -
 .../model/AbstractProject/sidepanel_he.properties  |  16 +-
 .../AbstractProject/sidepanel_hi_IN.properties     |   8 +-
 .../model/AbstractProject/sidepanel_hu.properties  |  12 +-
 .../model/AbstractProject/sidepanel_id.properties  |   1 -
 .../model/AbstractProject/sidepanel_is.properties  |  11 +-
 .../model/AbstractProject/sidepanel_it.properties  |   4 -
 .../model/AbstractProject/sidepanel_ja.properties  |   5 -
 .../model/AbstractProject/sidepanel_kn.properties  |  13 +-
 .../model/AbstractProject/sidepanel_ko.properties  |  16 +-
 .../model/AbstractProject/sidepanel_lt.properties  |  12 +-
 .../model/AbstractProject/sidepanel_lv.properties  |  10 +-
 .../AbstractProject/sidepanel_nb_NO.properties     |  11 +-
 .../model/AbstractProject/sidepanel_nl.properties  |   4 -
 .../model/AbstractProject/sidepanel_pl.properties  |  11 +-
 .../AbstractProject/sidepanel_pt_BR.properties     |   5 -
 .../AbstractProject/sidepanel_pt_PT.properties     |  10 +-
 .../model/AbstractProject/sidepanel_ro.properties  |  10 +-
 .../model/AbstractProject/sidepanel_ru.properties  |   5 -
 .../model/AbstractProject/sidepanel_si.properties  |   8 +-
 .../model/AbstractProject/sidepanel_sk.properties  |  14 +-
 .../model/AbstractProject/sidepanel_sl.properties  |   6 +-
 .../model/AbstractProject/sidepanel_sr.properties  |   6 +-
 .../AbstractProject/sidepanel_sv_SE.properties     |   6 +-
 .../model/AbstractProject/sidepanel_te.properties  |  12 +-
 .../model/AbstractProject/sidepanel_th.properties  |  13 +-
 .../model/AbstractProject/sidepanel_tr.properties  |  10 +-
 .../model/AbstractProject/sidepanel_uk.properties  |  14 +-
 .../AbstractProject/sidepanel_zh_CN.properties     |  15 +-
 .../AbstractProject/sidepanel_zh_TW.properties     |  10 +-
 .../model/AbstractProject/svn-password.jelly       |  53 --
 .../model/AbstractProject/svn-password.properties  |  31 -
 .../AbstractProject/svn-password_da.properties     |  33 -
 .../AbstractProject/svn-password_de.properties     |  14 -
 .../AbstractProject/svn-password_es.properties     |  32 -
 .../AbstractProject/svn-password_fr.properties     |  33 -
 .../AbstractProject/svn-password_ja.properties     |  33 -
 .../AbstractProject/svn-password_pt_BR.properties  |  41 -
 .../AbstractProject/svn-password_tr.properties     |  32 -
 .../AbstractProject/svn-password_zh_TW.properties  |  33 -
 .../model/Cause/UpstreamCause/description.jelly    |  22 +-
 .../Cause/UpstreamCause/description.properties     |   3 +-
 .../Cause/UpstreamCause/description_cs.properties  |   3 +-
 .../Cause/UpstreamCause/description_da.properties  |   3 +-
 .../Cause/UpstreamCause/description_de.properties  |   3 +-
 .../Cause/UpstreamCause/description_es.properties  |   3 +-
 .../Cause/UpstreamCause/description_fi.properties  |   3 +-
 .../Cause/UpstreamCause/description_fr.properties  |   3 +-
 .../Cause/UpstreamCause/description_ja.properties  |   3 +-
 .../Cause/UpstreamCause/description_lv.properties  |   3 +-
 .../Cause/UpstreamCause/description_nl.properties  |   3 +-
 .../Cause/UpstreamCause/description_pl.properties  |   3 +-
 .../UpstreamCause/description_pt_BR.properties     |   3 +-
 .../Cause/UpstreamCause/description_ru.properties  |   3 +-
 .../Cause/UpstreamCause/description_sk.properties  |   3 +-
 .../UpstreamCause/description_sv_SE.properties     |   3 +-
 .../Cause/UpstreamCause/description_uk.properties  |   3 +-
 .../UpstreamCause/description_zh_CN.properties     |   3 +-
 .../UpstreamCause/description_zh_TW.properties     |   3 +-
 .../hudson/model/Computer/index_de.properties      |   7 +-
 .../resources/hudson/model/ComputerSet/index.jelly |  27 +-
 .../hudson/model/DirectoryBrowserSupport/dir.jelly |  10 +-
 .../main/resources/hudson/model/Job/index.jelly    |   2 +-
 .../{AbstractProject => Job}/requirePOST.jelly     |   0
 .../requirePOST.properties                         |   0
 .../requirePOST_de.properties                      |   0
 .../requirePOST_ja.properties                      |   0
 .../requirePOST_pt_BR.properties                   |   0
 .../requirePOST_zh_TW.properties                   |   0
 .../hudson/model/ListView/configure-entries.jelly  |   2 +-
 .../hudson/model/LoadStatistics/main.jelly         |  10 +-
 .../resources/hudson/model/Messages.properties     |   7 +-
 .../resources/hudson/model/Messages_de.properties  |  14 +-
 .../hudson/model/ParametersAction/index.jelly      |   2 +-
 .../model/ParametersDefinitionProperty/index.jelly |   4 +-
 .../hudson/model/Project/configure-entries.jelly   |   4 +-
 .../main/resources/hudson/model/Run/console.jelly  |  10 +-
 .../model/RunParameterDefinition/index.jelly       |   4 +-
 .../resources/hudson/model/User/configure.jelly    |   2 +-
 .../hudson/model/User/configure.properties         |   3 +-
 .../hudson/model/User/configure_bg.properties      |   4 +-
 .../hudson/model/User/configure_ca.properties      |   4 +-
 .../hudson/model/User/configure_cs.properties      |   4 +-
 .../hudson/model/User/configure_da.properties      |   2 +-
 .../hudson/model/User/configure_de.properties      |   2 +-
 .../hudson/model/User/configure_es.properties      |   6 +-
 .../hudson/model/User/configure_fr.properties      |   4 +-
 .../hudson/model/User/configure_hu.properties      |   4 +-
 .../hudson/model/User/configure_id.properties      |   2 +-
 .../hudson/model/User/configure_it.properties      |   2 +-
 .../hudson/model/User/configure_ja.properties      |   2 +-
 .../hudson/model/User/configure_ko.properties      |   4 +-
 .../hudson/model/User/configure_lv.properties      |   2 +-
 .../hudson/model/User/configure_nb_NO.properties   |   2 +-
 .../hudson/model/User/configure_nl.properties      |   2 +-
 .../hudson/model/User/configure_pl.properties      |   2 +-
 .../hudson/model/User/configure_pt_BR.properties   |   2 +-
 .../hudson/model/User/configure_ru.properties      |   2 +-
 .../hudson/model/User/configure_sk.properties      |   2 +-
 .../hudson/model/User/configure_sv_SE.properties   |   2 +-
 .../hudson/model/User/configure_tr.properties      |   2 +-
 .../hudson/model/User/configure_uk.properties      |   4 +-
 .../hudson/model/User/configure_zh_CN.properties   |   4 +-
 .../hudson/model/User/configure_zh_TW.properties   |   2 +-
 .../hudson/model/View/ajaxBuildQueue.jelly         |   2 +-
 .../main/resources/hudson/model/View/index.jelly   |   2 +-
 .../hudson/scheduler/Messages_de.properties        |   1 +
 .../GlobalSecurityConfiguration/index.groovy       |   4 +-
 .../Details/config.jelly                           |   1 +
 .../slaves/CommandLauncher/help_de.properties      |   4 +-
 .../resources/hudson/slaves/Messages_de.properties |   6 +-
 .../hudson/slaves/SlaveComputer/statistics.groovy  |  28 -
 .../hudson/slaves/SlaveComputer/systemInfo.jelly   |  15 +-
 .../hudson/tasks/BuildTrigger/config.jelly         |   8 +-
 .../hudson/tasks/BuildTrigger/config_de.properties |   1 -
 .../hudson/tasks/BuildTrigger/config_es.properties |   1 -
 .../hudson/tasks/BuildTrigger/config_fr.properties |   1 -
 .../hudson/tasks/BuildTrigger/config_it.properties |   1 -
 .../hudson/tasks/BuildTrigger/config_ja.properties |   1 -
 .../hudson/tasks/BuildTrigger/config_ru.properties |   1 -
 .../tasks/BuildTrigger/config_zh_TW.properties     |   1 -
 .../hudson/tasks/LogRotator/config_de.properties   |   4 +-
 .../main/resources/hudson/tasks/Maven/help.jelly   |  27 +-
 .../resources/hudson/tasks/Maven/help.properties   |   9 +
 .../resources/hudson/tasks/Maven/help_de.jelly     |  24 -
 .../hudson/tasks/Maven/help_de.properties          |  10 +
 .../resources/hudson/tasks/Maven/help_fr.jelly     |  26 -
 .../hudson/tasks/Maven/help_fr.properties          |  12 +
 .../resources/hudson/tasks/Maven/help_ja.jelly     |  22 -
 .../hudson/tasks/Maven/help_ja.properties          |   8 +
 .../resources/hudson/tasks/Maven/help_pt_BR.jelly  |  22 -
 .../hudson/tasks/Maven/help_pt_BR.properties       |   8 +
 .../resources/hudson/tasks/Maven/help_ru.jelly     |  24 -
 .../hudson/tasks/Maven/help_ru.properties          |  10 +
 .../resources/hudson/tasks/Maven/help_tr.jelly     |  22 -
 .../hudson/tasks/Maven/help_tr.properties          |   8 +
 .../resources/hudson/tasks/Maven/help_zh_TW.jelly  |  21 -
 .../hudson/tasks/Maven/help_zh_TW.properties       |   7 +
 .../resources/hudson/tasks/Messages.properties     |   4 +-
 .../resources/hudson/tasks/Messages_de.properties  |   2 +-
 .../resources/hudson/tasks/Shell/config.groovy     |   3 +-
 .../resources/hudson/tools/Messages.properties     |   3 +-
 .../resources/hudson/tools/Messages_de.properties  |   6 +-
 .../resources/hudson/triggers/Messages.properties  |   4 +-
 .../hudson/triggers/Messages_fr.properties         |   2 +
 .../triggers/SCMTrigger/DescriptorImpl/index.jelly |   2 +-
 .../hudson/triggers/SCMTrigger/global.jelly        |   6 +-
 .../GlobalConfigurationImpl/config.groovy          |   6 +-
 .../jenkins/diagnosis/HsErrPidList/index.jelly     |   2 +-
 .../model/DownloadSettings/config_de.properties}   |   5 +-
 .../model/DownloadSettings/help-useBrowser.html    |   3 +-
 .../model/DownloadSettings/help-useBrowser_de.html |  12 +
 .../model/Jenkins/MasterComputer/_api.jelly}       |  17 +-
 .../jenkins/model/Jenkins/threadDump.jelly         |  16 +-
 .../config_da.properties                           |   2 +-
 .../config_de.properties                           |   2 +-
 .../config_fr.properties                           |   2 +-
 .../config_nl.properties                           |   2 +-
 .../config_pt_BR.properties                        |   2 +-
 .../config_ru.properties                           |   2 +-
 .../config_tr.properties                           |   2 +-
 .../config_zh_CN.properties                        |   2 +-
 .../LastGrantedAuthoritiesProperty/config.groovy   |   3 +
 .../systemInfo.groovy                              |  33 +
 .../systemInfo/EnvVarsSlaveInfo/systemInfo.jelly}  |  11 +-
 .../slaves/systemInfo/Messages.properties}         |  13 +-
 .../slaves/systemInfo/Messages_da.properties}      |   7 +-
 .../slaves/systemInfo/Messages_de.properties}      |   5 +-
 .../slaves/systemInfo/Messages_es.properties}      |   5 +-
 .../slaves/systemInfo/Messages_fr.properties}      |   4 +-
 .../slaves/systemInfo/Messages_ja.properties}      |   6 +-
 .../slaves/systemInfo/Messages_lt.properties       |   4 +
 .../slaves/systemInfo/Messages_lv.properties       |   4 +
 .../slaves/systemInfo/Messages_nl.properties}      |   3 +-
 .../slaves/systemInfo/Messages_pt_BR.properties}   |   4 +-
 .../slaves/systemInfo/Messages_ru.properties}      |   4 +-
 .../slaves/systemInfo/Messages_sv_SE.properties}   |   4 +-
 .../slaves/systemInfo/Messages_zh_TW.properties}   |   4 +-
 .../SystemPropertySlaveInfo/systemInfo.jelly}      |  12 +-
 .../ThreadDumpSlaveInfo/systemInfo.jelly}          |  15 +-
 .../triggers/Messages.properties}                  |   8 +-
 .../triggers/ReverseBuildTrigger}/config.jelly     |  28 +-
 .../jenkins/triggers/ReverseBuildTrigger/help.html |   4 +-
 .../triggers/ReverseBuildTrigger/help_de.html      |   0
 .../triggers/ReverseBuildTrigger/help_fr.html      |   0
 .../triggers/ReverseBuildTrigger/help_ja.html      |   0
 .../triggers/ReverseBuildTrigger/help_pt_BR.html   |   0
 .../triggers/ReverseBuildTrigger/help_ru.html      |   0
 .../triggers/ReverseBuildTrigger/help_tr.html      |   0
 .../triggers/ReverseBuildTrigger/help_zh_TW.html   |   0
 .../jenkins/widgets/BuildQueueWidget/index.groovy  |   2 +-
 .../src/main/resources/lib/form/hetero-radio.jelly |   1 +
 core/src/main/resources/lib/form/number.jelly      |  11 +-
 core/src/main/resources/lib/form/radio.jelly       |   1 +
 .../lib/hudson/aggregated-failed-tests.jelly       |   2 +-
 .../main/resources/lib/hudson/artifactList.jelly   |  10 +-
 .../main/resources/lib/hudson/failed-test.jelly    |   2 +-
 .../lib/hudson/project/config-trigger.jelly        |   2 +-
 .../project/config-upstream-pseudo-trigger.jelly   |  20 +-
 .../lib/hudson/project/configurable.jelly          |  49 ++
 .../hudson/project/configurable.properties}        |   5 +-
 .../hudson/project/configurable_ar.properties}     |   9 +-
 .../hudson/project/configurable_bg.properties}     |  13 +-
 .../hudson/project/configurable_ca.properties}     |  10 +-
 .../hudson/project/configurable_cs.properties}     |  10 +-
 .../hudson/project/configurable_da.properties}     |  11 +-
 .../hudson/project/configurable_de.properties}     |  11 +-
 .../hudson/project/configurable_el.properties}     |  10 +-
 .../hudson/project/configurable_es.properties}     |  11 +-
 .../hudson/project/configurable_es_AR.properties}  |   6 +-
 .../hudson/project/configurable_et.properties}     |  10 +-
 .../hudson/project/configurable_eu.properties}     |   5 +-
 .../hudson/project/configurable_fi.properties}     |  10 +-
 .../hudson/project/configurable_fr.properties}     |  11 +-
 .../hudson/project/configurable_gl.properties}     |   5 +-
 .../hudson/project/configurable_he.properties}     |  10 +-
 .../hudson/project/configurable_hi_IN.properties}  |   6 +-
 .../hudson/project/configurable_hu.properties}     |  10 +-
 .../hudson/project/configurable_id.properties}     |   4 +-
 .../hudson/project/configurable_is.properties}     |   6 +-
 .../hudson/project/configurable_it.properties}     |  10 +-
 .../hudson/project/configurable_ja.properties}     |  11 +-
 .../hudson/project/configurable_kn.properties}     |   9 +-
 .../hudson/project/configurable_ko.properties}     |  10 +-
 .../hudson/project/configurable_lt.properties}     |  10 +-
 .../hudson/project/configurable_lv.properties}     |  10 +-
 .../hudson/project/configurable_nb_NO.properties}  |  11 +-
 .../hudson/project/configurable_nl.properties}     |  10 +-
 .../hudson/project/configurable_pl.properties}     |  11 +-
 .../hudson/project/configurable_pt_BR.properties}  |  11 +-
 .../hudson/project/configurable_pt_PT.properties}  |  10 +-
 .../hudson/project/configurable_ro.properties}     |  10 +-
 .../hudson/project/configurable_ru.properties}     |  12 +-
 .../hudson/project/configurable_si.properties}     |   5 +-
 .../hudson/project/configurable_sk.properties}     |  10 +-
 .../hudson/project/configurable_sl.properties}     |   9 +-
 .../hudson/project/configurable_sr.properties}     |  10 +-
 .../hudson/project/configurable_sv_SE.properties}  |  10 +-
 .../hudson/project/configurable_te.properties}     |   8 +-
 .../hudson/project/configurable_th.properties}     |   9 +-
 .../hudson/project/configurable_tr.properties}     |  10 +-
 .../hudson/project/configurable_uk.properties}     |  10 +-
 .../hudson/project/configurable_zh_CN.properties}  |  11 +-
 .../hudson/project/configurable_zh_TW.properties}  |  11 +-
 .../hudson/project/console-link.jelly}             |  33 +-
 .../main/resources/lib/hudson/project/matrix.jelly | 103 ---
 .../lib/hudson/project/matrix_ar.properties        |   3 -
 .../lib/hudson/project/matrix_cs.properties        |  23 -
 .../lib/hudson/project/matrix_da.properties        |  24 -
 .../lib/hudson/project/matrix_de.properties        |  24 -
 .../lib/hudson/project/matrix_es.properties        |  24 -
 .../lib/hudson/project/matrix_fi.properties        |  23 -
 .../lib/hudson/project/matrix_fr.properties        |  24 -
 .../lib/hudson/project/matrix_he.properties        |   3 -
 .../lib/hudson/project/matrix_it.properties        |  23 -
 .../lib/hudson/project/matrix_ja.properties        |  24 -
 .../lib/hudson/project/matrix_ko.properties        |   3 -
 .../lib/hudson/project/matrix_nl.properties        |  24 -
 .../lib/hudson/project/matrix_pl.properties        |  24 -
 .../lib/hudson/project/matrix_pt_BR.properties     |  24 -
 .../lib/hudson/project/matrix_pt_PT.properties     |  23 -
 .../lib/hudson/project/matrix_ro.properties        |   3 -
 .../lib/hudson/project/matrix_ru.properties        |  24 -
 .../lib/hudson/project/matrix_sv_SE.properties     |   4 -
 .../lib/hudson/project/matrix_tr.properties        |  24 -
 .../lib/hudson/project/matrix_uk.properties        |   3 -
 .../lib/hudson/project/matrix_zh_CN.properties     |  23 -
 .../lib/hudson/project/matrix_zh_TW.properties     |  24 -
 core/src/main/resources/lib/hudson/queue.jelly     |  13 +-
 .../src/main/resources/lib/hudson/queue.properties |   1 +
 .../main/resources/lib/hudson/scriptConsole.jelly  |   2 +-
 .../main/resources/lib/layout/breadcrumbBar.jelly  |   2 +-
 .../layout/breadcrumbBar_pt.properties}            |   7 +-
 .../resources/lib/layout/confirmationLink.jelly    |   5 +-
 core/src/main/resources/lib/layout/layout.jelly    |   5 +-
 .../layout/layout_pt.properties}                   |  10 +-
 .../layout/main-panel_pt.properties}               |   3 +-
 .../layout/pane_pt.properties}                     |   3 +-
 .../layout/progressiveRendering_pt.properties}     |   3 +-
 core/src/main/resources/lib/layout/task.jelly      |   2 +-
 .../layout/task_pt.properties}                     |   3 +-
 .../jenkins/util/AtmostOneTaskExecutorTest.groovy  |  47 +
 core/src/test/java/hudson/FilePathTest.java        |  55 +-
 core/src/test/java/hudson/FunctionsTest.java       |   9 +-
 core/src/test/java/hudson/LauncherTest.java        |  13 +-
 .../test/java/hudson/cli/ListJobsCommandTest.java  |  16 +-
 .../test/java/hudson/logging/LogRecorderTest.java  |  16 +
 .../CombinationFilterUsingBuildParamsTest.java     | 304 -------
 .../test/java/hudson/matrix/CombinationTest.java   |  62 --
 .../java/hudson/model/ParametersActionTest.java    |  41 +
 core/src/test/java/hudson/util/XStream2Test.java   |  22 -
 .../test/java/hudson/util/io/ZipArchiverTest.java  |  30 +-
 core/src/test/resources/hudson/util/runMatrix.xml  |  39 -
 plugins/pom.xml                                    |   8 +-
 pom.xml                                            |   8 +-
 war/pom.xml                                        |  16 +-
 war/src/main/webapp/WEB-INF/web.xml                |   8 +
 war/src/main/webapp/help/matrix/axes.html          |  22 -
 war/src/main/webapp/help/matrix/axes_de.html       |  24 -
 war/src/main/webapp/help/matrix/axes_fr.html       |  30 -
 war/src/main/webapp/help/matrix/axes_ja.html       |  21 -
 war/src/main/webapp/help/matrix/axes_nl.html       |  15 -
 war/src/main/webapp/help/matrix/axes_pt_BR.html    |  22 -
 war/src/main/webapp/help/matrix/axes_ru.html       |  24 -
 war/src/main/webapp/help/matrix/axes_tr.html       |  20 -
 war/src/main/webapp/help/matrix/axes_zh_TW.html    |  21 -
 .../main/webapp/help/matrix/combinationfilter.html |  54 --
 .../webapp/help/matrix/combinationfilter_de.html   |  55 --
 .../webapp/help/matrix/combinationfilter_fr.html   |  54 --
 .../webapp/help/matrix/combinationfilter_ja.html   |  49 --
 .../help/matrix/combinationfilter_zh_TW.html       |  47 -
 war/src/main/webapp/help/matrix/jdk.html           |  12 -
 war/src/main/webapp/help/matrix/jdk_de.html        |  15 -
 war/src/main/webapp/help/matrix/jdk_fr.html        |  15 -
 war/src/main/webapp/help/matrix/jdk_ja.html        |  10 -
 war/src/main/webapp/help/matrix/jdk_nl.html        |   8 -
 war/src/main/webapp/help/matrix/jdk_pt_BR.html     |  12 -
 war/src/main/webapp/help/matrix/jdk_ru.html        |  13 -
 war/src/main/webapp/help/matrix/jdk_tr.html        |  11 -
 war/src/main/webapp/help/matrix/jdk_zh_TW.html     |  10 -
 .../master-slave/availability_de.html              |   5 +-
 .../help/system-config/master-slave/usage.html     |  16 +-
 .../help/system-config/master-slave/usage_de.html  |  21 +-
 war/src/main/webapp/images/16x16/accept.png        | Bin 792 -> 685 bytes
 war/src/main/webapp/images/16x16/blue.gif          | Bin 1005 -> 605 bytes
 war/src/main/webapp/images/16x16/blue.png          | Bin 883 -> 685 bytes
 war/src/main/webapp/images/16x16/blue_anime.gif    | Bin 5732 -> 3435 bytes
 war/src/main/webapp/images/16x16/clock.gif         | Bin 1067 -> 1067 bytes
 war/src/main/webapp/images/16x16/clock.png         | Bin 1067 -> 878 bytes
 .../main/webapp/images/16x16/computer-flash.gif    | Bin 8441 -> 5638 bytes
 war/src/main/webapp/images/16x16/computer-x.gif    | Bin 1052 -> 652 bytes
 war/src/main/webapp/images/16x16/computer-x.png    | Bin 951 -> 737 bytes
 war/src/main/webapp/images/16x16/computer.gif      | Bin 1049 -> 649 bytes
 war/src/main/webapp/images/16x16/computer.png      | Bin 725 -> 650 bytes
 war/src/main/webapp/images/16x16/document_add.gif  | Bin 194 -> 142 bytes
 war/src/main/webapp/images/16x16/document_add.png  | Bin 316 -> 197 bytes
 .../main/webapp/images/16x16/document_delete.gif   | Bin 176 -> 124 bytes
 .../main/webapp/images/16x16/document_delete.png   | Bin 289 -> 176 bytes
 war/src/main/webapp/images/16x16/document_edit.gif | Bin 366 -> 366 bytes
 war/src/main/webapp/images/16x16/document_edit.png | Bin 574 -> 405 bytes
 war/src/main/webapp/images/16x16/edit-delete.gif   | Bin 996 -> 596 bytes
 war/src/main/webapp/images/16x16/edit-delete.png   | Bin 990 -> 710 bytes
 .../main/webapp/images/16x16/edit-select-all.gif   | Bin 977 -> 373 bytes
 .../main/webapp/images/16x16/edit-select-all.png   | Bin 441 -> 335 bytes
 war/src/main/webapp/images/16x16/empty.png         | Bin 230 -> 89 bytes
 war/src/main/webapp/images/16x16/error.gif         | Bin 606 -> 391 bytes
 war/src/main/webapp/images/16x16/error.png         | Bin 653 -> 578 bytes
 war/src/main/webapp/images/16x16/fingerprint.gif   | Bin 598 -> 392 bytes
 war/src/main/webapp/images/16x16/fingerprint.png   | Bin 744 -> 523 bytes
 war/src/main/webapp/images/16x16/folder-error.gif  | Bin 378 -> 378 bytes
 war/src/main/webapp/images/16x16/folder-error.png  | Bin 493 -> 398 bytes
 war/src/main/webapp/images/16x16/folder-open.gif   | Bin 565 -> 363 bytes
 war/src/main/webapp/images/16x16/folder-open.png   | Bin 625 -> 517 bytes
 war/src/main/webapp/images/16x16/folder.gif        | Bin 559 -> 357 bytes
 war/src/main/webapp/images/16x16/folder.png        | Bin 581 -> 489 bytes
 war/src/main/webapp/images/16x16/go-next.gif       | Bin 588 -> 588 bytes
 war/src/main/webapp/images/16x16/go-next.png       | Bin 676 -> 576 bytes
 war/src/main/webapp/images/16x16/green.gif         | Bin 1005 -> 605 bytes
 war/src/main/webapp/images/16x16/green_anime.gif   | Bin 5752 -> 4183 bytes
 war/src/main/webapp/images/16x16/grey.gif          | Bin 576 -> 268 bytes
 war/src/main/webapp/images/16x16/grey.png          | Bin 833 -> 397 bytes
 war/src/main/webapp/images/16x16/grey_anime.gif    | Bin 2511 -> 1551 bytes
 war/src/main/webapp/images/16x16/health-00to19.gif | Bin 581 -> 581 bytes
 war/src/main/webapp/images/16x16/health-00to19.png | Bin 845 -> 670 bytes
 war/src/main/webapp/images/16x16/health-20to39.gif | Bin 627 -> 627 bytes
 war/src/main/webapp/images/16x16/health-20to39.png | Bin 965 -> 783 bytes
 war/src/main/webapp/images/16x16/health-40to59.gif | Bin 590 -> 590 bytes
 war/src/main/webapp/images/16x16/health-40to59.png | Bin 826 -> 542 bytes
 war/src/main/webapp/images/16x16/health-60to79.gif | Bin 595 -> 595 bytes
 war/src/main/webapp/images/16x16/health-60to79.png | Bin 763 -> 672 bytes
 war/src/main/webapp/images/16x16/health-80plus.gif | Bin 553 -> 553 bytes
 war/src/main/webapp/images/16x16/health-80plus.png | Bin 682 -> 515 bytes
 war/src/main/webapp/images/16x16/help.gif          | Bin 1050 -> 650 bytes
 war/src/main/webapp/images/16x16/help.png          | Bin 932 -> 791 bytes
 war/src/main/webapp/images/16x16/hourglass.gif     | Bin 1045 -> 645 bytes
 war/src/main/webapp/images/16x16/hourglass.png     | Bin 517 -> 320 bytes
 war/src/main/webapp/images/16x16/lock.gif          | Bin 563 -> 249 bytes
 war/src/main/webapp/images/16x16/lock.png          | Bin 430 -> 372 bytes
 war/src/main/webapp/images/16x16/notepad.gif       | Bin 369 -> 361 bytes
 war/src/main/webapp/images/16x16/notepad.png       | Bin 574 -> 406 bytes
 war/src/main/webapp/images/16x16/orange-square.png | Bin 865 -> 634 bytes
 war/src/main/webapp/images/16x16/package.gif       | Bin 576 -> 568 bytes
 war/src/main/webapp/images/16x16/package.png       | Bin 540 -> 491 bytes
 war/src/main/webapp/images/16x16/person.gif        | Bin 541 -> 533 bytes
 war/src/main/webapp/images/16x16/person.png        | Bin 692 -> 482 bytes
 war/src/main/webapp/images/16x16/plugin.gif        | Bin 1032 -> 1024 bytes
 war/src/main/webapp/images/16x16/plugin.png        | Bin 730 -> 545 bytes
 war/src/main/webapp/images/16x16/red.gif           | Bin 1003 -> 603 bytes
 war/src/main/webapp/images/16x16/red.png           | Bin 857 -> 660 bytes
 war/src/main/webapp/images/16x16/red_anime.gif     | Bin 5682 -> 3325 bytes
 war/src/main/webapp/images/16x16/redo.gif          | Bin 565 -> 565 bytes
 war/src/main/webapp/images/16x16/redo.png          | Bin 591 -> 432 bytes
 war/src/main/webapp/images/16x16/save.gif          | Bin 616 -> 608 bytes
 war/src/main/webapp/images/16x16/save.png          | Bin 679 -> 443 bytes
 war/src/main/webapp/images/16x16/search.gif        | Bin 591 -> 591 bytes
 war/src/main/webapp/images/16x16/search.png        | Bin 935 -> 814 bytes
 war/src/main/webapp/images/16x16/secure.png        | Bin 769 -> 588 bytes
 war/src/main/webapp/images/16x16/setting.png       | Bin 903 -> 709 bytes
 war/src/main/webapp/images/16x16/star-gold.gif     | Bin 599 -> 591 bytes
 war/src/main/webapp/images/16x16/star-gold.png     | Bin 869 -> 656 bytes
 war/src/main/webapp/images/16x16/star.gif          | Bin 383 -> 375 bytes
 war/src/main/webapp/images/16x16/star.png          | Bin 865 -> 578 bytes
 war/src/main/webapp/images/16x16/stop.gif          | Bin 581 -> 377 bytes
 war/src/main/webapp/images/16x16/stop.png          | Bin 680 -> 500 bytes
 war/src/main/webapp/images/16x16/terminal.gif      | Bin 1043 -> 635 bytes
 war/src/main/webapp/images/16x16/terminal.png      | Bin 668 -> 624 bytes
 war/src/main/webapp/images/16x16/text-error.gif    | Bin 252 -> 252 bytes
 war/src/main/webapp/images/16x16/text-error.png    | Bin 368 -> 305 bytes
 war/src/main/webapp/images/16x16/text.gif          | Bin 221 -> 168 bytes
 war/src/main/webapp/images/16x16/text.png          | Bin 333 -> 249 bytes
 war/src/main/webapp/images/16x16/user.gif          | Bin 1003 -> 995 bytes
 war/src/main/webapp/images/16x16/user.png          | Bin 911 -> 750 bytes
 war/src/main/webapp/images/16x16/warning.gif       | Bin 354 -> 346 bytes
 war/src/main/webapp/images/16x16/warning.png       | Bin 707 -> 503 bytes
 war/src/main/webapp/images/16x16/yellow.gif        | Bin 1004 -> 604 bytes
 war/src/main/webapp/images/16x16/yellow.png        | Bin 859 -> 664 bytes
 war/src/main/webapp/images/16x16/yellow_anime.gif  | Bin 5701 -> 3398 bytes
 war/src/main/webapp/images/24x24/accept.png        | Bin 1221 -> 1106 bytes
 war/src/main/webapp/images/24x24/blue.gif          | Bin 784 -> 784 bytes
 war/src/main/webapp/images/24x24/blue.png          | Bin 1390 -> 1187 bytes
 war/src/main/webapp/images/24x24/blue_anime.gif    | Bin 6879 -> 4915 bytes
 war/src/main/webapp/images/24x24/clipboard.gif     | Bin 1244 -> 1244 bytes
 war/src/main/webapp/images/24x24/clipboard.png     | Bin 1053 -> 835 bytes
 war/src/main/webapp/images/24x24/clock.gif         | Bin 855 -> 855 bytes
 war/src/main/webapp/images/24x24/clock.png         | Bin 1787 -> 1591 bytes
 .../main/webapp/images/24x24/computer-flash.gif    | Bin 7221 -> 5411 bytes
 war/src/main/webapp/images/24x24/computer-x.gif    | Bin 569 -> 569 bytes
 war/src/main/webapp/images/24x24/computer-x.png    | Bin 1410 -> 1153 bytes
 war/src/main/webapp/images/24x24/computer.gif      | Bin 569 -> 569 bytes
 war/src/main/webapp/images/24x24/computer.png      | Bin 1461 -> 1220 bytes
 .../main/webapp/images/24x24/delete-document.gif   | Bin 1221 -> 808 bytes
 .../main/webapp/images/24x24/delete-document.png   | Bin 1046 -> 828 bytes
 .../webapp/images/24x24/document-properties.gif    | Bin 1249 -> 1241 bytes
 .../webapp/images/24x24/document-properties.png    | Bin 1388 -> 772 bytes
 war/src/main/webapp/images/24x24/document.gif      | Bin 697 -> 380 bytes
 war/src/main/webapp/images/24x24/document.png      | Bin 718 -> 367 bytes
 war/src/main/webapp/images/24x24/edit-delete.gif   | Bin 511 -> 511 bytes
 war/src/main/webapp/images/24x24/edit-delete.png   | Bin 1548 -> 1236 bytes
 war/src/main/webapp/images/24x24/empty.png         | Bin 237 -> 96 bytes
 war/src/main/webapp/images/24x24/fingerprint.gif   | Bin 1145 -> 740 bytes
 war/src/main/webapp/images/24x24/fingerprint.png   | Bin 996 -> 765 bytes
 war/src/main/webapp/images/24x24/folder-delete.gif | Bin 803 -> 795 bytes
 war/src/main/webapp/images/24x24/folder-delete.png | Bin 1488 -> 1158 bytes
 war/src/main/webapp/images/24x24/folder.gif        | Bin 1214 -> 802 bytes
 war/src/main/webapp/images/24x24/folder.png        | Bin 1255 -> 922 bytes
 war/src/main/webapp/images/24x24/gear.gif          | Bin 767 -> 451 bytes
 war/src/main/webapp/images/24x24/gear.png          | Bin 1578 -> 822 bytes
 war/src/main/webapp/images/24x24/gear2.gif         | Bin 572 -> 572 bytes
 war/src/main/webapp/images/24x24/gear2.png         | Bin 1718 -> 1494 bytes
 war/src/main/webapp/images/24x24/graph.gif         | Bin 1235 -> 1235 bytes
 war/src/main/webapp/images/24x24/graph.png         | Bin 1211 -> 974 bytes
 war/src/main/webapp/images/24x24/green.gif         | Bin 788 -> 788 bytes
 war/src/main/webapp/images/24x24/green_anime.gif   | Bin 6905 -> 5656 bytes
 war/src/main/webapp/images/24x24/grey.gif          | Bin 736 -> 420 bytes
 war/src/main/webapp/images/24x24/grey.png          | Bin 1209 -> 631 bytes
 war/src/main/webapp/images/24x24/grey_anime.gif    | Bin 3549 -> 2500 bytes
 war/src/main/webapp/images/24x24/health-00to19.gif | Bin 1174 -> 1174 bytes
 war/src/main/webapp/images/24x24/health-00to19.png | Bin 1449 -> 1244 bytes
 war/src/main/webapp/images/24x24/health-20to39.gif | Bin 1192 -> 1190 bytes
 war/src/main/webapp/images/24x24/health-20to39.png | Bin 1408 -> 1169 bytes
 war/src/main/webapp/images/24x24/health-40to59.gif | Bin 678 -> 678 bytes
 war/src/main/webapp/images/24x24/health-40to59.png | Bin 1279 -> 883 bytes
 war/src/main/webapp/images/24x24/health-60to79.gif | Bin 1114 -> 1114 bytes
 war/src/main/webapp/images/24x24/health-60to79.png | Bin 1450 -> 1107 bytes
 war/src/main/webapp/images/24x24/health-80plus.gif | Bin 663 -> 663 bytes
 war/src/main/webapp/images/24x24/health-80plus.png | Bin 1234 -> 854 bytes
 war/src/main/webapp/images/24x24/help.gif          | Bin 574 -> 574 bytes
 war/src/main/webapp/images/24x24/help.png          | Bin 1705 -> 1416 bytes
 war/src/main/webapp/images/24x24/installer.gif     | Bin 788 -> 780 bytes
 war/src/main/webapp/images/24x24/installer.png     | Bin 1524 -> 1282 bytes
 war/src/main/webapp/images/24x24/lock.png          | Bin 959 -> 768 bytes
 war/src/main/webapp/images/24x24/monitor.gif       | Bin 1316 -> 1308 bytes
 war/src/main/webapp/images/24x24/monitor.png       | Bin 1486 -> 1304 bytes
 war/src/main/webapp/images/24x24/new-computer.gif  | Bin 836 -> 828 bytes
 war/src/main/webapp/images/24x24/new-computer.png  | Bin 1590 -> 1348 bytes
 war/src/main/webapp/images/24x24/new-document.gif  | Bin 1144 -> 739 bytes
 war/src/main/webapp/images/24x24/new-document.png  | Bin 925 -> 715 bytes
 war/src/main/webapp/images/24x24/new-package.gif   | Bin 1172 -> 1172 bytes
 war/src/main/webapp/images/24x24/new-package.png   | Bin 1156 -> 967 bytes
 war/src/main/webapp/images/24x24/new-user.gif      | Bin 1230 -> 1222 bytes
 war/src/main/webapp/images/24x24/new-user.png      | Bin 1541 -> 1356 bytes
 war/src/main/webapp/images/24x24/next.gif          | Bin 1102 -> 1102 bytes
 war/src/main/webapp/images/24x24/next.png          | Bin 1056 -> 869 bytes
 war/src/main/webapp/images/24x24/notepad.gif       | Bin 1236 -> 822 bytes
 war/src/main/webapp/images/24x24/notepad.png       | Bin 1268 -> 1021 bytes
 war/src/main/webapp/images/24x24/orange-square.gif | Bin 1165 -> 750 bytes
 war/src/main/webapp/images/24x24/orange-square.png | Bin 1263 -> 1027 bytes
 war/src/main/webapp/images/24x24/package.gif       | Bin 1147 -> 1147 bytes
 war/src/main/webapp/images/24x24/package.png       | Bin 1076 -> 885 bytes
 war/src/main/webapp/images/24x24/plugin.png        | Bin 1035 -> 835 bytes
 war/src/main/webapp/images/24x24/previous.gif      | Bin 1102 -> 1102 bytes
 war/src/main/webapp/images/24x24/previous.png      | Bin 1055 -> 860 bytes
 war/src/main/webapp/images/24x24/red.gif           | Bin 1214 -> 1214 bytes
 war/src/main/webapp/images/24x24/red.png           | Bin 1302 -> 1097 bytes
 war/src/main/webapp/images/24x24/red_anime.gif     | Bin 9651 -> 5944 bytes
 war/src/main/webapp/images/24x24/redo.gif          | Bin 1174 -> 1174 bytes
 war/src/main/webapp/images/24x24/redo.png          | Bin 1174 -> 947 bytes
 war/src/main/webapp/images/24x24/refresh.gif       | Bin 534 -> 534 bytes
 war/src/main/webapp/images/24x24/refresh.png       | Bin 1589 -> 1370 bytes
 war/src/main/webapp/images/24x24/save.gif          | Bin 533 -> 533 bytes
 war/src/main/webapp/images/24x24/save.png          | Bin 985 -> 715 bytes
 war/src/main/webapp/images/24x24/search.gif        | Bin 1207 -> 796 bytes
 war/src/main/webapp/images/24x24/search.png        | Bin 1512 -> 1309 bytes
 war/src/main/webapp/images/24x24/secure.png        | Bin 1047 -> 866 bytes
 war/src/main/webapp/images/24x24/setting.gif       | Bin 1185 -> 1185 bytes
 war/src/main/webapp/images/24x24/setting.png       | Bin 1577 -> 1213 bytes
 war/src/main/webapp/images/24x24/star-gold.gif     | Bin 767 -> 759 bytes
 war/src/main/webapp/images/24x24/star-gold.png     | Bin 1304 -> 1045 bytes
 war/src/main/webapp/images/24x24/star.gif          | Bin 752 -> 536 bytes
 war/src/main/webapp/images/24x24/star.png          | Bin 1298 -> 868 bytes
 war/src/main/webapp/images/24x24/terminal.gif      | Bin 802 -> 802 bytes
 war/src/main/webapp/images/24x24/terminal.png      | Bin 1273 -> 1086 bytes
 war/src/main/webapp/images/24x24/up.gif            | Bin 1091 -> 1091 bytes
 war/src/main/webapp/images/24x24/up.png            | Bin 996 -> 816 bytes
 war/src/main/webapp/images/24x24/user.gif          | Bin 1220 -> 1212 bytes
 war/src/main/webapp/images/24x24/user.png          | Bin 1437 -> 1248 bytes
 war/src/main/webapp/images/24x24/yellow.gif        | Bin 1210 -> 1210 bytes
 war/src/main/webapp/images/24x24/yellow.png        | Bin 1338 -> 1138 bytes
 war/src/main/webapp/images/24x24/yellow_anime.gif  | Bin 10547 -> 6746 bytes
 war/src/main/webapp/images/32x32/accept.png        | Bin 1678 -> 1554 bytes
 war/src/main/webapp/images/32x32/blue.gif          | Bin 994 -> 994 bytes
 war/src/main/webapp/images/32x32/blue.png          | Bin 1924 -> 1683 bytes
 war/src/main/webapp/images/32x32/blue_anime.gif    | Bin 8788 -> 7546 bytes
 war/src/main/webapp/images/32x32/clipboard.gif     | Bin 1030 -> 1030 bytes
 war/src/main/webapp/images/32x32/clipboard.png     | Bin 1449 -> 1188 bytes
 war/src/main/webapp/images/32x32/clock.gif         | Bin 1192 -> 1192 bytes
 war/src/main/webapp/images/32x32/clock.png         | Bin 2633 -> 2436 bytes
 .../main/webapp/images/32x32/computer-flash.gif    | Bin 9483 -> 8416 bytes
 war/src/main/webapp/images/32x32/computer-x.gif    | Bin 1024 -> 1024 bytes
 war/src/main/webapp/images/32x32/computer-x.png    | Bin 1982 -> 1715 bytes
 war/src/main/webapp/images/32x32/computer.gif      | Bin 773 -> 773 bytes
 war/src/main/webapp/images/32x32/computer.png      | Bin 2062 -> 1807 bytes
 war/src/main/webapp/images/32x32/empty.png         | Bin 246 -> 103 bytes
 war/src/main/webapp/images/32x32/error.gif         | Bin 972 -> 964 bytes
 war/src/main/webapp/images/32x32/error.png         | Bin 1657 -> 1503 bytes
 war/src/main/webapp/images/32x32/folder.gif        | Bin 1521 -> 1521 bytes
 war/src/main/webapp/images/32x32/folder.png        | Bin 1731 -> 1309 bytes
 war/src/main/webapp/images/32x32/gear2.png         | Bin 2512 -> 2260 bytes
 war/src/main/webapp/images/32x32/graph.gif         | Bin 901 -> 901 bytes
 war/src/main/webapp/images/32x32/graph.png         | Bin 1466 -> 1259 bytes
 war/src/main/webapp/images/32x32/green.gif         | Bin 1425 -> 1425 bytes
 war/src/main/webapp/images/32x32/green_anime.gif   | Bin 12571 -> 9986 bytes
 war/src/main/webapp/images/32x32/grey.gif          | Bin 906 -> 691 bytes
 war/src/main/webapp/images/32x32/grey.png          | Bin 1620 -> 895 bytes
 war/src/main/webapp/images/32x32/grey_anime.gif    | Bin 5468 -> 4134 bytes
 war/src/main/webapp/images/32x32/health-00to19.gif | Bin 1458 -> 1458 bytes
 war/src/main/webapp/images/32x32/health-00to19.png | Bin 2168 -> 1937 bytes
 war/src/main/webapp/images/32x32/health-20to39.gif | Bin 1495 -> 1495 bytes
 war/src/main/webapp/images/32x32/health-20to39.png | Bin 2072 -> 1808 bytes
 war/src/main/webapp/images/32x32/health-40to59.gif | Bin 1355 -> 1355 bytes
 war/src/main/webapp/images/32x32/health-40to59.png | Bin 1796 -> 1348 bytes
 war/src/main/webapp/images/32x32/health-60to79.gif | Bin 1408 -> 1408 bytes
 war/src/main/webapp/images/32x32/health-60to79.png | Bin 2135 -> 1743 bytes
 war/src/main/webapp/images/32x32/health-80plus.gif | Bin 1261 -> 1261 bytes
 war/src/main/webapp/images/32x32/health-80plus.png | Bin 1776 -> 1298 bytes
 war/src/main/webapp/images/32x32/lock.png          | Bin 1224 -> 1002 bytes
 war/src/main/webapp/images/32x32/orange-square.png | Bin 1791 -> 1498 bytes
 war/src/main/webapp/images/32x32/package.png       | Bin 1439 -> 1246 bytes
 war/src/main/webapp/images/32x32/plugin.gif        | Bin 955 -> 947 bytes
 war/src/main/webapp/images/32x32/plugin.png        | Bin 1428 -> 1235 bytes
 war/src/main/webapp/images/32x32/red.gif           | Bin 955 -> 955 bytes
 war/src/main/webapp/images/32x32/red.png           | Bin 1762 -> 1527 bytes
 war/src/main/webapp/images/32x32/red_anime.gif     | Bin 8307 -> 6380 bytes
 war/src/main/webapp/images/32x32/secure.png        | Bin 1383 -> 1202 bytes
 war/src/main/webapp/images/32x32/setting.gif       | Bin 946 -> 946 bytes
 war/src/main/webapp/images/32x32/setting.png       | Bin 2253 -> 1814 bytes
 war/src/main/webapp/images/32x32/star-gold.gif     | Bin 954 -> 946 bytes
 war/src/main/webapp/images/32x32/star-gold.png     | Bin 1680 -> 1414 bytes
 war/src/main/webapp/images/32x32/star.gif          | Bin 911 -> 903 bytes
 war/src/main/webapp/images/32x32/star.png          | Bin 1587 -> 1092 bytes
 war/src/main/webapp/images/32x32/user.gif          | Bin 1473 -> 1465 bytes
 war/src/main/webapp/images/32x32/user.png          | Bin 2088 -> 1901 bytes
 war/src/main/webapp/images/32x32/yellow.gif        | Bin 975 -> 975 bytes
 war/src/main/webapp/images/32x32/yellow.png        | Bin 1836 -> 1627 bytes
 war/src/main/webapp/images/32x32/yellow_anime.gif  | Bin 8501 -> 7278 bytes
 war/src/main/webapp/images/48x48/accept.png        | Bin 2596 -> 2491 bytes
 war/src/main/webapp/images/48x48/blue.gif          | Bin 1998 -> 1998 bytes
 war/src/main/webapp/images/48x48/blue.png          | Bin 3136 -> 2885 bytes
 war/src/main/webapp/images/48x48/blue_anime.gif    | Bin 17602 -> 14827 bytes
 war/src/main/webapp/images/48x48/clipboard.gif     | Bin 1064 -> 1064 bytes
 war/src/main/webapp/images/48x48/clipboard.png     | Bin 1869 -> 1537 bytes
 .../main/webapp/images/48x48/computer-flash.gif    | Bin 14909 -> 14276 bytes
 war/src/main/webapp/images/48x48/computer-x.gif    | Bin 1589 -> 1589 bytes
 war/src/main/webapp/images/48x48/computer-x.png    | Bin 3043 -> 2672 bytes
 war/src/main/webapp/images/48x48/computer.gif      | Bin 1348 -> 1348 bytes
 war/src/main/webapp/images/48x48/computer.png      | Bin 3366 -> 3033 bytes
 war/src/main/webapp/images/48x48/document.gif      | Bin 1894 -> 1886 bytes
 war/src/main/webapp/images/48x48/document.png      | Bin 1320 -> 745 bytes
 war/src/main/webapp/images/48x48/empty.png         | Bin 256 -> 101 bytes
 war/src/main/webapp/images/48x48/error.gif         | Bin 1894 -> 1886 bytes
 war/src/main/webapp/images/48x48/error.png         | Bin 2594 -> 2375 bytes
 war/src/main/webapp/images/48x48/fingerprint.gif   | Bin 1121 -> 905 bytes
 war/src/main/webapp/images/48x48/fingerprint.png   | Bin 2105 -> 1809 bytes
 war/src/main/webapp/images/48x48/folder-delete.gif | Bin 1995 -> 1987 bytes
 war/src/main/webapp/images/48x48/folder-delete.png | Bin 3320 -> 2768 bytes
 war/src/main/webapp/images/48x48/folder.gif        | Bin 1132 -> 1132 bytes
 war/src/main/webapp/images/48x48/folder.png        | Bin 2636 -> 2071 bytes
 war/src/main/webapp/images/48x48/gear2.gif         | Bin 1370 -> 1370 bytes
 war/src/main/webapp/images/48x48/gear2.png         | Bin 4283 -> 3907 bytes
 war/src/main/webapp/images/48x48/graph.gif         | Bin 1813 -> 1813 bytes
 war/src/main/webapp/images/48x48/graph.png         | Bin 2548 -> 2192 bytes
 war/src/main/webapp/images/48x48/green.gif         | Bin 2030 -> 2030 bytes
 war/src/main/webapp/images/48x48/green_anime.gif   | Bin 17806 -> 15877 bytes
 war/src/main/webapp/images/48x48/grey.gif          | Bin 1783 -> 1146 bytes
 war/src/main/webapp/images/48x48/grey.png          | Bin 2440 -> 1398 bytes
 war/src/main/webapp/images/48x48/grey_anime.gif    | Bin 9193 -> 7379 bytes
 war/src/main/webapp/images/48x48/health-00to19.gif | Bin 1902 -> 1902 bytes
 war/src/main/webapp/images/48x48/health-00to19.png | Bin 3510 -> 3198 bytes
 war/src/main/webapp/images/48x48/health-20to39.gif | Bin 2090 -> 2090 bytes
 war/src/main/webapp/images/48x48/health-20to39.png | Bin 3051 -> 2744 bytes
 war/src/main/webapp/images/48x48/health-40to59.gif | Bin 1579 -> 1579 bytes
 war/src/main/webapp/images/48x48/health-40to59.png | Bin 2689 -> 1848 bytes
 war/src/main/webapp/images/48x48/health-60to79.gif | Bin 1740 -> 1740 bytes
 war/src/main/webapp/images/48x48/health-60to79.png | Bin 3481 -> 2867 bytes
 war/src/main/webapp/images/48x48/health-80plus.gif | Bin 1637 -> 1637 bytes
 war/src/main/webapp/images/48x48/health-80plus.png | Bin 2888 -> 2290 bytes
 war/src/main/webapp/images/48x48/help.gif          | Bin 1270 -> 1270 bytes
 war/src/main/webapp/images/48x48/help.png          | Bin 3670 -> 3351 bytes
 war/src/main/webapp/images/48x48/installer.gif     | Bin 2093 -> 2085 bytes
 war/src/main/webapp/images/48x48/installer.png     | Bin 3545 -> 3116 bytes
 war/src/main/webapp/images/48x48/lock.png          | Bin 1861 -> 1583 bytes
 war/src/main/webapp/images/48x48/monitor.gif       | Bin 2370 -> 2362 bytes
 war/src/main/webapp/images/48x48/monitor.png       | Bin 3640 -> 3395 bytes
 war/src/main/webapp/images/48x48/network.gif       | Bin 2366 -> 2358 bytes
 war/src/main/webapp/images/48x48/network.png       | Bin 3619 -> 3272 bytes
 war/src/main/webapp/images/48x48/notepad.gif       | Bin 1301 -> 1301 bytes
 war/src/main/webapp/images/48x48/notepad.png       | Bin 2618 -> 2291 bytes
 war/src/main/webapp/images/48x48/orange-square.gif | Bin 1333 -> 1325 bytes
 war/src/main/webapp/images/48x48/orange-square.png | Bin 2863 -> 2388 bytes
 war/src/main/webapp/images/48x48/package.gif       | Bin 1260 -> 1260 bytes
 war/src/main/webapp/images/48x48/package.png       | Bin 2232 -> 2013 bytes
 war/src/main/webapp/images/48x48/plugin.gif        | Bin 1624 -> 1616 bytes
 war/src/main/webapp/images/48x48/plugin.png        | Bin 2119 -> 1859 bytes
 war/src/main/webapp/images/48x48/red.gif           | Bin 1435 -> 1435 bytes
 war/src/main/webapp/images/48x48/red.png           | Bin 2711 -> 2487 bytes
 war/src/main/webapp/images/48x48/red_anime.gif     | Bin 12503 -> 11137 bytes
 war/src/main/webapp/images/48x48/redo.gif          | Bin 1215 -> 1215 bytes
 war/src/main/webapp/images/48x48/redo.png          | Bin 2634 -> 2345 bytes
 war/src/main/webapp/images/48x48/refresh.gif       | Bin 1187 -> 1187 bytes
 war/src/main/webapp/images/48x48/refresh.png       | Bin 3706 -> 3473 bytes
 war/src/main/webapp/images/48x48/search.gif        | Bin 1045 -> 1045 bytes
 war/src/main/webapp/images/48x48/search.png        | Bin 4126 -> 3616 bytes
 war/src/main/webapp/images/48x48/secure.gif        | Bin 1878 -> 1870 bytes
 war/src/main/webapp/images/48x48/secure.png        | Bin 2130 -> 1949 bytes
 war/src/main/webapp/images/48x48/setting.gif       | Bin 1303 -> 1303 bytes
 war/src/main/webapp/images/48x48/setting.png       | Bin 3943 -> 3368 bytes
 war/src/main/webapp/images/48x48/star-gold.gif     | Bin 1634 -> 1626 bytes
 war/src/main/webapp/images/48x48/star-gold.png     | Bin 2712 -> 2340 bytes
 war/src/main/webapp/images/48x48/star.gif          | Bin 1218 -> 1210 bytes
 war/src/main/webapp/images/48x48/star.png          | Bin 2408 -> 1610 bytes
 .../main/webapp/images/48x48/system-log-out.gif    | Bin 1892 -> 1884 bytes
 .../main/webapp/images/48x48/system-log-out.png    | Bin 2208 -> 1854 bytes
 war/src/main/webapp/images/48x48/terminal.gif      | Bin 2138 -> 2130 bytes
 war/src/main/webapp/images/48x48/terminal.png      | Bin 2775 -> 2514 bytes
 war/src/main/webapp/images/48x48/user.gif          | Bin 2131 -> 2123 bytes
 war/src/main/webapp/images/48x48/user.png          | Bin 3634 -> 3407 bytes
 war/src/main/webapp/images/48x48/warning.gif       | Bin 1528 -> 1520 bytes
 war/src/main/webapp/images/48x48/warning.png       | Bin 2291 -> 1894 bytes
 war/src/main/webapp/images/48x48/yellow.gif        | Bin 1898 -> 1898 bytes
 war/src/main/webapp/images/48x48/yellow.png        | Bin 2944 -> 2729 bytes
 war/src/main/webapp/images/48x48/yellow_anime.gif  | Bin 16770 -> 14016 bytes
 war/src/main/webapp/images/atom.gif                | Bin 652 -> 644 bytes
 .../main/webapp/images/bottom-sticker-top-edge.png | Bin 496 -> 351 bytes
 war/src/main/webapp/images/grip.png                | Bin 114 -> 94 bytes
 war/src/main/webapp/images/headless.png            | Bin 9035 -> 5625 bytes
 war/src/main/webapp/images/jenkins.png             | Bin 34774 -> 25610 bytes
 war/src/main/webapp/images/none.gif                | Bin 115 -> 115 bytes
 .../main/webapp/images/progress-unknown-red.gif    | Bin 2374 -> 2239 bytes
 war/src/main/webapp/images/progress-unknown.gif    | Bin 2374 -> 2239 bytes
 war/src/main/webapp/images/spinner.gif             | Bin 1542 -> 1659 bytes
 war/src/main/webapp/images/textarea-handle.gif     | Bin 52 -> 52 bytes
 .../main/webapp/images/top-sticker-bottom-edge.png | Bin 485 -> 348 bytes
 war/src/main/webapp/images/topbar.png              | Bin 519 -> 268 bytes
 war/src/main/webapp/images/webstart.gif            | Bin 1806 -> 1798 bytes
 war/src/main/webapp/scripts/hudson-behavior.js     |   2 +
 war/src/main/webapp/scripts/sortable.js            |   2 +-
 .../main/webapp/scripts/yui/button/button-debug.js |   4 +-
 .../main/webapp/scripts/yui/button/button-min.js   |   2 +-
 1086 files changed, 6296 insertions(+), 12009 deletions(-)
 create mode 100644 cli/src/main/java/hudson/cli/PrivateKeyProvider.java
 create mode 100644 cli/src/test/java/hudson/cli/PrivateKeyProviderTest.java
 create mode 100644 cli/src/test/resources/hudson/cli/.ssh/id_dsa
 create mode 100644 cli/src/test/resources/hudson/cli/.ssh/id_dsa.pub
 create mode 100644 cli/src/test/resources/hudson/cli/.ssh/id_rsa
 create mode 100644 cli/src/test/resources/hudson/cli/.ssh/id_rsa.pub
 delete mode 100644 core/src/main/java/hudson/matrix/Axis.java
 delete mode 100644 core/src/main/java/hudson/matrix/AxisDescriptor.java
 delete mode 100644 core/src/main/java/hudson/matrix/AxisList.java
 delete mode 100644 core/src/main/java/hudson/matrix/Combination.java
 delete mode 100644 core/src/main/java/hudson/matrix/DefaultAxisDescriptor.java
 delete mode 100644 core/src/main/java/hudson/matrix/DefaultMatrixExecutionStrategyImpl.java
 delete mode 100644 core/src/main/java/hudson/matrix/FilterScript.java
 delete mode 100644 core/src/main/java/hudson/matrix/JDKAxis.java
 delete mode 100644 core/src/main/java/hudson/matrix/LabelAxis.java
 delete mode 100644 core/src/main/java/hudson/matrix/LabelExpAxis.java
 delete mode 100644 core/src/main/java/hudson/matrix/Layouter.java
 delete mode 100644 core/src/main/java/hudson/matrix/LinkedLogRotator.java
 delete mode 100644 core/src/main/java/hudson/matrix/MatrixAggregatable.java
 delete mode 100644 core/src/main/java/hudson/matrix/MatrixAggregator.java
 delete mode 100644 core/src/main/java/hudson/matrix/MatrixBuild.java
 delete mode 100644 core/src/main/java/hudson/matrix/MatrixChildAction.java
 delete mode 100644 core/src/main/java/hudson/matrix/MatrixConfiguration.java
 delete mode 100644 core/src/main/java/hudson/matrix/MatrixConfigurationSorter.java
 delete mode 100644 core/src/main/java/hudson/matrix/MatrixConfigurationSorterDescriptor.java
 delete mode 100644 core/src/main/java/hudson/matrix/MatrixExecutionStrategy.java
 delete mode 100644 core/src/main/java/hudson/matrix/MatrixExecutionStrategyDescriptor.java
 delete mode 100644 core/src/main/java/hudson/matrix/MatrixProject.java
 delete mode 100644 core/src/main/java/hudson/matrix/MatrixRun.java
 delete mode 100644 core/src/main/java/hudson/matrix/NoopMatrixConfigurationSorter.java
 delete mode 100644 core/src/main/java/hudson/matrix/TextAxis.java
 delete mode 100644 core/src/main/java/hudson/matrix/listeners/MatrixBuildListener.java
 delete mode 100644 core/src/main/java/hudson/matrix/package.html
 delete mode 100644 core/src/main/java/hudson/tasks/test/MatrixTestResult.java
 delete mode 100644 core/src/main/java/hudson/tasks/test/TestResultAggregator.java
 create mode 100644 core/src/main/java/hudson/util/NoClientBindProtocolSocketFactory.java
 create mode 100644 core/src/main/java/hudson/util/NoClientBindSSLProtocolSocketFactory.java
 create mode 100644 core/src/main/java/hudson/util/RobustMapConverter.java
 create mode 100644 core/src/main/java/jenkins/model/ParameterizedJobMixIn.java
 create mode 100644 core/src/main/java/jenkins/model/lazy/LazyBuildMixIn.java
 create mode 100644 core/src/main/java/jenkins/security/ImpersonatingUserDetailsService.java
 create mode 100644 core/src/main/java/jenkins/security/LastGrantedAuthoritiesProperty.java
 create mode 100644 core/src/main/java/jenkins/security/SecurityContextExecutorService.java
 create mode 100644 core/src/main/java/jenkins/slaves/DefaultJnlpSlaveReceiver.java
 create mode 100644 core/src/main/java/jenkins/slaves/EncryptedSlaveAgentJnlpFile.java
 create mode 100644 core/src/main/java/jenkins/slaves/JnlpAgentReceiver.java
 create mode 100644 core/src/main/java/jenkins/slaves/JnlpSlaveHandshake.java
 create mode 100644 core/src/main/java/jenkins/slaves/NioChannelSelector.java
 create mode 100644 core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java
 create mode 100644 core/src/main/java/jenkins/slaves/restarter/SlaveRestarter.java
 create mode 100644 core/src/main/java/jenkins/slaves/restarter/UnixSlaveRestarter.java
 create mode 100644 core/src/main/java/jenkins/slaves/restarter/WinswSlaveRestarter.java
 create mode 100644 core/src/main/java/jenkins/slaves/systemInfo/ClassLoaderStatisticsSlaveInfo.java
 create mode 100644 core/src/main/java/jenkins/slaves/systemInfo/EnvVarsSlaveInfo.java
 create mode 100644 core/src/main/java/jenkins/slaves/systemInfo/SlaveSystemInfo.java
 create mode 100644 core/src/main/java/jenkins/slaves/systemInfo/SystemPropertySlaveInfo.java
 create mode 100644 core/src/main/java/jenkins/slaves/systemInfo/ThreadDumpSlaveInfo.java
 create mode 100644 core/src/main/java/jenkins/triggers/ReverseBuildTrigger.java
 create mode 100644 core/src/main/java/jenkins/util/ContextResettingExecutorService.java
 create mode 100644 core/src/main/java/jenkins/util/InterceptingExecutorService.java
 delete mode 100644 core/src/main/resources/hudson/matrix/DefaultMatrixExecutionStrategyImpl/config.groovy
 delete mode 100644 core/src/main/resources/hudson/matrix/DefaultMatrixExecutionStrategyImpl/config.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/DefaultMatrixExecutionStrategyImpl/config_de.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/DefaultMatrixExecutionStrategyImpl/config_ja.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/DefaultMatrixExecutionStrategyImpl/config_pt_BR.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/DefaultMatrixExecutionStrategyImpl/config_zh_TW.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/DefaultMatrixExecutionStrategyImpl/help-hasTouchStoneCombinationFilter.html
 delete mode 100644 core/src/main/resources/hudson/matrix/DefaultMatrixExecutionStrategyImpl/help-hasTouchStoneCombinationFilter_de.html
 delete mode 100644 core/src/main/resources/hudson/matrix/DefaultMatrixExecutionStrategyImpl/help-hasTouchStoneCombinationFilter_ja.html
 delete mode 100644 core/src/main/resources/hudson/matrix/DefaultMatrixExecutionStrategyImpl/help-hasTouchStoneCombinationFilter_zh_TW.html
 delete mode 100644 core/src/main/resources/hudson/matrix/DefaultMatrixExecutionStrategyImpl/help-runSequentially.html
 delete mode 100644 core/src/main/resources/hudson/matrix/DefaultMatrixExecutionStrategyImpl/help-runSequentially_de.html
 delete mode 100644 core/src/main/resources/hudson/matrix/DefaultMatrixExecutionStrategyImpl/help-runSequentially_ja.html
 delete mode 100644 core/src/main/resources/hudson/matrix/DefaultMatrixExecutionStrategyImpl/help-runSequentially_zh_TW.html
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelAxis/config.jelly
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelAxis/help-labels.html
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelAxis/help-labels_de.html
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelAxis/help-labels_fr.html
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelAxis/help-labels_ja.html
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelAxis/help-labels_nl.html
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelAxis/help-labels_pt_BR.html
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelAxis/help-labels_ru.html
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelAxis/help-labels_tr.html
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelAxis/help-labels_zh_TW.html
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelAxis/help.html
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelAxis/help_zh_TW.html
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelExpAxis/config.jelly
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelExpAxis/config_ja.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelExpAxis/help-labelExpr.html
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelExpAxis/help-labelExpr_ja.html
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelExpAxis/help-labelExpr_zh_TW.html
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelExpAxis/help.html
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelExpAxis/help_ja.html
 delete mode 100644 core/src/main/resources/hudson/matrix/LabelExpAxis/help_zh_TW.html
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/ajaxMatrix.jelly
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/ajaxMatrix_de.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/ajaxMatrix_nl.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/ajaxMatrix_ru.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/confirmDeleteAll.jelly
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/confirmDeleteAll_de.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/confirmDeleteAll_es.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/confirmDeleteAll_ja.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/confirmDeleteAll_pt.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/confirmDeleteAll_ru.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/confirmDeleteAll_zh_TW.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/delete.jelly
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/delete_ca.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/delete_cs.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/delete_de.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/delete_es.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/delete_ja.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/delete_ko.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/delete_pl.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/delete_pt.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/delete_pt_BR.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/delete_ru.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/delete_zh_CN.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixBuild/delete_zh_TW.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixConfigurationSorter/config.groovy
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/ajaxMatrix_da.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/ajaxMatrix_de.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/ajaxMatrix_it.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/ajaxMatrix_ja.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/ajaxMatrix_pl.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/ajaxMatrix_pt.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/ajaxMatrix_pt_BR.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/ajaxMatrix_ro.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/ajaxMatrix_ru.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/ajaxMatrix_sv_SE.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/ajaxMatrix_zh_CN.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/ajaxMatrix_zh_TW.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/configure-entries.jelly
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/configure-entries_da.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/configure-entries_de.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/configure-entries_es.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/configure-entries_fr.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/configure-entries_ja.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/configure-entries_ko.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/configure-entries_nl.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/configure-entries_pt.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/configure-entries_pt_BR.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/configure-entries_ru.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/configure-entries_sk.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/configure-entries_sv_SE.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/configure-entries_tr.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/configure-entries_zh_TW.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/help-childCustomWorkspace.html
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/help-childCustomWorkspace_zh_TW.html
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/help-slaveAffinity.html
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index.jelly
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index_ar.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index_cs.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index_da.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index_de.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index_es.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index_fi.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index_he.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index_hu.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index_ja.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index_ko.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index_nl.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index_pt.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index_pt_BR.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index_ro.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index_ru.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index_sv_SE.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index_uk.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index_zh_CN.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/index_zh_TW.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail.jelly
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_ar.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_da.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_de.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_es.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_et.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_fi.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_fr.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_hi_IN.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_it.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_ja.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_ko.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_nb_NO.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_nl.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_pl.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_pt.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_pt_BR.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_ru.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_sv_SE.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_tr.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_uk.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_zh_CN.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/MatrixProject/newJobDetail_zh_TW.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/Messages.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/Messages_da.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/Messages_de.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/Messages_es.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/Messages_fr.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/Messages_ja.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/Messages_nl.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/Messages_pt.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/Messages_pt_BR.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/Messages_ru.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/Messages_tr.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/Messages_zh_CN.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/Messages_zh_TW.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/TextAxis/config_da.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/TextAxis/config_es.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/TextAxis/config_ja.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/TextAxis/config_zh_TW.properties
 delete mode 100644 core/src/main/resources/hudson/matrix/TextAxis/help-valueString.html
 delete mode 100644 core/src/main/resources/hudson/matrix/TextAxis/help-valueString_de.html
 delete mode 100644 core/src/main/resources/hudson/matrix/TextAxis/help-valueString_fr.html
 delete mode 100644 core/src/main/resources/hudson/matrix/TextAxis/help-valueString_ja.html
 delete mode 100644 core/src/main/resources/hudson/matrix/TextAxis/help-valueString_nl.html
 delete mode 100644 core/src/main/resources/hudson/matrix/TextAxis/help-valueString_pt_BR.html
 delete mode 100644 core/src/main/resources/hudson/matrix/TextAxis/help-valueString_ru.html
 delete mode 100644 core/src/main/resources/hudson/matrix/TextAxis/help-valueString_tr.html
 delete mode 100644 core/src/main/resources/hudson/matrix/TextAxis/help-valueString_zh_TW.html
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common.jelly (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_bg.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_ca.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_da.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_de.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_es.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_fr.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_he.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_hu.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_it.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_ja.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_ko.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_lt.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_lv.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_nb_NO.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_nl.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_pl.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_pt_BR.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_ro.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_ru.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_sk.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_sv_SE.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_tr.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_uk.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_zh_CN.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-common_zh_TW.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/configure-scm.jellytag (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/help-concurrentBuild.html (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/help-concurrentBuild_de.html (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/help-concurrentBuild_ja.html (100%)
 rename core/src/main/resources/hudson/model/{AbstractItem => AbstractProject}/help-concurrentBuild_zh_TW.html (100%)
 delete mode 100644 core/src/main/resources/hudson/model/AbstractProject/svn-password.jelly
 delete mode 100644 core/src/main/resources/hudson/model/AbstractProject/svn-password.properties
 delete mode 100644 core/src/main/resources/hudson/model/AbstractProject/svn-password_da.properties
 delete mode 100644 core/src/main/resources/hudson/model/AbstractProject/svn-password_de.properties
 delete mode 100644 core/src/main/resources/hudson/model/AbstractProject/svn-password_es.properties
 delete mode 100644 core/src/main/resources/hudson/model/AbstractProject/svn-password_fr.properties
 delete mode 100644 core/src/main/resources/hudson/model/AbstractProject/svn-password_ja.properties
 delete mode 100644 core/src/main/resources/hudson/model/AbstractProject/svn-password_pt_BR.properties
 delete mode 100644 core/src/main/resources/hudson/model/AbstractProject/svn-password_tr.properties
 delete mode 100644 core/src/main/resources/hudson/model/AbstractProject/svn-password_zh_TW.properties
 rename core/src/main/resources/hudson/model/{AbstractProject => Job}/requirePOST.jelly (100%)
 rename core/src/main/resources/hudson/model/{AbstractProject => Job}/requirePOST.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractProject => Job}/requirePOST_de.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractProject => Job}/requirePOST_ja.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractProject => Job}/requirePOST_pt_BR.properties (100%)
 rename core/src/main/resources/hudson/model/{AbstractProject => Job}/requirePOST_zh_TW.properties (100%)
 delete mode 100644 core/src/main/resources/hudson/slaves/SlaveComputer/statistics.groovy
 create mode 100644 core/src/main/resources/hudson/tasks/Maven/help.properties
 delete mode 100644 core/src/main/resources/hudson/tasks/Maven/help_de.jelly
 create mode 100644 core/src/main/resources/hudson/tasks/Maven/help_de.properties
 delete mode 100644 core/src/main/resources/hudson/tasks/Maven/help_fr.jelly
 create mode 100644 core/src/main/resources/hudson/tasks/Maven/help_fr.properties
 delete mode 100644 core/src/main/resources/hudson/tasks/Maven/help_ja.jelly
 create mode 100644 core/src/main/resources/hudson/tasks/Maven/help_ja.properties
 delete mode 100644 core/src/main/resources/hudson/tasks/Maven/help_pt_BR.jelly
 create mode 100644 core/src/main/resources/hudson/tasks/Maven/help_pt_BR.properties
 delete mode 100644 core/src/main/resources/hudson/tasks/Maven/help_ru.jelly
 create mode 100644 core/src/main/resources/hudson/tasks/Maven/help_ru.properties
 delete mode 100644 core/src/main/resources/hudson/tasks/Maven/help_tr.jelly
 create mode 100644 core/src/main/resources/hudson/tasks/Maven/help_tr.properties
 delete mode 100644 core/src/main/resources/hudson/tasks/Maven/help_zh_TW.jelly
 create mode 100644 core/src/main/resources/hudson/tasks/Maven/help_zh_TW.properties
 rename core/src/main/resources/{hudson/matrix/MatrixProject/index_tr.properties => jenkins/model/DownloadSettings/config_de.properties} (91%)
 create mode 100644 core/src/main/resources/jenkins/model/DownloadSettings/help-useBrowser_de.html
 rename core/src/main/resources/{hudson/matrix/TextAxis/config.jelly => jenkins/model/Jenkins/MasterComputer/_api.jelly} (81%)
 create mode 100644 core/src/main/resources/jenkins/security/LastGrantedAuthoritiesProperty/config.groovy
 create mode 100644 core/src/main/resources/jenkins/slaves/systemInfo/ClassLoaderStatisticsSlaveInfo/systemInfo.groovy
 rename core/src/main/resources/{hudson/matrix/MatrixBuild/main.jelly => jenkins/slaves/systemInfo/EnvVarsSlaveInfo/systemInfo.jelly} (87%)
 rename core/src/main/resources/{hudson/matrix/MatrixBuild/ajaxMatrix_fr.properties => jenkins/slaves/systemInfo/Messages.properties} (83%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => jenkins/slaves/systemInfo/Messages_da.properties} (88%)
 rename core/src/main/resources/{hudson/matrix/MatrixProject/index_fr.properties => jenkins/slaves/systemInfo/Messages_de.properties} (88%)
 rename core/src/main/resources/{hudson/matrix/MatrixProject/ajaxMatrix_fi.properties => jenkins/slaves/systemInfo/Messages_es.properties} (86%)
 rename core/src/main/resources/{hudson/matrix/MatrixProject/ajaxMatrix_fr.properties => jenkins/slaves/systemInfo/Messages_fr.properties} (87%)
 rename core/src/main/resources/{hudson/matrix/MatrixBuild/confirmDeleteAll.properties => jenkins/slaves/systemInfo/Messages_ja.properties} (82%)
 create mode 100644 core/src/main/resources/jenkins/slaves/systemInfo/Messages_lt.properties
 create mode 100644 core/src/main/resources/jenkins/slaves/systemInfo/Messages_lv.properties
 copy core/src/main/resources/{hudson/matrix/MatrixBuild/ajaxMatrix_es.properties => jenkins/slaves/systemInfo/Messages_nl.properties} (91%)
 rename core/src/main/resources/{hudson/matrix/MatrixBuild/ajaxMatrix_pt_BR.properties => jenkins/slaves/systemInfo/Messages_pt_BR.properties} (87%)
 rename core/src/main/resources/{hudson/matrix/MatrixBuild/ajaxMatrix_es.properties => jenkins/slaves/systemInfo/Messages_ru.properties} (76%)
 rename core/src/main/resources/{hudson/matrix/MatrixProject/ajaxMatrix_es.properties => jenkins/slaves/systemInfo/Messages_sv_SE.properties} (88%)
 rename core/src/main/resources/{hudson/matrix/MatrixBuild/ajaxMatrix_zh_TW.properties => jenkins/slaves/systemInfo/Messages_zh_TW.properties} (86%)
 copy core/src/main/resources/{hudson/model/View/ajaxBuildQueue.jelly => jenkins/slaves/systemInfo/SystemPropertySlaveInfo/systemInfo.jelly} (87%)
 copy core/src/main/resources/{hudson/model/View/ajaxBuildQueue.jelly => jenkins/slaves/systemInfo/ThreadDumpSlaveInfo/systemInfo.jelly} (83%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_de.properties => jenkins/triggers/Messages.properties} (81%)
 rename core/src/main/resources/{hudson/matrix/JDKAxis => jenkins/triggers/ReverseBuildTrigger}/config.jelly (53%)
 rename war/src/main/webapp/help/project-config/upstream.html => core/src/main/resources/jenkins/triggers/ReverseBuildTrigger/help.html (54%)
 rename war/src/main/webapp/help/project-config/upstream_de.html => core/src/main/resources/jenkins/triggers/ReverseBuildTrigger/help_de.html (100%)
 rename war/src/main/webapp/help/project-config/upstream_fr.html => core/src/main/resources/jenkins/triggers/ReverseBuildTrigger/help_fr.html (100%)
 rename war/src/main/webapp/help/project-config/upstream_ja.html => core/src/main/resources/jenkins/triggers/ReverseBuildTrigger/help_ja.html (100%)
 rename war/src/main/webapp/help/project-config/upstream_pt_BR.html => core/src/main/resources/jenkins/triggers/ReverseBuildTrigger/help_pt_BR.html (100%)
 rename war/src/main/webapp/help/project-config/upstream_ru.html => core/src/main/resources/jenkins/triggers/ReverseBuildTrigger/help_ru.html (100%)
 rename war/src/main/webapp/help/project-config/upstream_tr.html => core/src/main/resources/jenkins/triggers/ReverseBuildTrigger/help_tr.html (100%)
 rename war/src/main/webapp/help/project-config/upstream_zh_TW.html => core/src/main/resources/jenkins/triggers/ReverseBuildTrigger/help_zh_TW.html (100%)
 create mode 100644 core/src/main/resources/lib/hudson/project/configurable.jelly
 rename core/src/main/resources/{hudson/matrix/MatrixBuild/ajaxMatrix_ja.properties => lib/hudson/project/configurable.properties} (90%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_ar.properties} (82%)
 rename core/src/main/resources/{hudson/matrix/DefaultMatrixExecutionStrategyImpl/config_da.properties => lib/hudson/project/configurable_bg.properties} (69%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_ca.properties} (85%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_cs.properties} (84%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_da.properties} (84%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_de.properties} (81%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_pt.properties => lib/hudson/project/configurable_el.properties} (79%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_es.properties} (82%)
 rename core/src/main/resources/{hudson/matrix/MatrixBuild/ajaxMatrix_da.properties => lib/hudson/project/configurable_es_AR.properties} (90%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_et.properties} (85%)
 rename core/src/main/resources/{hudson/matrix/MatrixProject/index_it.properties => lib/hudson/project/configurable_eu.properties} (94%)
 rename core/src/main/resources/{hudson/matrix/LabelAxis/config_de.properties => lib/hudson/project/configurable_fi.properties} (85%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_fr.properties} (82%)
 copy core/src/main/resources/{hudson/matrix/MatrixBuild/ajaxMatrix_it.properties => lib/hudson/project/configurable_gl.properties} (92%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_he.properties} (75%)
 rename core/src/main/resources/{hudson/matrix/LabelExpAxis/config_zh_TW.properties => lib/hudson/project/configurable_hi_IN.properties} (89%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_hu.properties} (83%)
 rename core/src/main/resources/{hudson/matrix/MatrixProject/index_pl.properties => lib/hudson/project/configurable_id.properties} (94%)
 copy core/src/main/resources/{hudson/matrix/MatrixBuild/ajaxMatrix_it.properties => lib/hudson/project/configurable_is.properties} (90%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_it.properties} (86%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_ja.properties} (75%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_kn.properties} (83%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_ko.properties} (81%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_lt.properties} (85%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_lv.properties} (84%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_nb_NO.properties} (82%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_nl.properties} (86%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_pl.properties} (82%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_pt_BR.properties} (85%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_pt_PT.properties} (85%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_ro.properties} (84%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_pt.properties => lib/hudson/project/configurable_ru.properties} (64%)
 rename core/src/main/resources/{hudson/matrix/MatrixBuild/ajaxMatrix_it.properties => lib/hudson/project/configurable_si.properties} (90%)
 rename core/src/main/resources/{hudson/matrix/LabelAxis/config_zh_TW.properties => lib/hudson/project/configurable_sk.properties} (85%)
 rename core/src/main/resources/{hudson/matrix/LabelExpAxis/config_pt.properties => lib/hudson/project/configurable_sl.properties} (87%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_sr.properties} (85%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_sv_SE.properties} (84%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_te.properties} (82%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_th.properties} (74%)
 rename core/src/main/resources/{hudson/matrix/LabelAxis/config_ja.properties => lib/hudson/project/configurable_tr.properties} (83%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_uk.properties} (68%)
 copy core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_zh_CN.properties} (82%)
 rename core/src/main/resources/{hudson/matrix/LabelAxis/config_da.properties => lib/hudson/project/configurable_zh_TW.properties} (80%)
 rename core/src/main/resources/{hudson/matrix/MatrixProject/ajaxMatrix.jelly => lib/hudson/project/console-link.jelly} (55%)
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix.jelly
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_ar.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_cs.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_da.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_de.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_es.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_fi.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_fr.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_he.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_it.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_ja.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_ko.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_nl.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_pl.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_pt_BR.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_pt_PT.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_ro.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_ru.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_sv_SE.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_tr.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_uk.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_zh_CN.properties
 delete mode 100644 core/src/main/resources/lib/hudson/project/matrix_zh_TW.properties
 rename core/src/main/resources/{hudson/matrix/LabelAxis/config_pt.properties => lib/layout/breadcrumbBar_pt.properties} (89%)
 rename core/src/main/resources/{hudson/matrix/LabelAxis/config_es.properties => lib/layout/layout_pt.properties} (85%)
 rename core/src/main/resources/{hudson/matrix/LabelExpAxis/config_es.properties => lib/layout/main-panel_pt.properties} (94%)
 rename core/src/main/resources/{hudson/matrix/TextAxis/config_de.properties => lib/layout/pane_pt.properties} (98%)
 rename core/src/main/resources/{hudson/matrix/MatrixBuild/ajaxMatrix_pt.properties => lib/layout/progressiveRendering_pt.properties} (94%)
 rename core/src/main/resources/{hudson/matrix/TextAxis/config_pt.properties => lib/layout/task_pt.properties} (97%)
 create mode 100644 core/src/test/groovy/jenkins/util/AtmostOneTaskExecutorTest.groovy
 delete mode 100644 core/src/test/java/hudson/matrix/CombinationFilterUsingBuildParamsTest.java
 delete mode 100644 core/src/test/java/hudson/matrix/CombinationTest.java
 delete mode 100644 core/src/test/resources/hudson/util/runMatrix.xml
 delete mode 100644 war/src/main/webapp/help/matrix/axes.html
 delete mode 100644 war/src/main/webapp/help/matrix/axes_de.html
 delete mode 100644 war/src/main/webapp/help/matrix/axes_fr.html
 delete mode 100644 war/src/main/webapp/help/matrix/axes_ja.html
 delete mode 100644 war/src/main/webapp/help/matrix/axes_nl.html
 delete mode 100644 war/src/main/webapp/help/matrix/axes_pt_BR.html
 delete mode 100644 war/src/main/webapp/help/matrix/axes_ru.html
 delete mode 100644 war/src/main/webapp/help/matrix/axes_tr.html
 delete mode 100644 war/src/main/webapp/help/matrix/axes_zh_TW.html
 delete mode 100644 war/src/main/webapp/help/matrix/combinationfilter.html
 delete mode 100644 war/src/main/webapp/help/matrix/combinationfilter_de.html
 delete mode 100644 war/src/main/webapp/help/matrix/combinationfilter_fr.html
 delete mode 100644 war/src/main/webapp/help/matrix/combinationfilter_ja.html
 delete mode 100644 war/src/main/webapp/help/matrix/combinationfilter_zh_TW.html
 delete mode 100644 war/src/main/webapp/help/matrix/jdk.html
 delete mode 100644 war/src/main/webapp/help/matrix/jdk_de.html
 delete mode 100644 war/src/main/webapp/help/matrix/jdk_fr.html
 delete mode 100644 war/src/main/webapp/help/matrix/jdk_ja.html
 delete mode 100644 war/src/main/webapp/help/matrix/jdk_nl.html
 delete mode 100644 war/src/main/webapp/help/matrix/jdk_pt_BR.html
 delete mode 100644 war/src/main/webapp/help/matrix/jdk_ru.html
 delete mode 100644 war/src/main/webapp/help/matrix/jdk_tr.html
 delete mode 100644 war/src/main/webapp/help/matrix/jdk_zh_TW.html

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins.git



More information about the pkg-java-commits mailing list