Stephan Herrmann | 36c2699 | 2010-04-01 23:18:59 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.2"?> |
| 3 | <plugin> |
| 4 | |
| 5 | <extension |
| 6 | point="org.eclipse.ui.actionSets"> |
| 7 | <actionSet |
| 8 | label="Sample Action Set" |
| 9 | visible="true" |
| 10 | id="Trac18a.actionSet"> |
| 11 | <menu |
| 12 | label="Sample &Menu" |
| 13 | id="sampleMenu"> |
| 14 | <separator |
| 15 | name="sampleGroup"> |
| 16 | </separator> |
| 17 | </menu> |
| 18 | <action |
| 19 | label="&Sample Action" |
Stephan Herrmann | 36c2699 | 2010-04-01 23:18:59 +0000 | [diff] [blame] | 20 | class="trac18a.actions.SampleAction" |
| 21 | tooltip="Hello, Eclipse world" |
| 22 | menubarPath="sampleMenu/sampleGroup" |
| 23 | toolbarPath="sampleGroup" |
| 24 | id="trac18a.actions.SampleAction"> |
| 25 | </action> |
| 26 | </actionSet> |
| 27 | </extension> |
| 28 | <extension |
| 29 | point="org.eclipse.objectteams.otequinox.aspectBindings"> |
| 30 | <aspectBinding |
| 31 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/calloutbinding_obj.gif"> |
| 32 | <basePlugin |
Stephan Herrmann | 2276b5d | 2015-05-22 21:46:00 +0200 | [diff] [blame] | 33 | icon="platform:/plugin/org.eclipse.pde.ui/icons/obj16/plugin_obj.png" |
Stephan Herrmann | 36c2699 | 2010-04-01 23:18:59 +0000 | [diff] [blame] | 34 | id="Trac18b"> |
| 35 | <forcedExports> |
| 36 | trac18b.actions, |
| 37 | trac18b.otherclasses |
| 38 | </forcedExports> |
| 39 | </basePlugin> |
| 40 | <team |
| 41 | activation="ALL_THREADS" |
| 42 | class="trac18a.Team18" |
| 43 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/team_obj.gif"> |
| 44 | </team> |
| 45 | </aspectBinding> |
| 46 | </extension> |
| 47 | |
| 48 | </plugin> |