Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-01-11 22:54:53 +0000
committerDarin Wright2005-01-11 22:54:53 +0000
commitb83d88a40e2c43e570620ce930366fe1a922b9ab (patch)
tree84b82edae76604eb9fe00bf2c32e4c76af468466 /org.eclipse.debug.ui/plugin.xml
parentcf539ef28036d1094080054cb9e7aede7acfc117 (diff)
downloadeclipse.platform.debug-b83d88a40e2c43e570620ce930366fe1a922b9ab.tar.gz
eclipse.platform.debug-b83d88a40e2c43e570620ce930366fe1a922b9ab.tar.xz
eclipse.platform.debug-b83d88a40e2c43e570620ce930366fe1a922b9ab.zip
memory view API - inital implementation
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 560eede4b..1e6a8de8d 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -41,6 +41,7 @@
<extension-point id="debugModelContextBindings" name="%DebugModelContextBindingsName" schema="schema/debugModelContextBindings.exsd"/>
<extension-point id="contextViewBindings" name="%ContextViewBindingsName" schema="schema/contextViewBindings.exsd"/>
<extension-point id="memoryRenderingTypes" name="%renderingExtensionPointName" schema="schema/memoryRenderingTypes.exsd"/>
+ <extension-point id="memoryRenderings" name="%memoryRenderingsExtensionPointName" schema="schema/memoryRenderings.exsd"/>
<extension-point id="breakpointContainerFactories" name="%BreakpointContainerFactoriesName" schema="schema/breakpointContainerFactories.exsd"/>
<extension-point id="variableValueEditors" name="%VariableValueEditorsName" schema="schema/variableValueEditors.exsd"/>

Back to the top