Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Bourlier2004-12-13 21:11:34 +0000
committerLuc Bourlier2004-12-13 21:11:34 +0000
commit3a0dfe96550b9284f84ea2756c0299127827044d (patch)
treef323ae81b9dc36fc6fae34be6c42be6e6bdc3bfa /org.eclipse.debug.core/plugin.xml
parentd2883d85f58bd00424fa1657170524e0aa032efd (diff)
downloadeclipse.platform.debug-3a0dfe96550b9284f84ea2756c0299127827044d.tar.gz
eclipse.platform.debug-3a0dfe96550b9284f84ea2756c0299127827044d.tar.xz
eclipse.platform.debug-3a0dfe96550b9284f84ea2756c0299127827044d.zip
Bug 80332 - logical structure factories
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 435cfd73e..bdff8fbf8 100644
--- a/org.eclipse.debug.core/plugin.xml
+++ b/org.eclipse.debug.core/plugin.xml
@@ -33,6 +33,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="logicalStructureProviders" name="%logicalStructureProvidersExtensionPointName" schema="schema/logicalStructureProviders.exsd"/>
<!-- Extensions -->
<extension

Back to the top