blob: f1d26138e1c32cbd3b69ec11f3b3cb9484831b45 [file] [log] [blame]
<?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>