Modify pom file
[nemo.git] / nemo-tools / eclipse-plugin / nemo-rest / org.opendaylight.nemo.tool.eclipse.plugin.rest / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4
5    <extension
6          point="org.eclipse.ui.actionSets">
7       <actionSet
8             label="Sample Action Set"
9             visible="true"
10             id="com.huawei.nemo.rest.actionSet">
11          <action
12                label="&amp;Sample Action"
13                icon="icons/nemo.gif"
14                class="org.opendaylight.nemo.tool.eclipse.plugin.rest.actions.NemoAction"
15                tooltip="nemo"
16                toolbarPath="sampleGroup"
17                id="com.huawei.nemo.rest.actions.NemoAction">
18          </action>
19       </actionSet>
20    </extension>
21
22 </plugin>