Bug 464898 - Improve default Debug perspective

Place the Error Log view in the same stack with Console view and add the
shortcut to the perspective

Change-Id: I751acd91618e461933f43c25f938d6accac9969c
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
diff --git a/ui/org.eclipse.ui.views.log/plugin.xml b/ui/org.eclipse.ui.views.log/plugin.xml
index 21ecb12..5c6da24 100644
--- a/ui/org.eclipse.ui.views.log/plugin.xml
+++ b/ui/org.eclipse.ui.views.log/plugin.xml
@@ -35,6 +35,18 @@
                id="org.eclipse.pde.runtime.LogView">
          </viewShortcut>
       </perspectiveExtension>
+      <perspectiveExtension
+            targetID="org.eclipse.debug.ui.DebugPerspective">
+         <view
+               relative="org.eclipse.ui.console.ConsoleView"
+               visible="false"
+               id="org.eclipse.pde.runtime.LogView"
+               relationship="stack">
+         </view>
+         <viewShortcut
+               id="org.eclipse.pde.runtime.LogView">
+         </viewShortcut>
+      </perspectiveExtension>
    </extension>
    <extension
          point="org.eclipse.ui.bindings">