author | timkelly |
Tue, 11 May 2010 15:47:50 -0500 | |
changeset 1347 | 22abc3a66090 |
parent 719 | a6f7bb38d188 |
child 1591 | e909ab661a7a |
permissions | -rw-r--r-- |
<?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> <extension point="com.nokia.carbide.remoteConnections.service"> <service class="com.nokia.carbide.remoteconnections.tests.extensions.DefaultProvidingTCPIPService"> </service> </extension> <extension point="com.nokia.carbide.remoteConnections.deviceDiscoveryAgent"> <deviceDiscoveryAgent class="com.nokia.carbide.remoteconnections.tests.discovery.RandomDiscoveryAgent"> </deviceDiscoveryAgent> </extension> </plugin>