Created
December 6, 2011 21:56
-
-
Save jcleblanc/1440201 to your computer and use it in GitHub Desktop.
plugin.xml file: Handlers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Handlers for each dropdown menu item clicked --> | |
| <extension point="org.eclipse.ui.handlers"> | |
| <handler commandId="com.x.sampleplugin.dropdown.command" class="com.x.sampleplugin.handlers.DropDownHandler"></handler> | |
| <handler commandId="com.x.sampleplugin.dropdown.commandProfile" class="com.x.sampleplugin.handlers.DropDownHandler"></handler> | |
| <handler commandId="com.x.sampleplugin.dropdown.commandLoadSite" class="com.x.sampleplugin.handlers.DropDownHandler"></handler> | |
| </extension> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment