mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-18 06:25:23 +02:00
23 lines
882 B
XML
23 lines
882 B
XML
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<?eclipse version="3.4"?>
|
||
|
<plugin>
|
||
|
<extension
|
||
|
point="org.eclipse.remote.core.remoteServices">
|
||
|
<connectionType
|
||
|
id="org.eclipse.remote.serial.core.connectionType"
|
||
|
name="Serial Port">
|
||
|
</connectionType>
|
||
|
<connectionService
|
||
|
connectionTypeId="org.eclipse.remote.serial.core.connectionType"
|
||
|
factory="org.eclipse.remote.serial.core.SerialPortConnection$Factory"
|
||
|
service="org.eclipse.remote.serial.core.ISerialPortService">
|
||
|
</connectionService>
|
||
|
<connectionService
|
||
|
connectionTypeId="org.eclipse.remote.serial.core.connectionType"
|
||
|
factory="org.eclipse.remote.serial.core.SerialPortConnection$Factory"
|
||
|
service="org.eclipse.remote.core.IRemoteCommandShellService">
|
||
|
</connectionService>
|
||
|
</extension>
|
||
|
|
||
|
</plugin>
|