IDs for the Eclipse main menus
IDs for the Eclipse main menus are listed in the Processing [menu]
		section of the log.
For
			example:
		Processing [menu]
	file ...........................................: 
	edit ...........................................: 
	navigate .......................................: To remove a menu item, enter its ID in a 
	<removeditem> element. For
			example, to remove the edit menu, enter its ID in the
				eclipseui.xml file as
			follows:<section id="menu">
   <removeditem id="edit"/>
   ...