Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-04-22 21:24:14 +0000
committerDarin Wright2004-04-22 21:24:14 +0000
commitac6d6137ef2759159180286aab35130e5844133b (patch)
treebee8504a1df4f3c87bf20910bd5ef7e72b941a8d /org.eclipse.debug.core/plugin.xml
parent9f6854e9bd73b43e9078070718ca9649571eb905 (diff)
downloadeclipse.platform.debug-ac6d6137ef2759159180286aab35130e5844133b.tar.gz
eclipse.platform.debug-ac6d6137ef2759159180286aab35130e5844133b.tar.xz
eclipse.platform.debug-ac6d6137ef2759159180286aab35130e5844133b.zip
Bug 56146 - Memory View Contribution to Eclipse
Diffstat (limited to 'org.eclipse.debug.core/plugin.xml')
-rw-r--r--org.eclipse.debug.core/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/plugin.xml b/org.eclipse.debug.core/plugin.xml
index c2ea5550b..840728800 100644
--- a/org.eclipse.debug.core/plugin.xml
+++ b/org.eclipse.debug.core/plugin.xml
@@ -34,6 +34,7 @@
<extension-point id="logicalStructureTypes" name="%logicalStructureTypesExtensionPointName" schema="schema/logicalStructureTypes.exsd"/>
<extension-point id="sourceContainerTypes" name="%sourceContainerTypesName" schema="schema/sourceContainerTypes.exsd"/>
<extension-point id="sourcePathComputers" name="%sourcePathComputersName" schema="schema/sourcePathComputers.exsd"/>
+ <extension-point id="memoryRenderings" name="%renderingExtensionPointName" schema="schema/rendering.exsd"/>
<!-- Extensions -->
<extension

Back to the top