author | dadubrow |
Wed, 11 Aug 2010 15:25:32 -0500 | |
changeset 1810 | 2ccd3660a736 |
parent 1752 | 34e87e5741a1 |
child 1963 | 718df81b3480 |
permissions | -rw-r--r-- |
1360 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<?eclipse version="3.4"?> |
|
3 |
<plugin> |
|
1609 | 4 |
<extension-point id="portalPage" name="Portal Page" schema="schema/portalPage.exsd"/> |
1684
c2eba6dabd38
refactor to allow better support for multiple layers
dadubrow
parents:
1616
diff
changeset
|
5 |
<extension-point id="portalPageLayer" name="Portal Page Layer" schema="schema/portalPageLayer.exsd"/> |
1360 | 6 |
<extension |
7 |
point="org.eclipse.help.contexts"> |
|
8 |
<contexts |
|
9 |
file="contexts.xml"> |
|
10 |
</contexts> |
|
11 |
</extension> |
|
1609 | 12 |
<extension |
13 |
point="org.eclipse.ui.editors"> |
|
14 |
<editor |
|
15 |
class="com.nokia.carbide.internal.discovery.ui.editor.PortalEditor" |
|
16 |
default="false" |
|
17 |
icon="icons/Carbide_c_icon_16x16.png" |
|
18 |
id="com.nokia.carbide.discovery.ui.portalEditor" |
|
1615 | 19 |
name="%menu.title"> |
1609 | 20 |
</editor> |
21 |
</extension> |
|
22 |
<extension |
|
23 |
point="org.eclipse.ui.commands"> |
|
24 |
<command |
|
1615 | 25 |
description="%portal.desc" |
1609 | 26 |
id="com.nokia.carbide.discovery.commands.launch" |
27 |
name="%menu.title"> |
|
28 |
</command> |
|
29 |
</extension> |
|
30 |
<extension point="org.eclipse.ui.handlers"> |
|
31 |
<handler |
|
32 |
class="com.nokia.carbide.internal.discovery.ui.command.LaunchHandler" |
|
33 |
commandId="com.nokia.carbide.discovery.commands.launch"> |
|
34 |
</handler> |
|
35 |
</extension> |
|
36 |
||
37 |
<extension point="org.eclipse.ui.menus"> |
|
38 |
<!-- Defines a new menu contribution to the Eclipse help menu --> |
|
39 |
<menuContribution |
|
40 |
locationURI="menu:help?after=helpEnd"> |
|
41 |
<command |
|
42 |
commandId="com.nokia.carbide.discovery.commands.launch" |
|
43 |
icon="icons/Carbide_c_icon_16x16.png" |
|
44 |
label="%menu.title" |
|
45 |
id="portalCommand"> |
|
46 |
</command> |
|
47 |
</menuContribution> |
|
48 |
</extension> |
|
49 |
<extension |
|
50 |
point="com.nokia.carbide.discovery.ui.portalPage"> |
|
51 |
<portalPage |
|
1734 | 52 |
class="com.nokia.carbide.internal.discovery.ui.view.SettingsBarCreator" |
1705 | 53 |
id="com.nokia.carbide.discovery.ui.customizePage" |
54 |
image="icons/icon-discovery.png" |
|
1684
c2eba6dabd38
refactor to allow better support for multiple layers
dadubrow
parents:
1616
diff
changeset
|
55 |
order="50" |
1721 | 56 |
title="%customize.title"> |
1705 | 57 |
</portalPage> |
58 |
<portalPage |
|
59 |
id="com.nokia.carbide.discovery.ui.homePage" |
|
1727
743cc54fdffe
more portal changes - add kits page + pref page links to customize
dadubrow
parents:
1721
diff
changeset
|
60 |
image="icons/icon_home.png" |
1705 | 61 |
order="1" |
1721 | 62 |
title="%home.title"> |
1609 | 63 |
</portalPage> |
64 |
<portalPage |
|
1705 | 65 |
id="com.nokia.carbide.discovery.ui.supportPage" |
66 |
image="icons/debug.png" |
|
67 |
order="100" |
|
1721 | 68 |
title="%support.title"> |
1609 | 69 |
</portalPage> |
1727
743cc54fdffe
more portal changes - add kits page + pref page links to customize
dadubrow
parents:
1721
diff
changeset
|
70 |
<portalPage |
743cc54fdffe
more portal changes - add kits page + pref page links to customize
dadubrow
parents:
1721
diff
changeset
|
71 |
id="com.nokia.carbide.discovery.ui.kitsPage" |
743cc54fdffe
more portal changes - add kits page + pref page links to customize
dadubrow
parents:
1721
diff
changeset
|
72 |
image="icons/Carbide_c_icon_16x16.png" |
743cc54fdffe
more portal changes - add kits page + pref page links to customize
dadubrow
parents:
1721
diff
changeset
|
73 |
order="75" |
743cc54fdffe
more portal changes - add kits page + pref page links to customize
dadubrow
parents:
1721
diff
changeset
|
74 |
title="Kits"> |
743cc54fdffe
more portal changes - add kits page + pref page links to customize
dadubrow
parents:
1721
diff
changeset
|
75 |
</portalPage> |
1705 | 76 |
</extension> |
77 |
<extension |
|
78 |
point="com.nokia.carbide.discovery.ui.portalPageLayer"> |
|
79 |
<portalPageLayer |
|
80 |
class="com.nokia.carbide.internal.discovery.ui.view.HomePage" |
|
1734 | 81 |
order="1" |
1721 | 82 |
pageId="com.nokia.carbide.discovery.ui.homePage" |
83 |
title="Forum Nokia"> |
|
1705 | 84 |
</portalPageLayer> |
85 |
<portalPageLayer |
|
1616 | 86 |
class="com.nokia.carbide.internal.discovery.ui.view.SupportPage" |
1721 | 87 |
pageId="com.nokia.carbide.discovery.ui.supportPage" |
88 |
title="Carbide Support"> |
|
1705 | 89 |
</portalPageLayer> |
90 |
<portalPageLayer |
|
91 |
class="com.nokia.carbide.internal.discovery.ui.view.InstallExtensionsPortalExtension" |
|
1734 | 92 |
order="50" |
1721 | 93 |
pageId="com.nokia.carbide.discovery.ui.customizePage" |
94 |
title="%install.layer.title"> |
|
95 |
</portalPageLayer> |
|
96 |
<portalPageLayer |
|
97 |
class="com.nokia.carbide.internal.discovery.ui.view.WrenchSciencePage" |
|
1734 | 98 |
order="30" |
1721 | 99 |
pageId="com.nokia.carbide.discovery.ui.homePage" |
100 |
title="%wrenchscience.title"> |
|
101 |
</portalPageLayer> |
|
102 |
<portalPageLayer |
|
103 |
class="com.nokia.carbide.internal.discovery.ui.view.CreatingCarbidePage" |
|
1734 | 104 |
order="25" |
1721 | 105 |
pageId="com.nokia.carbide.discovery.ui.homePage" |
106 |
title="%creatingcarbide.title"> |
|
1705 | 107 |
</portalPageLayer> |
1727
743cc54fdffe
more portal changes - add kits page + pref page links to customize
dadubrow
parents:
1721
diff
changeset
|
108 |
<portalPageLayer |
743cc54fdffe
more portal changes - add kits page + pref page links to customize
dadubrow
parents:
1721
diff
changeset
|
109 |
class="com.nokia.carbide.internal.discovery.ui.view.BugzillaPage" |
1734 | 110 |
order="100" |
111 |
pageId="com.nokia.carbide.discovery.ui.homePage" |
|
1727
743cc54fdffe
more portal changes - add kits page + pref page links to customize
dadubrow
parents:
1721
diff
changeset
|
112 |
title="Report Bugs"> |
743cc54fdffe
more portal changes - add kits page + pref page links to customize
dadubrow
parents:
1721
diff
changeset
|
113 |
</portalPageLayer> |
1734 | 114 |
<portalPageLayer |
115 |
class="com.nokia.carbide.internal.discovery.ui.view.PulsarPageLayer" |
|
116 |
order="25" |
|
117 |
pageId="com.nokia.carbide.discovery.ui.kitsPage" |
|
118 |
title="Install SDKs"> |
|
119 |
</portalPageLayer> |
|
1609 | 120 |
</extension> |
1752 | 121 |
<extension |
122 |
point="org.eclipse.equinox.p2.engine.actions"> |
|
123 |
<action |
|
124 |
class="org.eclipse.sequoyah.pulsar.internal.core.action.ExecuteAction" |
|
125 |
name="org.eclipse.equinox.p2.touchpoint.natives.execute" |
|
126 |
touchpointType="org.eclipse.equinox.p2.native" |
|
127 |
touchpointVersion="1.0.0" |
|
128 |
version="1.0.0"> |
|
129 |
</action> |
|
130 |
</extension> |
|
131 |
<extension |
|
132 |
point="org.eclipse.equinox.p2.engine.actions"> |
|
133 |
<action |
|
134 |
class="org.eclipse.sequoyah.pulsar.internal.core.action.UnzipAndExecuteAction" |
|
135 |
name="org.eclipse.equinox.p2.touchpoint.natives.unzipandexecute" |
|
136 |
touchpointType="org.eclipse.equinox.p2.native" |
|
137 |
touchpointVersion="1.0.0" |
|
138 |
version="1.0.0"> |
|
139 |
</action> |
|
140 |
</extension> |
|
1810
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
141 |
<extension |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
142 |
point="org.eclipse.ui.exportWizards"> |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
143 |
<wizard |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
144 |
category="org.eclipse.ui.Basic" |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
145 |
class="com.nokia.carbide.internal.discovery.ui.wizard.ExportWizard" |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
146 |
icon="icons/icon-discovery_exp.png" |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
147 |
id="com.nokia.carbide.discovery.ui.features.exportWizard" |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
148 |
name="Installed Feature Configuration"> |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
149 |
<description> |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
150 |
%Export.desc |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
151 |
</description> |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
152 |
</wizard> |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
153 |
</extension> |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
154 |
<extension |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
155 |
point="org.eclipse.ui.importWizards"> |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
156 |
<wizard |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
157 |
category="org.eclipse.ui.Basic" |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
158 |
class="com.nokia.carbide.internal.discovery.ui.wizard.ImportWizard" |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
159 |
icon="icons/icon-discovery.png" |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
160 |
id="com.nokia.carbide.discovery.ui.features.importWizard" |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
161 |
name="Installed Feature Configuration"> |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
162 |
<description> |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
163 |
%Import.desc |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
164 |
</description> |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
165 |
</wizard> |
2ccd3660a736
feature config exporter + non-functional importer
dadubrow
parents:
1752
diff
changeset
|
166 |
</extension> |
1360 | 167 |
|
168 |
</plugin> |