diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.properties b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.properties index 4b82153703b..8ea66e5e002 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.properties @@ -18,11 +18,11 @@ # NLS_MESSAGEFORMAT_NONE # NLS_ENCODING=UTF-8 -pluginName = RSE FTP Files -providerName = Eclipse.org +pluginName=RSE FTP Files +providerName=Eclipse.org # Name of Extension Point -ftpListingParsersName = FTP Listing Parsers +extPoint.ftpListingParsers=FTP Directory Listing Parsers FtpSystemLabel=FTP Only FtpSystemDescription=Connection for FTP access to remote systems diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml index 79cb87e6cbe..410640fd188 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml +++ b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml @@ -46,7 +46,7 @@ Javier Montalvo Orus (Symbian) - improved autodetection of FTPListingParser - + - + Extension point that allows providing extra parsers for the FTP LIST command output.