0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<?eclipse version="3.0"?>
|
|
3 |
|
|
4 |
<!--
|
|
5 |
<copyright>
|
|
6 |
</copyright>
|
|
7 |
|
|
8 |
$Id$
|
|
9 |
-->
|
|
10 |
|
|
11 |
<plugin>
|
|
12 |
|
|
13 |
|
|
14 |
<extension
|
|
15 |
point = "org.eclipse.ui.newWizards">
|
|
16 |
<category
|
|
17 |
id = "org.eclipse.tdep.Wizard.category.ID"
|
|
18 |
name="%_UI_Wizard_category">
|
|
19 |
</category>
|
|
20 |
<wizard
|
|
21 |
id = "com.symbian.tef.script.presentation.ScriptModelWizardID"
|
|
22 |
name = "%_UI_ScriptModelWizard_label"
|
|
23 |
class = "com.symbian.tef.script.presentation.ScriptModelWizard"
|
|
24 |
category = "org.eclipse.tdep.Wizard.category.ID"
|
|
25 |
icon = "icons/full/obj16/ScriptModelFile.gif">
|
|
26 |
<description>%_UI_ScriptModelWizard_description</description>
|
|
27 |
<selection class = "org.eclipse.core.resources.IResource" />
|
|
28 |
</wizard>
|
|
29 |
</extension>
|
|
30 |
|
|
31 |
<extension point = "org.eclipse.ui.editors">
|
|
32 |
<editor
|
|
33 |
id = "com.symbian.tef.script.presentation.ScriptEditorID"
|
|
34 |
name = "%_UI_ScriptEditor_label"
|
|
35 |
icon = "icons/full/obj16/ScriptModelFile.gif"
|
|
36 |
extensions = "script"
|
|
37 |
class = "com.symbian.tef.script.presentation.ScriptEditor"
|
|
38 |
contributorClass="com.symbian.tef.script.presentation.ScriptActionBarContributor" >
|
|
39 |
</editor>
|
|
40 |
</extension>
|
|
41 |
<!--
|
|
42 |
<extension
|
|
43 |
point = "org.eclipse.ui.newWizards">
|
|
44 |
<category
|
|
45 |
id = "org.eclipse.emf.ecore.Wizard.category.ID"
|
|
46 |
name="%_UI_Wizard_category">
|
|
47 |
</category>
|
|
48 |
<wizard
|
|
49 |
id = "com.symbian.comment.presentation.CommentModelWizardID"
|
|
50 |
name = "%_UI_CommentModelWizard_label"
|
|
51 |
class = "com.symbian.comment.presentation.CommentModelWizard"
|
|
52 |
category = "org.eclipse.emf.ecore.Wizard.category.ID"
|
|
53 |
icon = "icons/full/obj16/CommentModelFile.gif">
|
|
54 |
<description>%_UI_CommentModelWizard_description</description>
|
|
55 |
<selection class = "org.eclipse.core.resources.IResource" />
|
|
56 |
</wizard>
|
|
57 |
</extension>
|
|
58 |
|
|
59 |
<extension point = "org.eclipse.ui.editors">
|
|
60 |
<editor
|
|
61 |
id = "com.symbian.comment.presentation.CommentEditorID"
|
|
62 |
name = "%_UI_CommentEditor_label"
|
|
63 |
icon = "icons/full/obj16/CommentModelFile.gif"
|
|
64 |
extensions = "comment"
|
|
65 |
class = "com.symbian.comment.presentation.CommentEditor"
|
|
66 |
contributorClass="com.symbian.comment.presentation.CommentActionBarContributor" >
|
|
67 |
</editor>
|
|
68 |
</extension>
|
|
69 |
|
|
70 |
<extension
|
|
71 |
point = "org.eclipse.ui.newWizards">
|
|
72 |
<category
|
|
73 |
id = "org.eclipse.emf.ecore.Wizard.category.ID"
|
|
74 |
name="%_UI_Wizard_category">
|
|
75 |
</category>
|
|
76 |
<wizard
|
|
77 |
id = "com.symbian.ini.presentation.IniModelWizardID"
|
|
78 |
name = "%_UI_IniModelWizard_label"
|
|
79 |
class = "com.symbian.ini.presentation.IniModelWizard"
|
|
80 |
category = "org.eclipse.emf.ecore.Wizard.category.ID"
|
|
81 |
icon = "icons/full/obj16/IniModelFile.gif">
|
|
82 |
<description>%_UI_IniModelWizard_description</description>
|
|
83 |
<selection class = "org.eclipse.core.resources.IResource" />
|
|
84 |
</wizard>
|
|
85 |
</extension>
|
|
86 |
|
|
87 |
<extension point = "org.eclipse.ui.editors">
|
|
88 |
<editor
|
|
89 |
id = "com.symbian.ini.presentation.IniEditorID"
|
|
90 |
name = "%_UI_IniEditor_label"
|
|
91 |
icon = "icons/full/obj16/IniModelFile.gif"
|
|
92 |
extensions = "ini"
|
|
93 |
class = "com.symbian.ini.presentation.IniEditor"
|
|
94 |
contributorClass="com.symbian.ini.presentation.IniActionBarContributor" >
|
|
95 |
</editor>
|
|
96 |
</extension> -->
|
|
97 |
</plugin>
|