From b141fc6fdf71e7599f9b9034f0a41ae8c09be697 Mon Sep 17 00:00:00 2001 From: Darin Wright Date: Wed, 14 May 2003 20:59:13 +0000 Subject: bug 34514 - Define New Launch Mode other than Run or Debug --- .../core/org/eclipse/debug/core/DebugPlugin.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'org.eclipse.debug.core/core/org/eclipse/debug/core/DebugPlugin.java') diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/DebugPlugin.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/DebugPlugin.java index dc51d8a55..6fcdf732a 100644 --- a/org.eclipse.debug.core/core/org/eclipse/debug/core/DebugPlugin.java +++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/DebugPlugin.java @@ -93,6 +93,22 @@ public class DebugPlugin extends Plugin { * @since 2.0 */ public static final String EXTENSION_POINT_SOURCE_LOCATORS= "sourceLocators"; //$NON-NLS-1$ + + /** + * Simple identifier constant (value "launchModes") for the + * source modes extension point. + * + * @since 3.0 + */ + public static final String EXTENSION_POINT_LAUNCH_MODES= "launchModes"; //$NON-NLS-1$ + + /** + * Simple identifier constant (value "launchDelegates") for the + * launch delegates extension point. + * + * @since 3.0 + */ + public static final String EXTENSION_POINT_LAUNCH_DELEGATES= "launchDelegates"; //$NON-NLS-1$ /** * Status code indicating an unexpected internal error. -- cgit v1.2.3