Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2009-03-31 19:35:51 +0000
committerMichael Rennie2009-03-31 19:35:51 +0000
commitfa6d436055d9aded4e74a94f83e9960aec66a19a (patch)
treec77fd80f2f734b6501cc918787e45ce6a4114d9f
parent804e1365f367d0c34ce503e89e029c4afc03913a (diff)
downloadeclipse.platform.debug-fa6d436055d9aded4e74a94f83e9960aec66a19a.tar.gz
eclipse.platform.debug-fa6d436055d9aded4e74a94f83e9960aec66a19a.tar.xz
eclipse.platform.debug-fa6d436055d9aded4e74a94f83e9960aec66a19a.zip
removed unused NLS strings
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/internal/core/DebugCoreMessages.java24
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/internal/core/DebugCoreMessages.properties1
2 files changed, 2 insertions, 23 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/DebugCoreMessages.java b/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/DebugCoreMessages.java
index 8b4165aca..6c16cd2ca 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/DebugCoreMessages.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/DebugCoreMessages.java
@@ -22,37 +22,25 @@ public class DebugCoreMessages extends NLS {
public static String DebugEvent_illegal_kind;
public static String DebugPlugin_0;
-
+ public static String DebugPlugin_1;
public static String DebugPlugin_2;
-
public static String DebugPlugin_3;
-
public static String DebugPlugin_4;
-
public static String DebugPlugin_5;
-
public static String DebugPlugin_6;
-
public static String DebugPlugin_7;
-
public static String DebugPlugin_8;
public static String DebugPlugin_Eclipse_runtime_does_not_support_working_directory_2;
- public static String DebugPlugin_1;
+
public static String EnvironmentVariableResolver_0;
- public static String J9VMRunner_0;
-
public static String LaunchConfiguration_0;
public static String LaunchConfiguration_11;
public static String LaunchConfiguration_13;
public static String LaunchConfiguration_14;
-
public static String LaunchConfiguration_16;
-
public static String LaunchConfiguration_17;
-
public static String LaunchConfiguration_18;
-
public static String LaunchConfiguration_19;
public static String LaunchConfiguration_2;
public static String LaunchConfiguration_3;
@@ -67,25 +55,17 @@ public class DebugCoreMessages extends NLS {
public static String LaunchConfigurationWorkingCopy_0;
public static String LaunchConfigurationWorkingCopy_1;
-
public static String LaunchConfigurationWorkingCopy_2;
-
public static String LaunchConfigurationWorkingCopy_3;
public static String LaunchDelegate_0;
public static String LaunchDelegate_1;
public static String LaunchDelegate_2;
-
public static String LaunchDelegate_3;
-
public static String LaunchManager_26;
-
public static String LaunchManager_27;
-
public static String LaunchManager_28;
-
public static String LaunchManager_29;
-
public static String LaunchManager_31;
public static String LaunchMode_1;
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/DebugCoreMessages.properties b/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/DebugCoreMessages.properties
index a52b0f5cb..591a32885 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/DebugCoreMessages.properties
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/DebugCoreMessages.properties
@@ -97,4 +97,3 @@ RuntimeProcess_Exit_value_not_available_until_process_terminates__1=Exit value n
LaunchConfigurationType_7=Launch mode not supported: {0}
WatchExpression_0=(Watch expressions not supported)
NullStreamsProxy_0=Null Stream Monitor
-J9VMRunner_0=Exception occurred executing command line.

Back to the top