Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-02-19 22:39:22 +0000
committerDarin Wright2004-02-19 22:39:22 +0000
commit19daec629500a93496dd193667caf0880f9bff67 (patch)
tree7ebaa73c6f00bef3acc904a4a3581e5d5a9af026 /org.eclipse.debug.core/plugin.xml
parente5f2874c8621341c1ec8529ea0d331dd90b2de0f (diff)
downloadeclipse.platform.debug-19daec629500a93496dd193667caf0880f9bff67.tar.gz
eclipse.platform.debug-19daec629500a93496dd193667caf0880f9bff67.tar.xz
eclipse.platform.debug-19daec629500a93496dd193667caf0880f9bff67.zip
Bug 29890 - Debug Platform Source Lookup Facilites - support for archives
Diffstat (limited to 'org.eclipse.debug.core/plugin.xml')
-rw-r--r--org.eclipse.debug.core/plugin.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/plugin.xml b/org.eclipse.debug.core/plugin.xml
index b56e42636..ce25b555a 100644
--- a/org.eclipse.debug.core/plugin.xml
+++ b/org.eclipse.debug.core/plugin.xml
@@ -139,5 +139,17 @@
id="org.eclipse.debug.core.containerType.archive">
</sourceContainerType>
</extension>
+
+<!-- ===================================== -->
+<!-- launch configuration comparators -->
+<!-- ===================================== -->
+ <extension
+ point="org.eclipse.debug.core.launchConfigurationComparators">
+ <launchConfigurationComparator
+ attribute="org.eclipse.debug.core.source_locator_memento"
+ class="org.eclipse.debug.internal.core.sourcelookup.SourceLocatorMementoComparator"
+ id="org.eclipse.debug.core.sourceLocatorMementoComparator">
+ </launchConfigurationComparator>
+ </extension>
</plugin>

Back to the top