IDs for the buttons on the toolbar

IDs for the buttons on the top toolbar are listed in the Processing [toolbar] section of the log.

For example:
Processing [toolbar]
	org.eclipse.ui.workbench.file
		new.group ...................................: 
		newWizardDropDown ...........................: 
		new.ext .....................................: 
		save.group ..................................: 
		save ........................................: 
		saveAll .....................................: 
To remove a button, enter its ID in a <removeditem> element. For example, to remove the save buttons from the toolbar, enter the following code in the eclipseui.xml file:
<section id="toolbar">
   <removeditem id="save"/>
   <removeditem id="saveAll"/>