Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2006-09-13 19:09:18 +0000
committerMichael Rennie2006-09-13 19:09:18 +0000
commitcb58d87712559cf2335251ba81b8d36732c9f79d (patch)
treeebc796605284764e6922d626149c59d40fa1fc0a /org.eclipse.debug.core/plugin.properties
parent4b4c01b51692d209933f6f3981094f77f292aadb (diff)
downloadeclipse.platform.debug-cb58d87712559cf2335251ba81b8d36732c9f79d.tar.gz
eclipse.platform.debug-cb58d87712559cf2335251ba81b8d36732c9f79d.tar.xz
eclipse.platform.debug-cb58d87712559cf2335251ba81b8d36732c9f79d.zip
Bug 157059
extensible launch options
Diffstat (limited to 'org.eclipse.debug.core/plugin.properties')
-rw-r--r--org.eclipse.debug.core/plugin.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/plugin.properties b/org.eclipse.debug.core/plugin.properties
index 732d0f776..7a75466cb 100644
--- a/org.eclipse.debug.core/plugin.properties
+++ b/org.eclipse.debug.core/plugin.properties
@@ -25,6 +25,7 @@ logicalStructureTypesExtensionPointName=Logical Structure Types
logicalStructureProvidersExtensionPointName=Logical Structure Providers
sourceContainerTypesName = Source Container Types
sourcePathComputersName = Source Path Computers
+launchOptionsExtensionpointName=Launch Options
run=&Run
debug=&Debug

Back to the top