From 3cc434689324d56b1d7b0b1ff96701205e8705ea Mon Sep 17 00:00:00 2001 From: Uwe Stieber Date: Thu, 31 Oct 2013 16:14:13 +0100 Subject: Target Explorer: Remove unused messages --- .../org.eclipse.tcf.te.tcf.processes.ui/plugin.properties | 2 +- .../src/org/eclipse/tcf/te/tcf/processes/ui/nls/Messages.java | 8 -------- .../eclipse/tcf/te/tcf/processes/ui/nls/Messages.properties | 10 +--------- 3 files changed, 2 insertions(+), 18 deletions(-) diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties index 01d211b60..8ec50b176 100644 --- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties +++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties @@ -50,7 +50,7 @@ command.attach.tooltip=Attach to the selected Context command.detach.label=D&etach command.detach.tooltip=Detach from the selected Context -page.process.namesinglethreadfilter.description = For single thread processes the thread child is hidden. +singlethreadfilter.description = For single thread processes the thread child is hidden. singlethreadfilter.name = Single Thread Filter commonFilter.singlethread.name = Single Thread Filter diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/org/eclipse/tcf/te/tcf/processes/ui/nls/Messages.java b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/org/eclipse/tcf/te/tcf/processes/ui/nls/Messages.java index 4667eac6f..06c8812ab 100644 --- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/org/eclipse/tcf/te/tcf/processes/ui/nls/Messages.java +++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/org/eclipse/tcf/te/tcf/processes/ui/nls/Messages.java @@ -55,14 +55,6 @@ public class Messages extends NLS { public static String PossibleCause; - public static String ProcessExplorerTreeControl_section_title; - - public static String ProcessesTreeControl_column_name_label; - public static String ProcessesTreeControl_column_pid_label; - public static String ProcessesTreeControl_column_ppid_label; - public static String ProcessesTreeControl_column_state_label; - public static String ProcessesTreeControl_column_user_label; - public static String ProcessLabelProvider_NullNameNodeLabel; public static String ProcessPreferencePage_BiggerThanZero; diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/org/eclipse/tcf/te/tcf/processes/ui/nls/Messages.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/org/eclipse/tcf/te/tcf/processes/ui/nls/Messages.properties index f932679dd..eee83cccf 100644 --- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/org/eclipse/tcf/te/tcf/processes/ui/nls/Messages.properties +++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/org/eclipse/tcf/te/tcf/processes/ui/nls/Messages.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2012 Wind River Systems, Inc. and others. All rights reserved. +# Copyright (c) 2012, 2013 Wind River Systems, Inc. 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 @@ -10,14 +10,6 @@ PossibleCause=Possible Cause:\n{0} -ProcessExplorerTreeControl_section_title=Exploring Processes - -ProcessesTreeControl_column_name_label=Name -ProcessesTreeControl_column_pid_label=PID -ProcessesTreeControl_column_ppid_label=PPID -ProcessesTreeControl_column_state_label=State -ProcessesTreeControl_column_user_label=User - ProcessLabelProvider_NullNameNodeLabel=System ProcessPreferencePage_BiggerThanZero=The number must be bigger than zero\! -- cgit v1.2.3