Created
December 6, 2011 21:56
-
-
Save jcleblanc/1440202 to your computer and use it in GitHub Desktop.
plugin.xml file: Images
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
| <!-- Icons used for dropdown and for dropdown menu items --> | |
| <extension point="org.eclipse.ui.commandImages"> | |
| <image commandId="com.x.sampleplugin.dropdown.command" icon="icons/home.png"></image> | |
| <image commandId="com.x.sampleplugin.dropdown.commandProfile" icon="icons/profile.png"></image> | |
| <image commandId="com.x.sampleplugin.dropdown.commandLoadSite" icon="icons/site.png"></image> | |
| </extension> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment