author | wpaul |
Mon, 13 Sep 2010 14:05:45 -0500 | |
changeset 22 | 0db329b41f7d |
parent 16 | a7167d9d3792 |
permissions | -rw-r--r-- |
0 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<?eclipse version="3.0"?> |
|
3 |
<plugin> |
|
4 |
<extension |
|
5 |
point="org.eclipse.ui.actionSets"> |
|
6 |
<actionSet |
|
7 |
description="HTI Console Tool's Actions" |
|
8 |
id="com.nokia.s60tools.hticonnection.actionSet" |
|
9 |
label="HTI Connection" |
|
10 |
visible="true"> |
|
11 |
<menu |
|
12 |
id="com.nokia.carbide.cpp.ui.CarbideMenu" |
|
13 |
label="&Carbide" |
|
14 |
path="additions"> |
|
15 |
<groupMarker name="additions"/> |
|
16 |
</menu> |
|
17 |
<action |
|
18 |
class="com.nokia.s60tools.hticonnection.actions.MainViewOpenAction" |
|
19 |
icon="icons/hti_console.png" |
|
20 |
id="com.nokia.s60tools.hticonnection.screen.actions.MainViewOpenAction" |
|
21 |
label="HTI Connection" |
|
22 |
menubarPath="com.nokia.carbide.cpp.ui.CarbideMenu/CarbideExtensions" |
|
23 |
style="push" |
|
24 |
tooltip="HTI Connection"/> |
|
25 |
</actionSet> |
|
26 |
</extension> |
|
16
a7167d9d3792
HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
27 |
|
a7167d9d3792
HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
28 |
<extension |
a7167d9d3792
HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
29 |
point="org.eclipse.ui.keywords"> |
a7167d9d3792
HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
30 |
<keyword |
a7167d9d3792
HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
31 |
id="com.nokia.s60tools.hticonnection.preferences.common" |
a7167d9d3792
HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
32 |
label="%htiApiPreference.common"> |
a7167d9d3792
HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
33 |
</keyword> |
a7167d9d3792
HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
34 |
</extension> |
a7167d9d3792
HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
35 |
|
0 | 36 |
<extension |
37 |
point="org.eclipse.ui.preferencePages"> |
|
38 |
<page |
|
39 |
category="com.nokia.carbide.cpp.preferences.ExtensionsPreferencesPage" |
|
40 |
class="com.nokia.s60tools.hticonnection.preferences.HtiApiPreferencePage" |
|
41 |
id="com.nokia.s60tools.hticonnection.preferences.HtiApiPreferencePage" |
|
16
a7167d9d3792
HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
42 |
name="HTI Connection"> |
a7167d9d3792
HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
43 |
<keywordReference |
a7167d9d3792
HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
44 |
id="com.nokia.s60tools.hticonnection.preferences.common"> |
a7167d9d3792
HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
45 |
</keywordReference> |
0 | 46 |
</page> |
47 |
</extension> |
|
48 |
<extension |
|
49 |
point="org.eclipse.ui.views"> |
|
50 |
<category |
|
51 |
id="com.nokia.s60tools" |
|
52 |
name="Carbide Extensions"/> |
|
53 |
<view |
|
54 |
category="com.nokia.s60tools" |
|
55 |
class="com.nokia.s60tools.hticonnection.ui.views.main.MainView" |
|
56 |
icon="icons/hti_console.png" |
|
57 |
id="com.nokia.s60tools.hticonnection.ui.views.main.MainView" |
|
58 |
name="HTI Connection"/> |
|
59 |
</extension> |
|
60 |
<extension |
|
61 |
point="com.nokia.carbide.remoteConnections.service"> |
|
62 |
<service |
|
63 |
class="com.nokia.s60tools.hticonnection.connection.HTIService"> |
|
64 |
</service> |
|
65 |
</extension> |
|
66 |
<extension |
|
67 |
point="com.nokia.carbide.remoteConnections.connectedServiceFactory"> |
|
68 |
<connectedServiceFactory |
|
69 |
class="com.nokia.s60tools.hticonnection.connection.HTIConnectedServiceFactory"> |
|
70 |
</connectedServiceFactory> |
|
71 |
</extension> |
|
72 |
||
73 |
</plugin> |