Skip to content

Instantly share code, notes, and snippets.

@jcleblanc
Created December 6, 2011 21:56
Show Gist options
  • Select an option

  • Save jcleblanc/1440202 to your computer and use it in GitHub Desktop.

Select an option

Save jcleblanc/1440202 to your computer and use it in GitHub Desktop.
plugin.xml file: Images
<!-- 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