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

Bug 312570

Summary: [ActivityMgmt] Cannot hide import/export function of context menu using org.eclipse.ui.activities
Product: [Eclipse Project] Platform Reporter: Mallikarjun <mallikarjun.nbsg>
Component: UIAssignee: Platform UI Triaged <platform-ui-triaged>
Status: RESOLVED INVALID QA Contact: Paul Webster <pwebster>
Severity: normal    
Priority: P3    
Version: 4.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Mallikarjun CLA 2010-05-12 06:01:36 EDT
Build Identifier: 

Cannot disable import/export function of context menu using org.eclipse.ui.activities in Project Explorer, Package Explorer, Navigator...
Sample code:
   <extension
         point="org.eclipse.ui.activities">
               <activityPatternBinding
            activityId="com.object.ide.rcp.hide.aptana.ui"
            isEqualityPattern="true"
            pattern="test/com.test.command1">
      </activityPatternBinding>
      <category
            id="com.test.commands.category"
            name="Command 1">
      </category>
   </extension>


Reproducible: Always

Steps to Reproduce:
1.Use the sample code (given in details of bug) in plugin.xml
2.run the eclipse
3.right click in Project Explorer or Package Explorer or Navigator, still import/export function is available.
Comment 1 Paul Webster CLA 2010-11-09 09:08:09 EST
test/com.test.command1 ?

How is this related to Import/Export.

Please re-open with more information.

PW