Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-03-19 18:30:55 +0000
committerDarin Wright2004-03-19 18:30:55 +0000
commit0713e66e6c20e17e1917e2c34416fbf827c9edf5 (patch)
treecfd214c5ad0ea8bd135f3c128f402f2a8108e3b5 /org.eclipse.debug.ui/plugin.xml
parentd33002924dadd0077c9e70e1744d426318613c66 (diff)
downloadeclipse.platform.debug-0713e66e6c20e17e1917e2c34416fbf827c9edf5.tar.gz
eclipse.platform.debug-0713e66e6c20e17e1917e2c34416fbf827c9edf5.tar.xz
eclipse.platform.debug-0713e66e6c20e17e1917e2c34416fbf827c9edf5.zip
Bug 29890 - Debug Platform Source Lookup Facilites
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 0a6c78757..6309e4cb3 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1729,6 +1729,16 @@
adaptableType="org.eclipse.debug.internal.core.sourcelookup.containers.DirectorySourceContainer">
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
</factory>
+ <factory
+ class="org.eclipse.debug.internal.ui.sourcelookup.SourceContainerAdapterFactory"
+ adaptableType="org.eclipse.debug.internal.core.sourcelookup.containers.ExternalArchiveSourceContainer">
+ <adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
+ </factory>
+ <factory
+ class="org.eclipse.debug.internal.ui.sourcelookup.SourceContainerAdapterFactory"
+ adaptableType="org.eclipse.debug.internal.core.sourcelookup.containers.ArchiveSourceContainer">
+ <adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
+ </factory>
</extension>
<!-- ========================================= -->
<!-- Contextual Launch Menu (Work in Progress) -->

Back to the top