1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00
cdt/rse/plugins/org.eclipse.rse.subsystems.files.scp/plugin.xml

33 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2009, 2010 Mentor Graphics Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
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"?>
<plugin>
<extension
point="org.eclipse.rse.core.subsystemConfigurations">
<configuration
category="files"
class="org.eclipse.rse.subsystems.files.scp.ScpFileSubSystemConfiguration"
description="%ScpFileSubsystemName"
icon="icons/full/obj16/systemfiles_obj.gif"
iconlive="icons/full/obj16/systemfileslive_obj.gif"
id="scp.files"
name="%ScpFileSubsystemName"
priority="120"
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"
vendor="%providerName">
</configuration>
</extension>
</plugin>