2013-09-11 11:38:26 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?eclipse version="3.2"?>
|
|
|
|
<plugin>
|
|
|
|
<extension
|
|
|
|
point="org.eclipse.ui.ide.filesystemSupport">
|
|
|
|
<filesystemContributor
|
2013-10-07 15:15:13 -04:00
|
|
|
class="org.eclipse.remote.internal.jsch.ui.JSchFileSystemContributor"
|
2013-09-11 11:38:26 -04:00
|
|
|
label="JSch"
|
|
|
|
scheme="ssh">
|
|
|
|
</filesystemContributor>
|
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
point="org.eclipse.ui.preferenceTransfer">
|
|
|
|
<transfer
|
|
|
|
icon="icons/full/obj16/connection.gif"
|
|
|
|
id="org.eclipse.remote.jsch.transfer.connections"
|
|
|
|
name="%JSchTransferConnections.name">
|
|
|
|
<mapping
|
|
|
|
scope="instance">
|
|
|
|
<entry
|
|
|
|
node="org.eclipse.remote.jsch.core/connections">
|
|
|
|
</entry>
|
|
|
|
</mapping>
|
|
|
|
<description>
|
|
|
|
%JSchTransferConnections.description
|
|
|
|
</description>
|
|
|
|
</transfer>
|
|
|
|
</extension>
|
2014-06-07 00:07:26 -04:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.remote.core.authenticator">
|
|
|
|
<authenticator
|
|
|
|
class="org.eclipse.remote.internal.jsch.ui.JSchUserAuthenticator"
|
|
|
|
id="org.eclipse.remote.JSch"
|
|
|
|
priority="0">
|
|
|
|
</authenticator>
|
|
|
|
</extension>
|
2015-01-27 16:06:02 -05:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.remote.core.remoteServices">
|
|
|
|
<connectionTypeService
|
|
|
|
connectionTypeId="org.eclipse.remote.JSch"
|
|
|
|
factory="org.eclipse.remote.internal.jsch.ui.JSchUIConnectionService$Factory"
|
|
|
|
service="org.eclipse.remote.ui.IRemoteUIConnectionService">
|
|
|
|
</connectionTypeService>
|
|
|
|
<connectionTypeService
|
|
|
|
connectionTypeId="org.eclipse.remote.JSch"
|
2016-08-30 22:11:05 -04:00
|
|
|
factory="org.eclipse.remote.ui.RemoteUIFileService$Factory"
|
2015-01-27 16:06:02 -05:00
|
|
|
service="org.eclipse.remote.ui.IRemoteUIFileService">
|
|
|
|
</connectionTypeService>
|
2015-06-05 12:05:24 -04:00
|
|
|
<connectionService
|
2015-03-12 21:39:43 -04:00
|
|
|
connectionTypeId="org.eclipse.remote.JSch"
|
|
|
|
factory="org.eclipse.remote.internal.jsch.ui.JSchUserAuthenticator$Factory"
|
|
|
|
service="org.eclipse.remote.core.IUserAuthenticatorService">
|
2015-06-05 12:05:24 -04:00
|
|
|
</connectionService>
|
2015-01-27 16:06:02 -05:00
|
|
|
</extension>
|
2013-09-11 11:38:26 -04:00
|
|
|
|
|
|
|
</plugin>
|