From fbb592062b2cf94e41d9d4b82e75e8c423eb0a3a Mon Sep 17 00:00:00 2001 From: kohsuke Date: Thu, 3 Jun 2010 17:16:51 +0000 Subject: [PATCH] moved the help file to where it should be, in the current scheme. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@31705 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/java/hudson/tasks/Shell.java | 5 ----- .../src/main/resources/hudson/tasks/Shell/help.html | 0 .../src/main/resources/hudson/tasks/Shell/help_de.html | 0 .../src/main/resources/hudson/tasks/Shell/help_fr.html | 0 .../src/main/resources/hudson/tasks/Shell/help_ja.html | 0 .../src/main/resources/hudson/tasks/Shell/help_pt_BR.html | 0 .../src/main/resources/hudson/tasks/Shell/help_ru.html | 0 .../src/main/resources/hudson/tasks/Shell/help_tr.html | 0 8 files changed, 5 deletions(-) rename war/resources/help/project-config/shell.html => core/src/main/resources/hudson/tasks/Shell/help.html (100%) rename war/resources/help/project-config/shell_de.html => core/src/main/resources/hudson/tasks/Shell/help_de.html (100%) rename war/resources/help/project-config/shell_fr.html => core/src/main/resources/hudson/tasks/Shell/help_fr.html (100%) rename war/resources/help/project-config/shell_ja.html => core/src/main/resources/hudson/tasks/Shell/help_ja.html (100%) rename war/resources/help/project-config/shell_pt_BR.html => core/src/main/resources/hudson/tasks/Shell/help_pt_BR.html (100%) rename war/resources/help/project-config/shell_ru.html => core/src/main/resources/hudson/tasks/Shell/help_ru.html (100%) rename war/resources/help/project-config/shell_tr.html => core/src/main/resources/hudson/tasks/Shell/help_tr.html (100%) diff --git a/core/src/main/java/hudson/tasks/Shell.java b/core/src/main/java/hudson/tasks/Shell.java index b3151a5ad0..9fe4d22c4b 100644 --- a/core/src/main/java/hudson/tasks/Shell.java +++ b/core/src/main/java/hudson/tasks/Shell.java @@ -141,11 +141,6 @@ public class Shell extends CommandInterpreter { save(); } - @Override - public String getHelpFile() { - return "/help/project-config/shell.html"; - } - public String getDisplayName() { return Messages.Shell_DisplayName(); } diff --git a/war/resources/help/project-config/shell.html b/core/src/main/resources/hudson/tasks/Shell/help.html similarity index 100% rename from war/resources/help/project-config/shell.html rename to core/src/main/resources/hudson/tasks/Shell/help.html diff --git a/war/resources/help/project-config/shell_de.html b/core/src/main/resources/hudson/tasks/Shell/help_de.html similarity index 100% rename from war/resources/help/project-config/shell_de.html rename to core/src/main/resources/hudson/tasks/Shell/help_de.html diff --git a/war/resources/help/project-config/shell_fr.html b/core/src/main/resources/hudson/tasks/Shell/help_fr.html similarity index 100% rename from war/resources/help/project-config/shell_fr.html rename to core/src/main/resources/hudson/tasks/Shell/help_fr.html diff --git a/war/resources/help/project-config/shell_ja.html b/core/src/main/resources/hudson/tasks/Shell/help_ja.html similarity index 100% rename from war/resources/help/project-config/shell_ja.html rename to core/src/main/resources/hudson/tasks/Shell/help_ja.html diff --git a/war/resources/help/project-config/shell_pt_BR.html b/core/src/main/resources/hudson/tasks/Shell/help_pt_BR.html similarity index 100% rename from war/resources/help/project-config/shell_pt_BR.html rename to core/src/main/resources/hudson/tasks/Shell/help_pt_BR.html diff --git a/war/resources/help/project-config/shell_ru.html b/core/src/main/resources/hudson/tasks/Shell/help_ru.html similarity index 100% rename from war/resources/help/project-config/shell_ru.html rename to core/src/main/resources/hudson/tasks/Shell/help_ru.html diff --git a/war/resources/help/project-config/shell_tr.html b/core/src/main/resources/hudson/tasks/Shell/help_tr.html similarity index 100% rename from war/resources/help/project-config/shell_tr.html rename to core/src/main/resources/hudson/tasks/Shell/help_tr.html -- GitLab