Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2014-01-20 16:36:47 +0000
committerGerrit Code Review @ Eclipse.org2014-01-20 16:36:47 +0000
commit180468132428e198c17077e4c6244e77a931c874 (patch)
tree3a4f95e914fab4de958ec8bfe9e1c244efbe48ed
parent00e834599b236bd04b24ca95a871c872633bbe99 (diff)
downloadeclipse.platform.debug-180468132428e198c17077e4c6244e77a931c874.tar.gz
eclipse.platform.debug-180468132428e198c17077e4c6244e77a931c874.tar.xz
eclipse.platform.debug-180468132428e198c17077e4c6244e77a931c874.zip
This reverts commit 00e834599b236bd04b24ca95a871c872633bbe99. Mmh, looks like this is indeed somewhat used. See bug 396822 for details. Change-Id: Ida22a2e9fe577f905e9ec15d48502bcee881411b
-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 3cb37237d..7c615593a 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2498,6 +2498,11 @@ M4 = Platform-specific fourth key
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
</factory>
<factory
+ class=""
+ adaptableType="org.eclipse.ui.part.FileEditorInput">
+ <adapter type="org.eclipse.debug.ui.actions.ILaunchable"/>
+ </factory>
+ <factory
class="org.eclipse.debug.internal.ui.DebugUIAdapterFactory"
adaptableType="org.eclipse.debug.internal.ui.breakpoints.provisional.IBreakpointContainer">
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>

Back to the top