Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2010-05-04 17:07:26 +0000
committerPawel Piech2010-05-04 17:07:26 +0000
commite40c76732f7fbdd08361cb831ebd1c90e779a930 (patch)
tree17ab71e08bcb0a0b115cd1020c1c295e94680707 /org.eclipse.debug.ui/plugin.xml
parent0cfc66350571db233810c85b42382f720294cbc5 (diff)
downloadeclipse.platform.debug-e40c76732f7fbdd08361cb831ebd1c90e779a930.tar.gz
eclipse.platform.debug-e40c76732f7fbdd08361cb831ebd1c90e779a930.tar.xz
eclipse.platform.debug-e40c76732f7fbdd08361cb831ebd1c90e779a930.zip
Bug 311474 - [debug view] Provide a default command handler for the Restart command
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 8cac651f4..41f5aaee2 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1652,7 +1652,8 @@ M4 = Platform-specific fourth key
name="%ActionDefinition.restart.name"
categoryId="org.eclipse.debug.ui.category.run"
description="%ActionDefinition.restart.description"
- id="org.eclipse.debug.ui.commands.Restart">
+ id="org.eclipse.debug.ui.commands.Restart"
+ defaultHandler="org.eclipse.debug.internal.ui.commands.actions.RestartCommandHandler">
</command>
<command
name="%ActionDefinition.suspend.name"

Back to the top