| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.2"?> |
| <plugin> |
| <extension |
| id="menu.invalid.menu.contribution" |
| point="org.eclipse.ui.menus"> |
| <!-- The entry below purposely references an unknown command id. This is for |
| testing that invalid commands will not prevent the workbench from |
| starting up, see bug 275301 for details. --> |
| <menuContribution |
| locationURI="menu:file?after=additions"> |
| <command |
| commandId="test275301.unknownCommand" |
| label="label" |
| style="push"> |
| </command> |
| </menuContribution> |
| <!-- End of bug 275301 entry. --> |
| </extension> |
| </plugin> |