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:
commit
0c09911da5
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue