Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2003-05-28 17:46:26 +0000
committerDarin Wright2003-05-28 17:46:26 +0000
commit56ae7d9ab6c43a1f0b83de10950944dfcfcedadf (patch)
tree52194693681c9a11da274f08fc02efb0f0c87cf3 /org.eclipse.debug.core/plugin.properties
parent49f1ccee9da16d49f33833cc58645a7d6ffd1242 (diff)
downloadeclipse.platform.debug-56ae7d9ab6c43a1f0b83de10950944dfcfcedadf.tar.gz
eclipse.platform.debug-56ae7d9ab6c43a1f0b83de10950944dfcfcedadf.tar.xz
eclipse.platform.debug-56ae7d9ab6c43a1f0b83de10950944dfcfcedadf.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.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/plugin.properties b/org.eclipse.debug.core/plugin.properties
index 2b7fc17b2..ac3eb3b19 100644
--- a/org.eclipse.debug.core/plugin.properties
+++ b/org.eclipse.debug.core/plugin.properties
@@ -20,4 +20,7 @@ sourceLocatorsExtensionPointName=Source Locator
launchModesExtensionPointName=Launch Modes
launchDelegatesExtensionPointName=Launch Delegates
simpleLaunchVariablesName=Simple Launch Configuration Variables
-contextLaunchVariablesName=Context Launch Variables \ No newline at end of file
+contextLaunchVariablesName=Context Launch Variables
+run=&Run
+debug=&Debug
+profile=&Profile \ No newline at end of file

Back to the top