1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

Merge "Bug 461520: Fix user authentication service"

This commit is contained in:
Greg Watson 2015-06-05 12:12:49 -04:00 committed by Gerrit Code Review @ Eclipse.org
commit 0c09911da5

View file

@ -46,11 +46,11 @@
factory="org.eclipse.remote.internal.jsch.ui.JSchUIFileService$Factory" factory="org.eclipse.remote.internal.jsch.ui.JSchUIFileService$Factory"
service="org.eclipse.remote.ui.IRemoteUIFileService"> service="org.eclipse.remote.ui.IRemoteUIFileService">
</connectionTypeService> </connectionTypeService>
<connectionTypeService <connectionService
connectionTypeId="org.eclipse.remote.JSch" connectionTypeId="org.eclipse.remote.JSch"
factory="org.eclipse.remote.internal.jsch.ui.JSchUserAuthenticator$Factory" factory="org.eclipse.remote.internal.jsch.ui.JSchUserAuthenticator$Factory"
service="org.eclipse.remote.core.IUserAuthenticatorService"> service="org.eclipse.remote.core.IUserAuthenticatorService">
</connectionTypeService> </connectionService>
</extension> </extension>
</plugin> </plugin>