Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2003-05-14 20:59:13 +0000
committerDarin Wright2003-05-14 20:59:13 +0000
commitb141fc6fdf71e7599f9b9034f0a41ae8c09be697 (patch)
tree257babc28a6cf766afaeba184af9264071f87033 /org.eclipse.debug.core/plugin.properties
parent25b9e045fbdcff430080068d5888e8fe40211e23 (diff)
downloadeclipse.platform.debug-b141fc6fdf71e7599f9b9034f0a41ae8c09be697.tar.gz
eclipse.platform.debug-b141fc6fdf71e7599f9b9034f0a41ae8c09be697.tar.xz
eclipse.platform.debug-b141fc6fdf71e7599f9b9034f0a41ae8c09be697.zip
bug 34514 - Define New Launch Mode other than Run or Debug
Diffstat (limited to 'org.eclipse.debug.core/plugin.properties')
-rw-r--r--org.eclipse.debug.core/plugin.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/plugin.properties b/org.eclipse.debug.core/plugin.properties
index a32a8f461..370c25eef 100644
--- a/org.eclipse.debug.core/plugin.properties
+++ b/org.eclipse.debug.core/plugin.properties
@@ -17,3 +17,5 @@ launchConfigurationTypeNameExtensionPointName=Launch Configuration Type
launchConfigurationComparatorsExtensionPointName=Launch Configuration Comparators
statusHandlerExtensionPointName=Status Handler
sourceLocatorsExtensionPointName=Source Locator
+launchModesExtensionPointName=Launch Modes
+launchDelegatesExtensionPointName=Launch Delegates

Back to the top