Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-01-17 17:35:48 +0000
committerDarin Wright2005-01-17 17:35:48 +0000
commit8af4df48e875d9fa285cf038380f902f0836f122 (patch)
treea423aed3576425fa73aa1750b43e29b72b42c2bf /org.eclipse.debug.ui/plugin.xml
parentdc63299ade308f66e307d7b8c3f1f67f9cdb6c17 (diff)
downloadeclipse.platform.debug-8af4df48e875d9fa285cf038380f902f0836f122.tar.gz
eclipse.platform.debug-8af4df48e875d9fa285cf038380f902f0836f122.tar.xz
eclipse.platform.debug-8af4df48e875d9fa285cf038380f902f0836f122.zip
Bug 82866 - [Breakpoint Groups] The default groups should be emphasized
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 7e107e3b0..8a65de9a8 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2375,6 +2375,7 @@ M4 = Platform-specific fourth key
class="org.eclipse.debug.internal.ui.DebugUIAdapterFactory"
adaptableType="org.eclipse.debug.internal.ui.views.breakpoints.BreakpointContainer">
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
+ <adapter type="org.eclipse.ui.model.IWorkbenchAdapter2"/>
</factory>
<factory
class="org.eclipse.debug.internal.ui.DebugUIAdapterFactory"
@@ -2390,6 +2391,7 @@ M4 = Platform-specific fourth key
class="org.eclipse.debug.internal.ui.DebugUIAdapterFactory"
adaptableType="org.eclipse.debug.internal.ui.views.breakpoints.WorkingSetCategory">
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
+ <adapter type="org.eclipse.ui.model.IWorkbenchAdapter2"/>
</factory>
</extension>
<extension

Back to the top