1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

Bug 160168 - add an FTP Only system type

This commit is contained in:
Martin Oberhuber 2006-10-08 23:04:12 +00:00
parent 83398e16fd
commit 31af8d1443
2 changed files with 14 additions and 6 deletions

View file

@ -17,5 +17,8 @@
pluginName = RSE FTP Files
providerName = Eclipse.org
FtpSystemName=FTP Only
FtpSystemDescription=Connection for FTP access to remote systems
Files=Files
FilesDescription=This configuration allows you to work with files on local or remote systems using the FTP protocol.

View file

@ -13,16 +13,21 @@ Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
Contributors:
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"?>
<plugin>
<extension
point="org.eclipse.rse.ui.subsystemConfigurations">
<extension point="org.eclipse.rse.core.systemTypes">
<systemType
description="%FtpSystemDescription"
icon="icons/full/obj16/systemfiles_obj.gif"
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
systemTypes="Linux;Unix;Windows"
systemTypes="Linux;Unix;Windows;FTP Only"
name="%Files"
description="%FilesDescription"
iconlive="icons/full/obj16/systemfileslive_obj.gif"