| | 71 | <extension |
| | 72 | point="org.eclipse.ui.actionSets"> |
| | 73 | <actionSet |
| | 74 | id="ComponentProject.actionSet" |
| | 75 | label="Sample Action Set" |
| | 76 | visible="true"> |
| | 77 | <menu |
| | 78 | id="sampleMenu" |
| | 79 | label="Ossie"> |
| | 80 | <separator |
| | 81 | name="sampleGroup"> |
| | 82 | </separator> |
| | 83 | </menu> |
| | 84 | <action |
| | 85 | class="edu.vt.ossie.actionSets.nodeBooter" |
| | 86 | icon="icons/sample.gif" |
| | 87 | id="edu.vt.ossie.actionSets.nodeBooter" |
| | 88 | label="Run NodeBooter" |
| | 89 | menubarPath="sampleMenu/sampleGroup" |
| | 90 | toolbarPath="sampleGroup" |
| | 91 | tooltip="Runs NodeBooter"> |
| | 92 | </action> |
| | 93 | </actionSet> |
| | 94 | </extension> |