Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakosyakov2014-07-08 15:56:47 +0000
committerakosyakov2014-07-23 11:27:22 +0000
commited4a5afff53343242837d9fe7f0014d5419fcb81 (patch)
tree084a09c61673ac6d88e6f154330cbee2e5af0da5 /org.eclipse.debug.core/plugin.xml
parent6f5ea075142efa6fcb01862036789ecc76ecfe3b (diff)
downloadeclipse.platform.debug-ed4a5afff53343242837d9fe7f0014d5419fcb81.tar.gz
eclipse.platform.debug-ed4a5afff53343242837d9fe7f0014d5419fcb81.tar.xz
eclipse.platform.debug-ed4a5afff53343242837d9fe7f0014d5419fcb81.zip
[bug 438621][debug]: provided step filters extension point
Change-Id: I26b55e35ab210527d52516cefc216ec40576c1d8 Signed-off-by: akosyakov <anton.kosyakov@itemis.de>
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 989b29a13..b5ef8fde5 100644
--- a/org.eclipse.debug.core/plugin.xml
+++ b/org.eclipse.debug.core/plugin.xml
@@ -30,6 +30,7 @@
<extension-point id="sourcePathComputers" name="%sourcePathComputersName" schema="schema/sourcePathComputers.exsd"/>
<extension-point id="logicalStructureProviders" name="%logicalStructureProvidersExtensionPointName" schema="schema/logicalStructureProviders.exsd"/>
<extension-point id="breakpointImportParticipants" name="%breakpointImportParticipantsExtensionPoint.name" schema="schema/breakpointImportParticipants.exsd"/>
+ <extension-point id="stepFilters" name="%stepFiltersExtensionPointName" schema="schema/stepFilters.exsd"/>
<!-- Extensions -->
<extension

Back to the top