Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2010-02-25 23:36:29 +0000
committerPawel Piech2010-02-25 23:36:29 +0000
commit049199be337b782d62772cab28edf0ef1af03971 (patch)
treec38a79a715df52bef42518b930b823e18409ae5c /org.eclipse.debug.ui/plugin.xml
parenteec7676fe87baa0622bcb4abc9bb93fd55dd6331 (diff)
downloadeclipse.platform.debug-049199be337b782d62772cab28edf0ef1af03971.tar.gz
eclipse.platform.debug-049199be337b782d62772cab28edf0ef1af03971.tar.xz
eclipse.platform.debug-049199be337b782d62772cab28edf0ef1af03971.zip
Bug 301825 - [breakpoints] Breakpoints view doesn't always link with Debug view any more
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 213f49597..2a3f20c30 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2482,7 +2482,7 @@ M4 = Platform-specific fourth key
</adapter>
</factory>
<factory
- adaptableType="org.eclipse.debug.internal.ui.elements.adapters.DefaultBreakpointManagerInput"
+ adaptableType="org.eclipse.debug.internal.ui.elements.adapters.DefaultBreakpointsViewInput"
class="org.eclipse.debug.internal.ui.views.launch.DebugElementAdapterFactory">
<adapter
type="org.eclipse.debug.internal.ui.viewers.model.provisional.IElementContentProvider">

Back to the top