Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 205306 - Add perspective extensions for newly moved log view
Summary: Add perspective extensions for newly moved log view
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4 M3   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 205298
  Show dependency tree
 
Reported: 2007-10-03 12:09 EDT by Chris Aniszczyk CLA
Modified: 2007-10-03 13:07 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Aniszczyk CLA 2007-10-03 12:09:56 EDT
The log view was moved down to the RCP stack (org.eclipse.ui.views.log). 

JDT UI should add the perspectiveExtension that was previously done in the old log view plug-in...

   <extension
         point="org.eclipse.ui.perspectiveExtensions">
      <perspectiveExtension
            targetID="org.eclipse.jdt.ui.JavaPerspective">
         <viewShortcut
               id="org.eclipse.pde.runtime.LogView">
         </viewShortcut>
      </perspectiveExtension>
      <perspectiveExtension
            targetID="org.eclipse.jdt.ui.JavaBrowsingPerspective">
         <viewShortcut
               id="org.eclipse.pde.runtime.LogView">
         </viewShortcut>
      </perspectiveExtension>
   </extension>

Should be done in 3.4M3 time frame.
Comment 1 Martin Aeschlimann CLA 2007-10-03 13:07:29 EDT
fixed > 20071003