Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2009-09-08 15:02:38 +0000
committerMichael Rennie2009-09-08 15:02:38 +0000
commite0949427d94ca2a97e63e863640480af9cc570b2 (patch)
tree525c61a8061973bb37cc67a5de6bfa48416dbe01 /org.eclipse.debug.ui
parent7f4eb22641e61c695c204f8e87a73b1156741679 (diff)
downloadeclipse.platform.debug-e0949427d94ca2a97e63e863640480af9cc570b2.tar.gz
eclipse.platform.debug-e0949427d94ca2a97e63e863640480af9cc570b2.tar.xz
eclipse.platform.debug-e0949427d94ca2a97e63e863640480af9cc570b2.zip
Bug 262832 - [breakpoint] export wizard is NOT properly initialized based on breakpoint selection in Breakpoints view
Diffstat (limited to 'org.eclipse.debug.ui')
-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 86759a856..15d4ec2af 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2767,7 +2767,7 @@ M4 = Platform-specific fourth key
<description>
%exportBreakpoints.description
</description>
- <selection class="org.eclipse.core.resources.IResource"/>
+ <selection class="org.eclipse.debug.core.model.IBreakpoint"/>
</wizard>
<wizard
category="org.eclipse.debug.ui"

Back to the top