1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

Bug 461520: Fix user authentication service

Change-Id: I64873881d8f201cb708ac92e26dc1a150e838ddf
Signed-off-by: Greg Watson <g.watson@computer.org>
This commit is contained in:
Greg Watson 2015-06-05 12:05:24 -04:00
parent 79428df611
commit 7a5e2454ef

View file

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