mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 10:05:24 +02:00
Bug 160168 - add an FTP Only system type
This commit is contained in:
parent
83398e16fd
commit
31af8d1443
2 changed files with 14 additions and 6 deletions
|
@ -17,5 +17,8 @@
|
||||||
pluginName = RSE FTP Files
|
pluginName = RSE FTP Files
|
||||||
providerName = Eclipse.org
|
providerName = Eclipse.org
|
||||||
|
|
||||||
|
FtpSystemName=FTP Only
|
||||||
|
FtpSystemDescription=Connection for FTP access to remote systems
|
||||||
|
|
||||||
Files=Files
|
Files=Files
|
||||||
FilesDescription=This configuration allows you to work with files on local or remote systems using the FTP protocol.
|
FilesDescription=This configuration allows you to work with files on local or remote systems using the FTP protocol.
|
|
@ -13,16 +13,21 @@ Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
||||||
|
|
||||||
Contributors:
|
Contributors:
|
||||||
Javier Montalvo Orús (Symbian) - add Windows to list of valid FTP systems
|
Javier Montalvo Orús (Symbian) - add Windows to list of valid FTP systems
|
||||||
|
Martin Oberhuber (WindRiver) - add FTP Only system type
|
||||||
-->
|
-->
|
||||||
<?eclipse version="3.1"?>
|
<?eclipse version="3.1"?>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
<extension point="org.eclipse.rse.core.systemTypes">
|
||||||
|
<systemType
|
||||||
|
description="%FtpSystemDescription"
|
||||||
<extension
|
icon="icons/full/obj16/systemfiles_obj.gif"
|
||||||
point="org.eclipse.rse.ui.subsystemConfigurations">
|
iconLive="icons/full/obj16/systemfileslive_obj.gif"
|
||||||
|
id="org.eclipse.rse.systemtype.ftp"
|
||||||
|
name="FTP Only"/>
|
||||||
|
</extension>
|
||||||
|
<extension point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||||
<configuration
|
<configuration
|
||||||
systemTypes="Linux;Unix;Windows"
|
systemTypes="Linux;Unix;Windows;FTP Only"
|
||||||
name="%Files"
|
name="%Files"
|
||||||
description="%FilesDescription"
|
description="%FilesDescription"
|
||||||
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
||||||
|
|
Loading…
Add table
Reference in a new issue