[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[tm-cvs-commit] moberhuber org.eclipse.tm.rse/plugins/org.eclipse.rse.subsystems.files.ftp plugin.xml plugin.properties
|
- From: Eclipse CVS Genie <genie@xxxxxxxxxxx>
- Date: Thu, 21 Jul 2011 21:13:35 +0000
- Delivered-to: tm-cvs-commit@eclipse.org
Update of /cvsroot/tools/org.eclipse.tm.rse/plugins/org.eclipse.rse.subsystems.files.ftp
In directory dev1:/tmp/cvs-serv12272
Modified Files:
plugin.xml plugin.properties
Log Message:
Bug 352800 - [ftp] Empty listing when connecting a WFTPD server on Windows
Index: plugin.properties
===================================================================
RCS file: /cvsroot/tools/org.eclipse.tm.rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.properties,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** plugin.properties 4 Jan 2011 21:26:09 -0000 1.16
--- plugin.properties 21 Jul 2011 21:13:33 -0000 1.17
***************
*** 33,36 ****
--- 33,37 ----
FTPParser.UNIX=UNIX
FTPParser.MVS=MVS
+ FTPParser.WFTPD=Windows WFTPD
FTPParser.WinNT=WinNT
FTPParser.OS2=OS2
Index: plugin.xml
===================================================================
RCS file: /cvsroot/tools/org.eclipse.tm.rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** plugin.xml 27 May 2009 23:20:42 -0000 1.39
--- plugin.xml 21 Jul 2011 21:13:33 -0000 1.40
***************
*** 1,5 ****
<?xml version="1.0" encoding="UTF-8"?>
<!--
! Copyright (c) 2006, 2009 IBM 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
--- 1,5 ----
<?xml version="1.0" encoding="UTF-8"?>
<!--
! Copyright (c) 2006, 2011 IBM 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
***************
*** 63,66 ****
--- 63,73 ----
</parser>
<parser
+ class="org.apache.commons.net.ftp.parser.UnixFTPEntryParser"
+ id="org.eclipse.rse.ftp.parser.WFTPD"
+ label="%FTPParser.WFTPD"
+ priority="100"
+ systemTypeRegex="MSDOS.*WFTPD.*">
+ </parser>
+ <parser
class="org.apache.commons.net.ftp.parser.MVSFTPEntryParser"
systemTypeRegex=".*[Mm][Vv][Ss].*"