0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<?eclipse version="3.2"?>
|
|
3 |
<plugin>
|
|
4 |
|
|
5 |
<extension
|
|
6 |
point="org.eclipse.core.runtime.products"
|
|
7 |
id="product">
|
|
8 |
<product name="Metadata Editor" application="org.eclipse.ui.ide.workbench" >
|
|
9 |
<property name="appName" value="Carbide.c++ Extensions - Metadata Editor"/>
|
|
10 |
</product>
|
|
11 |
|
|
12 |
</extension>
|
|
13 |
<extension
|
|
14 |
point="org.eclipse.ui.editors">
|
|
15 |
<editor
|
|
16 |
class="com.nokia.s60tools.metadataeditor.editors.APIMetadataEditor"
|
|
17 |
contributorClass="org.eclipse.ui.texteditor.BasicTextEditorActionContributor"
|
|
18 |
default="true"
|
|
19 |
extensions="metaxml"
|
|
20 |
icon="icons/metadata_file.png"
|
|
21 |
id="com.nokia.s60tools.metadataeditor.editors.APIMetadataEditor"
|
|
22 |
name="Metadata Editor">
|
|
23 |
</editor>
|
|
24 |
</extension>
|
|
25 |
<extension
|
|
26 |
name="Create a Metadata file"
|
|
27 |
point="org.eclipse.ui.newWizards">
|
|
28 |
<category
|
|
29 |
id="com.nokia.s60tools"
|
|
30 |
name="Carbide Extensions"/>
|
|
31 |
<wizard
|
|
32 |
category="com.nokia.s60tools"
|
|
33 |
class="com.nokia.s60tools.metadataeditor.wizards.APIMetadataFileNewWizard"
|
|
34 |
descriptionImage="icons/metadata_editor_55.png"
|
|
35 |
icon="icons/metadata_file.png"
|
|
36 |
id="com.nokia.s60tools.metadataeditor.wizards.APIMetadataFileNewWizard"
|
|
37 |
name="API metadata file"
|
|
38 |
>
|
|
39 |
<description>Create a Metadata file</description>
|
|
40 |
</wizard>
|
|
41 |
</extension>
|
|
42 |
|
|
43 |
<extension
|
|
44 |
point="org.eclipse.ui.actionSets">
|
|
45 |
<actionSet
|
|
46 |
description="API Metadata Editor Actions"
|
|
47 |
id="com.nokia.s60tools.metadataeditor.ui.actionSet"
|
|
48 |
label="Metadata Editor"
|
|
49 |
visible="true">
|
|
50 |
<action
|
|
51 |
class="com.nokia.s60tools.metadataeditor.ui.actions.ToolsMenuAction"
|
|
52 |
icon="icons/metadata_editor_16.png"
|
|
53 |
id="com.nokia.s60tools.metadataeditor.ui.actions.ToolsMenuAction"
|
|
54 |
label="API Metadata Editor"
|
|
55 |
menubarPath="com.nokia.carbide.cpp.ui.CarbideMenu/CarbideExtensions"
|
|
56 |
style="push"
|
|
57 |
tooltip="%view.Tooltip"/>
|
|
58 |
<menu
|
|
59 |
id="com.nokia.carbide.cpp.ui.CarbideMenu"
|
|
60 |
label="Carbide"
|
|
61 |
path="additions">
|
|
62 |
<groupMarker name="additions"/>
|
|
63 |
</menu>
|
|
64 |
</actionSet>
|
|
65 |
</extension>
|
|
66 |
|
|
67 |
|
|
68 |
</plugin>
|