2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<?eclipse version="3.2"?>
|
|
3 |
<plugin>
|
|
4 |
<extension
|
|
5 |
point="org.eclipse.ui.actionSets">
|
|
6 |
<actionSet
|
|
7 |
id="com.nokia.carbide.cpp.sdk.examples.actionSet"
|
|
8 |
label="Carbide.c++ Examples Action Set"
|
|
9 |
visible="false">
|
|
10 |
<menu
|
|
11 |
id="com.nokia.carbide.cpp.ui.CarbideMenu"
|
|
12 |
label="&Carbide"
|
|
13 |
path="additions">
|
|
14 |
<groupMarker name="CarbideExtensions"/>
|
|
15 |
</menu>
|
|
16 |
<menu
|
|
17 |
id="com.nokia.carbide.cpp.sdk.examples.submenu"
|
|
18 |
label="Examples"
|
|
19 |
path="com.nokia.carbide.cpp.ui.CarbideMenu/CarbideExtensions"/>
|
|
20 |
<action
|
|
21 |
class="com.nokia.carbide.cpp.sdk.examples.actions.NewProjectAction"
|
|
22 |
id="com.nokia.carbide.cpp.sdk.examples.actions.NewProjectAction"
|
|
23 |
label="New Carbide.c++ Project"
|
|
24 |
menubarPath="com.nokia.carbide.cpp.ui.CarbideMenu/com.nokia.carbide.cpp.sdk.examples.submenu/group1"
|
|
25 |
/>
|
|
26 |
<action
|
|
27 |
class="com.nokia.carbide.cpp.sdk.examples.actions.CreateReportAction"
|
|
28 |
id="com.nokia.carbide.cpp.sdk.examples.actions.ProjectReportAction"
|
|
29 |
label="Create Project Report"
|
|
30 |
menubarPath="com.nokia.carbide.cpp.ui.CarbideMenu/com.nokia.carbide.cpp.sdk.examples.submenu/group1"
|
|
31 |
style="push"/>
|
|
32 |
</actionSet>
|
|
33 |
</extension>
|
|
34 |
|
|
35 |
</plugin>
|