Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2006-01-16 14:59:27 +0000
committerMichael Rennie2006-01-16 14:59:27 +0000
commit1899fa3e05b254dfc608e37cb0bbbd08e18582d1 (patch)
treee1194b865a49faf1d5b6327e3b9ebf1bce476cc7 /org.eclipse.debug.ui/plugin.xml
parent085cadebf4f868bb752008b968e41cdc6b5a9aaa (diff)
downloadeclipse.platform.debug-1899fa3e05b254dfc608e37cb0bbbd08e18582d1.tar.gz
eclipse.platform.debug-1899fa3e05b254dfc608e37cb0bbbd08e18582d1.tar.xz
eclipse.platform.debug-1899fa3e05b254dfc608e37cb0bbbd08e18582d1.zip
bug fix for 123862
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index e59024148..3b4126a9e 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2482,6 +2482,12 @@ M4 = Platform-specific fourth key
<keyword
id="org.eclipse.debug.ui.viewManagement"
label="%preferenceKeywords.viewManagement"/>
+ <keyword
+ id="org.eclipse.debug.ui.perspectivesPref"
+ label="%preferenceKeywords.perspective"/>
+ <keyword
+ id="org.eclipse.debug.ui.launchconfigurations"
+ label="%preferenceKeywords.launchConfigurations"/>
</extension>
<extension
point="org.eclipse.ui.importWizards">

Back to the top