connectivity/com.nokia.carbide.remoteConnections.tests/plugin.xml
changeset 2 d760517a8095
child 163 b25acbfc406a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/connectivity/com.nokia.carbide.remoteConnections.tests/plugin.xml	Tue Mar 24 22:20:21 2009 -0500
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+   <extension
+         point="com.nokia.carbide.remoteConnections.connectionType">
+      <connectionType
+            class="com.nokia.carbide.remoteconnections.tests.extensions.IntervalConnectionType">
+      </connectionType>
+   </extension>
+   <extension
+         point="com.nokia.carbide.remoteConnections.service">
+      <service
+            class="com.nokia.carbide.remoteconnections.tests.extensions.RandomCycleService">
+      </service>
+   </extension>
+   <extension
+         point="com.nokia.carbide.remoteConnections.connectionType">
+      <connectionType
+            class="com.nokia.carbide.remoteconnections.tests.extensions.NoSettingsConnectionType">
+      </connectionType>
+   </extension>
+   <extension
+         point="com.nokia.carbide.remoteConnections.service">
+      <service
+            class="com.nokia.carbide.remoteconnections.tests.extensions.UnknownStatusService">
+      </service>
+   </extension>
+   <extension
+         point="org.eclipse.ui.actionSets">
+      <actionSet
+            id="com.nokia.carbide.remoteconnections.tests.extensions.actionSet"
+            label="Service Dialogs"
+            visible="true">
+         <action
+               class="com.nokia.carbide.remoteconnections.tests.extensions.RandomCycleServiceDialogAction"
+               id="com.nokia.carbide.remoteconnections.tests.randomCycle.action"
+               label="Random Cycle Service Dialog..."
+               menubarPath="help/TestServiceDialogs">
+         </action>
+         <action
+               class="com.nokia.carbide.remoteconnections.tests.extensions.UnknownStatusServiceDialogAction"
+               id="com.nokia.carbide.remoteconnections.tests.unknownStatus.action"
+               label="Unknown Status Service Dialog..."
+               menubarPath="help/TestServiceDialogs">
+         </action>
+      </actionSet>
+   </extension>
+   <extension
+         point="com.nokia.carbide.remoteConnections.extensionFilter">
+      <extensionFilter
+            class="com.nokia.carbide.remoteconnections.tests.extensions.TestFilter">
+      </extensionFilter>
+   </extension>
+   <extension
+         point="com.nokia.carbide.remoteConnections.connectedServiceFactory">
+      <connectedServiceFactory
+            class="com.nokia.carbide.remoteconnections.tests.extensions.ConnectedServiceFactory">
+      </connectedServiceFactory>
+   </extension>
+
+</plugin>