mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 04:55:22 +02:00
Bug 140344 - FTP should work to Windows systems as well.
This commit is contained in:
parent
433163302a
commit
e7cdb7ee94
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson,
|
|||
Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
||||
|
||||
Contributors:
|
||||
{Name} (company) - description of contribution.
|
||||
Javier Montalvo Orus (Symbian) - add Windows to list of valid FTP systems
|
||||
-->
|
||||
<?eclipse version="3.1"?>
|
||||
<plugin>
|
||||
|
@ -22,7 +22,7 @@ Contributors:
|
|||
<extension
|
||||
point="org.eclipse.rse.ui.subsystemConfiguration">
|
||||
<configuration
|
||||
systemTypes="Linux;Unix"
|
||||
systemTypes="Linux;Unix;Windows"
|
||||
name="%Files"
|
||||
description="%FilesDescription"
|
||||
iconlive="icons/full/obj16/systemfileslive_obj.gif"
|
||||
|
|
Loading…
Add table
Reference in a new issue