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.java80
1 files changed, 0 insertions, 80 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
deleted file mode 100644
index 799fc5c87..000000000
--- a/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/DebugCoreMessages.java
+++ /dev/null
@@ -1,80 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2006 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
- *
- * Contributors:
- * IBM - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.debug.internal.core;
-
-import org.eclipse.osgi.util.NLS;
-
-public class DebugCoreMessages extends NLS {
- private static final String BUNDLE_NAME = "org.eclipse.debug.internal.core.DebugCoreMessages";//$NON-NLS-1$
-
- public static String Breakpoint_no_associated_marker;
- public static String BreakpointManager_Missing_breakpoint_definition;
- public static String BreakpointManager_Missing_model_identifier;
- public static String DebugEvent_illegal_detail;
- public static String DebugEvent_illegal_kind;
- public static String DebugPlugin_Debug_async_queue_1;
- public static String DebugPlugin_Exception_occurred_executing_command_line__1;
- public static String DebugPlugin_Eclipse_runtime_does_not_support_working_directory_2;
- public static String DebugPlugin_0;
- public static String DebugPlugin_1;
- public static String EnvironmentVariableResolver_0;
- public static String SystemPropertyResolver_0;
- public static String InputStreamMonitor_label;
- public static String Launch_terminate_failed;
- public static String LaunchConfiguration_Exception_occurred_creating_launch_configuration_memento_9;
- public static String LaunchConfiguration_Exception_occurred_parsing_memento_5;
- public static String LaunchConfiguration_Failed_to_delete_launch_configuration__1;
- public static String LaunchConfiguration_Invalid_launch_configuration_memento__missing_path_attribute_3;
- public static String LaunchConfiguration_Invalid_launch_configuration_memento__missing_local_attribute_4;
- public static String LaunchConfiguration_Unable_to_restore_location_for_launch_configuration_from_memento___0__1;
- public static String LaunchConfiguration_Unable_to_generate_memento_for__0___shared_file_does_not_exist__1;
- public static String LaunchConfiguration_13;
- public static String LaunchConfigurationDelegate_6;
- public static String LaunchConfigurationDelegate_7;
- public static String LaunchConfigurationInfo_Attribute__0__is_not_of_type_boolean__3;
- public static String LaunchConfigurationInfo_Attribute__0__is_not_of_type_int__2;
- public static String LaunchConfigurationInfo_Attribute__0__is_not_of_type_java_lang_String__1;
- public static String LaunchConfigurationInfo_Attribute__0__is_not_of_type_java_util_List__1;
- public static String LaunchConfigurationInfo_Attribute__0__is_not_of_type_java_util_Map__1;
- public static String LaunchConfigurationInfo_Invalid_launch_configuration_XML__10;
- 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_Specified_container_for_launch_configuration_does_not_exist_2;
- public static String LaunchConfigurationWorkingCopy_5;
- 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_Source_locator_does_not_exist___0__13;
- public static String LaunchManager_30;
- public static String LaunchMode_1;
- public static String LogicalStructureType_7;
- public static String LogicalStructureType_0;
- public static String LogicalStructureProvider_0;
- public static String LogicalStructureProvider_1;
- public static String OutputStreamMonitor_label;
- public static String ProcessMonitorJob_0;
- public static String RuntimeProcess_terminate_failed;
- public static String RuntimeProcess_Exit_value_not_available_until_process_terminates__1;
- public static String LaunchConfigurationType_Launch_delegate_for__0__does_not_implement_required_interface_ILaunchConfigurationDelegate__1;
- public static String LaunchConfigurationType_9;
- public static String LaunchConfigurationType_10;
- public static String WatchExpression_0;
- public static String NullStreamsProxy_0;
-
- static {
- // load message values from bundle file
- NLS.initializeMessages(BUNDLE_NAME, DebugCoreMessages.class);
- }
-
- public static String LaunchConfiguration_10;
- public static String LaunchMode_0;
-}

Back to the top