2015-04-07 10:30:57 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?eclipse version="3.4"?>
|
|
|
|
<plugin>
|
|
|
|
<extension
|
|
|
|
point="org.eclipse.remote.core.remoteServices">
|
|
|
|
<connectionTypeService
|
|
|
|
connectionTypeId="org.eclipse.remote.serial.core.connectionType"
|
|
|
|
factory="org.eclipse.remote.serial.internal.ui.SerialPortConnectionsUI$Factory"
|
|
|
|
service="org.eclipse.remote.ui.IRemoteUIConnectionService">
|
|
|
|
</connectionTypeService>
|
2016-04-06 17:28:18 -04:00
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
point="org.eclipse.ui.propertyPages">
|
|
|
|
<page
|
|
|
|
class="org.eclipse.remote.serial.ui.SerialPortConnectionPropertyPage"
|
|
|
|
id="org.eclipse.remote.serial.ui.targetPropertyPage"
|
|
|
|
name="Serial Port Settings"
|
|
|
|
selectionFilter="single">
|
|
|
|
<enabledWhen>
|
|
|
|
<adapt type="org.eclipse.remote.core.IRemoteConnection">
|
|
|
|
<test
|
2016-05-03 14:31:34 -04:00
|
|
|
property="org.eclipse.remote.core.isConnectionType"
|
|
|
|
value="org.eclipse.remote.serial.core.connectionType"/>
|
2016-04-06 17:28:18 -04:00
|
|
|
</adapt>
|
|
|
|
</enabledWhen>
|
|
|
|
</page>
|
|
|
|
</extension>
|
2015-04-07 10:30:57 -04:00
|
|
|
</plugin>
|