Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2004-01-31 01:42:39 +0000
committerJared Burns2004-01-31 01:42:39 +0000
commiteb9f4c690b6f0456e5fe462d451d5b868250a1c6 (patch)
tree2b6acd024369b01f9b3debb192d612333008f528 /org.eclipse.debug.ui/plugin.xml
parentd894b204400cd64d7b014270b6cf22c40eec252d (diff)
downloadeclipse.platform.debug-eb9f4c690b6f0456e5fe462d451d5b868250a1c6.tar.gz
eclipse.platform.debug-eb9f4c690b6f0456e5fe462d451d5b868250a1c6.tar.xz
eclipse.platform.debug-eb9f4c690b6f0456e5fe462d451d5b868250a1c6.zip
Bug 49934 - Promote views with debugging contexts
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index c0a0ee846..dc5ad7362 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -39,8 +39,8 @@
<extension-point id="launchShortcuts" name="%LaunchShortcutsName" schema="schema/launchShortcuts.exsd"/>
<extension-point id="stringVariablePresentations" name="%StringVariablePresentationsName"/>
<extension-point id="sourceContainerPresentations" name="%SourceContainerPresentationsName" schema="schema/sourceContainerPresentations.exsd"/>
- <extension-point id="debugModelContextBindings" name="Debug Model Context Bindings"/>
- <extension-point id="contextViewBindings" name="Context View Bindings"/>
+ <extension-point id="debugModelContextBindings" name="%DebugModelContextBindingsName" schema="schema/debugModelContextBindings.exsd"/>
+ <extension-point id="contextViewBindings" name="%ContextViewBindingsName" schema="schema/contextViewBindings.exsd"/>
<!-- Extensions -->
<extension

Back to the top