From 2e12ffc72f3d8da461d06d243fc8d7c59cd5b541 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Thu, 5 Apr 2007 08:17:51 +0000 Subject: [PATCH] [181066] NLS missing messages with DAEMON and Shells --- .../internal/subsystems/shells/core/ShellStrings.java | 6 +++--- .../org/eclipse/rse/internal/ui/SystemResources.java | 10 ++-------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/internal/subsystems/shells/core/ShellStrings.java b/rse/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/internal/subsystems/shells/core/ShellStrings.java index fc81069185c..8257c05b3d6 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/internal/subsystems/shells/core/ShellStrings.java +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/internal/subsystems/shells/core/ShellStrings.java @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2006 IBM Corporation. All rights reserved. + * Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. * This program and the accompanying materials are made available under the terms * of the Eclipse Public License v1.0 which accompanies this distribution, and is * available at http://www.eclipse.org/legal/epl-v10.html @@ -11,7 +11,7 @@ * Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. * * Contributors: - * {Name} (company) - description of contribution. + * Martin Oberhuber (Wind River) - [181066] NLS missing messages with DAEMON and Shells ********************************************************************************/ package org.eclipse.rse.internal.subsystems.shells.core; @@ -20,7 +20,7 @@ import org.eclipse.osgi.util.NLS; public class ShellStrings extends NLS { - private static String BUNDLE_NAME = "org.eclipse.rse.subsystems.shells.core.ShellStrings"; //$NON-NLS-1$ + private static String BUNDLE_NAME = "org.eclipse.rse.internal.subsystems.shells.core.ShellStrings"; //$NON-NLS-1$ public static String RESID_SHELLS_COMMAND_SHELL_LABEL; public static String RSESubSystemOperation_Cancel_Shell_message; diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResources.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResources.java index fee12e08a7d..654762bdebc 100644 --- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResources.java +++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResources.java @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2006, 2007 IBM Corporation. All rights reserved. + * Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. * This program and the accompanying materials are made available under the terms * of the Eclipse Public License v1.0 which accompanies this distribution, and is * available at http://www.eclipse.org/legal/epl-v10.html @@ -11,7 +11,7 @@ * Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. * * Contributors: - * {Name} (company) - description of contribution. + * Martin Oberhuber (Wind River) - [181066] NLS missing messages with DAEMON and Shells ********************************************************************************/ package org.eclipse.rse.internal.ui; @@ -820,12 +820,6 @@ public class SystemResources extends NLS public static String ACTION_NEWFILE_LABEL; public static String ACTION_NEWFILE_TOOLTIP; - public static String ACTION_DAEMON_START_LABEL; - public static String ACTION_DAEMON_START_TOOLTIP; - - public static String ACTION_DAEMON_STOP_LABEL; - public static String ACTION_DAEMON_STOP_TOOLTIP; - public static String ACTION_CASCADING_NEW_LABEL; public static String ACTION_CASCADING_NEW_TOOLTIP;