Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-02-18 21:48:46 +0000
committerDarin Wright2004-02-18 21:48:46 +0000
commit4054e97cf8de07365baf209f7da7f92ac152eb0d (patch)
tree9d8fb85db7058a574ad91708c171091e52b72765 /org.eclipse.debug.core/plugin.xml
parent99b85db50f637b3e9779b1e0cfed39810e57dc22 (diff)
downloadeclipse.platform.debug-4054e97cf8de07365baf209f7da7f92ac152eb0d.tar.gz
eclipse.platform.debug-4054e97cf8de07365baf209f7da7f92ac152eb0d.tar.xz
eclipse.platform.debug-4054e97cf8de07365baf209f7da7f92ac152eb0d.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.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/plugin.xml b/org.eclipse.debug.core/plugin.xml
index 2e9b862ef..b56e42636 100644
--- a/org.eclipse.debug.core/plugin.xml
+++ b/org.eclipse.debug.core/plugin.xml
@@ -133,6 +133,11 @@
class="org.eclipse.debug.internal.core.sourcelookup.containers.DefaultSourceContainerType"
id="org.eclipse.debug.core.containerType.default">
</sourceContainerType>
+ <sourceContainerType
+ name="%containerName.archive"
+ class="org.eclipse.debug.internal.core.sourcelookup.containers.ArchiveSourceContainerType"
+ id="org.eclipse.debug.core.containerType.archive">
+ </sourceContainerType>
</extension>
</plugin>

Back to the top