blob: 8c2b5b2704ce180a1aead80df3881e9f428b0ab4 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="org.eclipse.ui.ide.filesystemSupport">
<filesystemContributor
class="org.eclipse.remote.internal.proxy.ui.ProxyFileSystemContributor"
label="Proxy"
scheme="proxy">
</filesystemContributor>
</extension>
<extension
point="org.eclipse.ui.preferenceTransfer">
<transfer
icon="icons/full/obj16/connection.gif"
id="org.eclipse.remote.proxy.transfer.connections"
name="%ProxyTransferConnections.name">
<mapping
scope="instance">
<entry
node="org.eclipse.remote.proxy.core/connections">
</entry>
</mapping>
<description>
%ProxyTransferConnections.description
</description>
</transfer>
</extension>
<extension
point="org.eclipse.remote.core.authenticator">
<authenticator
class="org.eclipse.remote.internal.proxy.ui.ProxyUserAuthenticator"
id="org.eclipse.remote.Proxy"
priority="0">
</authenticator>
</extension>
<extension
point="org.eclipse.remote.core.remoteServices">
<connectionTypeService
connectionTypeId="org.eclipse.remote.Proxy"
factory="org.eclipse.remote.internal.proxy.ui.ProxyUIConnectionService$Factory"
service="org.eclipse.remote.ui.IRemoteUIConnectionService">
</connectionTypeService>
<connectionTypeService
connectionTypeId="org.eclipse.remote.Proxy"
factory="org.eclipse.remote.ui.RemoteUIFileService$Factory"
service="org.eclipse.remote.ui.IRemoteUIFileService">
</connectionTypeService>
<connectionService
connectionTypeId="org.eclipse.remote.Proxy"
factory="org.eclipse.remote.internal.proxy.ui.ProxyUserAuthenticator$Factory"
service="org.eclipse.remote.core.IUserAuthenticatorService">
</connectionService>
</extension>
</plugin>