Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.core/core/org/eclipse/debug/internal/core/DebugCoreMessages.java')
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/internal/core/DebugCoreMessages.java30
1 files changed, 1 insertions, 29 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 452c06345..c0d7eb8ae 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
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2010 IBM Corporation and others.
+ * Copyright (c) 2000, 2013 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
@@ -20,7 +20,6 @@ public class DebugCoreMessages extends NLS {
public static String BreakpointManager_Missing_model_identifier;
public static String DebugEvent_illegal_detail;
public static String DebugEvent_illegal_kind;
-
public static String DebugPlugin_0;
public static String DebugPlugin_1;
public static String DebugPlugin_2;
@@ -31,9 +30,7 @@ public class DebugCoreMessages extends NLS {
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 EnvironmentVariableResolver_0;
-
public static String LaunchConfiguration_0;
public static String LaunchConfiguration_11;
public static String LaunchConfiguration_13;
@@ -51,19 +48,12 @@ public class DebugCoreMessages extends NLS {
public static String LaunchConfiguration_8;
public static String LaunchConfiguration_9;
public static String LaunchConfigurationInfo_35;
- public static String LaunchConfigurationType_0;
-
- public static String LaunchConfigurationType_1;
-
public static String LaunchConfigurationType_2;
-
public static String LaunchConfigurationType_7;
-
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;
@@ -73,13 +63,9 @@ public class DebugCoreMessages extends NLS {
public static String LaunchManager_28;
public static String LaunchManager_29;
public static String LaunchManager_31;
-
public static String LaunchMode_1;
-
public static String LogicalStructureProvider_0;
-
public static String LogicalStructureProvider_1;
-
public static String LogicalStructureType_1;
public static String SystemPropertyResolver_0;
public static String InputStreamMonitor_label;
@@ -87,7 +73,6 @@ public class DebugCoreMessages extends NLS {
public static String LaunchConfiguration_Failed_to_delete_launch_configuration__1;
public static String LaunchConfigurationDelegate_6;
public static String LaunchConfigurationDelegate_7;
-
public static String LaunchConfigurationDelegate_scoped_incremental_build;
public static String LaunchConfigurationInfo_Attribute__0__is_not_of_type_boolean__3;
public static String LaunchConfigurationInfo_Attribute__0__is_not_of_type_int__2;
@@ -98,24 +83,14 @@ public class DebugCoreMessages extends NLS {
public static String LaunchConfigurationInfo_missing_type;
public static String LaunchConfigurationInfo_36;
public static String LaunchConfigurationWorkingCopy__0__occurred_generating_launch_configuration_XML__1;
-
public static String LaunchConfigurationWorkingCopy_4;
public static String LaunchConfigurationWorkingCopy_Specified_container_for_launch_configuration_does_not_exist_2;
public static String LaunchConfigurationWorkingCopy_5;
-
- public static String LaunchConfigurationWorkingCopy_6;
-
- public static String LaunchConfigurationWorkingCopy_7;
-
- public static String LaunchConfigurationWorkingCopy_8;
public static String LaunchManager__0__occurred_while_reading_launch_configuration_file__1___1;
public static String LaunchManager_Invalid_launch_configuration_index__18;
public static String LaunchManager_does_not_exist;
-
public static String LaunchManager_does_not_exist_no_store_found;
-
public static String LaunchManager_invalid_config_name;
-
public static String LaunchManager_invalid_config_name_char;
public static String LaunchManager_Source_locator_does_not_exist___0__13;
public static String LogicalStructureType_0;
@@ -125,12 +100,9 @@ public class DebugCoreMessages extends NLS {
public static String RuntimeProcess_Exit_value_not_available_until_process_terminates__1;
public static String WatchExpression_0;
public static String NullStreamsProxy_0;
-
public static String RefreshingResources;
public static String RefreshingResourcesError;
-
public static String RefreshUtil_0;
-
public static String RefreshUtil_1;
static {

Back to the top