blob: 0d03a26753a8bea3cbcb17267b19da58785fe6a0 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.remote.core.remoteServices">
<connectionType
id="org.eclipse.remote.telnet.core.connectionType"
name="Telnet">
</connectionType>
<connectionService
connectionTypeId="org.eclipse.remote.telnet.core.connectionType"
factory="org.eclipse.remote.telnet.core.TelnetConnection$Factory"
service="org.eclipse.remote.core.IRemoteConnectionControlService">
</connectionService>
<connectionService
connectionTypeId="org.eclipse.remote.telnet.core.connectionType"
factory="org.eclipse.remote.telnet.core.TelnetConnection$Factory"
service="org.eclipse.remote.core.IRemoteConnectionHostService">
</connectionService>
<connectionService
connectionTypeId="org.eclipse.remote.telnet.core.connectionType"
factory="org.eclipse.remote.telnet.core.TelnetConnection$Factory"
service="org.eclipse.remote.core.IRemoteCommandShellService">
</connectionService>
<connectionService
connectionTypeId="org.eclipse.remote.telnet.core.connectionType"
factory="org.eclipse.remote.telnet.core.TelnetConnection$Factory"
service="org.eclipse.remote.telnet.core.TelnetConnection">
</connectionService>
</extension>
</plugin>