Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-04-05 15:58:01 +0000
committerDarin Wright2004-04-05 15:58:01 +0000
commit48b858309c641c9d69aad09879567f26be2cdbbc (patch)
tree3a3b4a9bdd0feb8c036a496896f36493a65d273f /org.eclipse.debug.ui/plugin.xml
parentdb2f613e1aeb4d19fdef39e4f366c47a37dace06 (diff)
downloadeclipse.platform.debug-48b858309c641c9d69aad09879567f26be2cdbbc.tar.gz
eclipse.platform.debug-48b858309c641c9d69aad09879567f26be2cdbbc.tar.xz
eclipse.platform.debug-48b858309c641c9d69aad09879567f26be2cdbbc.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.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 26974c6b4..d28df6cbf 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1738,6 +1738,11 @@
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
</factory>
<factory
+ class="org.eclipse.debug.internal.ui.sourcelookup.SourceElementAdapterFactory"
+ adaptableType="org.eclipse.debug.internal.core.sourcelookup.containers.ZipEntryStorage">
+ <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.FolderSourceContainer">
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>

Back to the top