source: trunk/org.modelica.mdt.test/plugin.xml @ 311

Last change on this file since 311 was 106, checked in by boris, 19 years ago
  • some cosmetic cleanups
File size: 841 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.0"?>
3<plugin>
4   <extension
5         point="org.eclipse.ui.actionSets">
6      <actionSet
7            id="org.modelica.mdt.test.actionSet"
8            label="Sample Action Set"
9            visible="true">
10         <menu
11               id="sampleMenu"
12               label="Sample &amp;Menu">
13            <separator name="sampleGroup"/>
14         </menu>
15         <action
16               class="org.modelica.mdt.test.util.ManualRunner"
17               icon="icons/sample.gif"
18               id="org.modelica.mdt.test.util.ManualRunner"
19               label="run some code now"
20               menubarPath="sampleMenu/sampleGroup"
21               toolbarPath="sampleGroup"
22               tooltip="manual invoker !"/>
23      </actionSet>
24   </extension>
25
26</plugin>
Note: See TracBrowser for help on using the repository browser.