Changeset 7087

Show
Ignore:
Timestamp:
04/07/08 16:53:00 (5 years ago)
Author:
Snyder.Jason
Message:

added actionSet extension

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/jsnyder/ComponentProject/plugin.xml

    r6834 r7087  
    6969      </view> 
    7070   </extension> 
     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> 
    7195 
    7296</plugin>