Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2007-10-04 15:55:44 +0000
committerDarin Wright2007-10-04 15:55:44 +0000
commitb24f91a2164a9f5f3c2d3005c0a8bcf4aa7cc06e (patch)
treedd280835d8279eed3e811e5fadf9f7ef4aef3ea9 /org.eclipse.debug.ui/plugin.xml
parent930dd09fbe642d82cbc5b3fd150d9a39346b4ebd (diff)
downloadeclipse.platform.debug-b24f91a2164a9f5f3c2d3005c0a8bcf4aa7cc06e.tar.gz
eclipse.platform.debug-b24f91a2164a9f5f3c2d3005c0a8bcf4aa7cc06e.tar.xz
eclipse.platform.debug-b24f91a2164a9f5f3c2d3005c0a8bcf4aa7cc06e.zip
Bug 205305 - Add perspective extensions for newly moved log view
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 74d0c625f..f0326f84b 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -44,6 +44,9 @@
<actionSet
id="org.eclipse.debug.ui.breakpointActionSet">
</actionSet>
+ <viewShortcut
+ id="org.eclipse.pde.runtime.LogView">
+ </viewShortcut>
</perspectiveExtension>
</extension>
<extension

Back to the top