I have eclise rcp applications, I have added menu items using handledmenuitem in frangment.e4xmi.
But I want to arrange those in some sequence. for example
This is the menu items, but these are placed in order help - log - dg -apdu - validation but I want those into the order of log - validation - help - dg -apdu. How can I achieve this ? please note that some menu items are from different projects (I mean I have 3 different fragment.e4xmi for these menu items).