2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<?eclipse version="3.2"?>
|
|
3 |
<plugin>
|
|
4 |
<extension
|
|
5 |
point="com.nokia.carbide.remoteConnections.connectionType">
|
|
6 |
<connectionType
|
|
7 |
class="com.nokia.carbide.remoteconnections.tests.extensions.IntervalConnectionType">
|
|
8 |
</connectionType>
|
|
9 |
</extension>
|
|
10 |
<extension
|
|
11 |
point="com.nokia.carbide.remoteConnections.service">
|
|
12 |
<service
|
|
13 |
class="com.nokia.carbide.remoteconnections.tests.extensions.RandomCycleService">
|
|
14 |
</service>
|
|
15 |
</extension>
|
|
16 |
<extension
|
|
17 |
point="com.nokia.carbide.remoteConnections.connectionType">
|
|
18 |
<connectionType
|
|
19 |
class="com.nokia.carbide.remoteconnections.tests.extensions.NoSettingsConnectionType">
|
|
20 |
</connectionType>
|
|
21 |
</extension>
|
|
22 |
<extension
|
|
23 |
point="com.nokia.carbide.remoteConnections.service">
|
|
24 |
<service
|
|
25 |
class="com.nokia.carbide.remoteconnections.tests.extensions.UnknownStatusService">
|
|
26 |
</service>
|
|
27 |
</extension>
|
|
28 |
<extension
|
|
29 |
point="org.eclipse.ui.actionSets">
|
|
30 |
<actionSet
|
|
31 |
id="com.nokia.carbide.remoteconnections.tests.extensions.actionSet"
|
|
32 |
label="Service Dialogs"
|
|
33 |
visible="true">
|
|
34 |
<action
|
|
35 |
class="com.nokia.carbide.remoteconnections.tests.extensions.RandomCycleServiceDialogAction"
|
|
36 |
id="com.nokia.carbide.remoteconnections.tests.randomCycle.action"
|
|
37 |
label="Random Cycle Service Dialog..."
|
|
38 |
menubarPath="help/TestServiceDialogs">
|
|
39 |
</action>
|
|
40 |
<action
|
|
41 |
class="com.nokia.carbide.remoteconnections.tests.extensions.UnknownStatusServiceDialogAction"
|
|
42 |
id="com.nokia.carbide.remoteconnections.tests.unknownStatus.action"
|
|
43 |
label="Unknown Status Service Dialog..."
|
|
44 |
menubarPath="help/TestServiceDialogs">
|
|
45 |
</action>
|
|
46 |
</actionSet>
|
|
47 |
</extension>
|
|
48 |
<extension
|
|
49 |
point="com.nokia.carbide.remoteConnections.extensionFilter">
|
|
50 |
<extensionFilter
|
|
51 |
class="com.nokia.carbide.remoteconnections.tests.extensions.TestFilter">
|
|
52 |
</extensionFilter>
|
|
53 |
</extension>
|
|
54 |
<extension
|
|
55 |
point="com.nokia.carbide.remoteConnections.connectedServiceFactory">
|
|
56 |
<connectedServiceFactory
|
|
57 |
class="com.nokia.carbide.remoteconnections.tests.extensions.ConnectedServiceFactory">
|
|
58 |
</connectedServiceFactory>
|
|
59 |
</extension>
|
|
60 |
|
|
61 |
</plugin>
|