Fixing fields duplicated in merge of 12.11.1-4 baseline

Former-commit-id: 34e7b3f4a3 [formerly 34e7b3f4a3 [formerly 477c64cbd4614e080d84fe1b0b5733274eeee838]]
Former-commit-id: 8703ff00c7
Former-commit-id: dc5eba737d
This commit is contained in:
Steve Harris 2012-10-17 08:21:19 -05:00
parent b28a8e5113
commit ea34163a1c

View file

@ -70,35 +70,6 @@ public interface IAlterBundleContributor {
*/
public final static String MI_SEPARATOR = "<>";
/**
* Used to separate menu from entries. This string can not be part of any
* name. An entry ending with this separator indicates a sub-menu. Entries
* not ending with the separator are menu items added to the desired menu.
* The top menu should always be created. Submenus should be create prior to
* adding entries to them. Entries should be displayed in menus in the order
* they are listed. Examples:
*
* <pre>
* D2D-> -- this is a sub-menu off the top menu named: D2D
* Original Contributions -- A menu item placed in the main menu.
* D2D->Point A -- A menu item placed in the sub menu name: Point A
* ->D2D->alt-> -- A sub-menu of D2D name: alt
* ->D2D->alt->Alt A -- A menu item for the above sub-menu name: Alt A
* </pre>
*/
public final static String MENU_SEPARATOR = "->";
/**
* When this is the menu item's name a menu item separator entry is
* generated in the desired menu. Examples:
*
* <pre>
* <> -- Place a menu item separator in the main menu.
* D2D-><> -- Place a menu item separator in the D2D sub-menu
* </pre>
*/
public final static String MI_SEPARATOR = "<>";
/**
* Get a mapping of key to alternate values for the key
*