Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 136683

Summary: Need an id for the ActionProvider
Product: [Eclipse Project] JDT Reporter: Jing Qian <jqian>
Component: UIAssignee: Markus Keller <markus.kell.r>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: mdelder
Version: 3.2   
Target Milestone: 3.2 RC2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Jing Qian CLA 2006-04-13 12:45:01 EDT
Hava talked with Markus Keller, he's ok with this request

in jdt.ui plugin.xml, within the JavaContent

  <actionProvider
    class="org.eclipse.jdt.internal.ui.navigator.PackageExplorerActionProvider"
     overrides="org.eclipse.ui.navigator.resources.actions.RefactorActions"> 
   </actionProvider>


Need an id attribute for this java action provider within the javaContent extension, so other component(EGL within RAD) can override this acitonProvider when needed.
Comment 1 Markus Keller CLA 2006-04-13 12:55:22 EDT
Fixed in HEAD.
Comment 2 Jing Qian CLA 2006-04-13 17:41:55 EDT
worked as expected