Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2004-06-03 17:52:42 +0000
committerDarin Swanson2004-06-03 17:52:42 +0000
commit2b286d43e08a89f365247b7a6066bb5e1cc058d3 (patch)
tree96f987698b4c2e3bbb011600a8a80b39aa9999bf /org.eclipse.debug.ui/plugin.xml
parenta73dd2bb632ee80b35967c6ae0eefbce8fb8f3ba (diff)
downloadeclipse.platform.debug-2b286d43e08a89f365247b7a6066bb5e1cc058d3.tar.gz
eclipse.platform.debug-2b286d43e08a89f365247b7a6066bb5e1cc058d3.tar.xz
eclipse.platform.debug-2b286d43e08a89f365247b7a6066bb5e1cc058d3.zip
Bug 65581 - broken doc link for stringVariablePresentations
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 9ac144f85..510e642b6 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -36,7 +36,7 @@
<extension-point id="launchConfigurationTypeImages" name="%LaunchConfigurationTypeImageExtensionName" schema="schema/launchConfigurationTypeImages.exsd"/>
<extension-point id="launchGroups" name="%LaunchGroupsExtensionName" schema="schema/launchGroups.exsd"/>
<extension-point id="launchShortcuts" name="%LaunchShortcutsName" schema="schema/launchShortcuts.exsd"/>
- <extension-point id="stringVariablePresentations" name="%StringVariablePresentationsName"/>
+ <extension-point id="stringVariablePresentations" name="%StringVariablePresentationsName" schema="schema/stringVariablePresentations.exsd"/>
<extension-point id="sourceContainerPresentations" name="%SourceContainerPresentationsName" schema="schema/sourceContainerPresentations.exsd"/>
<extension-point id="debugModelContextBindings" name="%DebugModelContextBindingsName" schema="schema/debugModelContextBindings.exsd"/>
<extension-point id="contextViewBindings" name="%ContextViewBindingsName" schema="schema/contextViewBindings.exsd"/>

Back to the top