equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <?eclipse version="3.2"?> |
|
3 <plugin> |
|
4 <extension |
|
5 point="org.eclipse.ui.editors.templates"> |
|
6 <include |
|
7 file="templates/carbide-templates.xml" |
|
8 translations="$nl$/templates/carbide-templates.properties"> |
|
9 </include> |
|
10 </extension> |
|
11 <extension |
|
12 id="AAA_projectUIActionSet" |
|
13 name="Project UI" |
|
14 point="org.eclipse.ui.actionSets"> |
|
15 <actionSet |
|
16 description="Declaration of the Carbide menu" |
|
17 id="AAA.com.nokia.carbide.cpp.ui.CarbideMenu" |
|
18 label="%carbideExtensions" |
|
19 visible="true"> |
|
20 <menu |
|
21 id="com.nokia.carbide.cpp.ui.CarbideMenu" |
|
22 label="&Carbide" |
|
23 path="additions"> |
|
24 <separator name="CarbideStart"/> |
|
25 <separator name="CarbideEnd"/> |
|
26 <separator name="CarbideExtensions"/> |
|
27 </menu> |
|
28 </actionSet> |
|
29 </extension> |
|
30 |
|
31 </plugin> |