mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-26 17:53:55 +02:00
[331217] Changed the scp file subsystem priority to 120.
This commit is contained in:
parent
691d28e12a
commit
2a83846d2c
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,8 @@ which accompanies this distribution, and is available at
|
||||||
http://www.eclipse.org/legal/epl-v10.html
|
http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
|
||||||
Contributors:
|
Contributors:
|
||||||
Nikita Shulga - initial API and implementation
|
Nikita Shulga - initial API and implementation
|
||||||
|
Anna Dushistova(Mentor Graphics)- [331217] When creating an "SSH Only" connection, scp should not be selected by default
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<?eclipse version="3.1"?>
|
<?eclipse version="3.1"?>
|
||||||
|
@ -23,7 +24,7 @@ Nikita Shulga - initial API and implementation
|
||||||
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
||||||
id="scp.files"
|
id="scp.files"
|
||||||
name="%ScpFileSubsystemName"
|
name="%ScpFileSubsystemName"
|
||||||
priority="80"
|
priority="120"
|
||||||
serviceType="_scp-ssh._tcp"
|
serviceType="_scp-ssh._tcp"
|
||||||
systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.aix;org.eclipse.rse.systemtype.ssh"
|
systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.aix;org.eclipse.rse.systemtype.ssh"
|
||||||
vendor="%providerName">
|
vendor="%providerName">
|
||||||
|
|
Loading…
Add table
Reference in a new issue