From 4892a31c45dd71f9a85bbd85096db5ea9c9f9eb5 Mon Sep 17 00:00:00 2001
From: Martin Oberhuber < martin.oberhuber@windriver.com>
Date: Fri, 18 May 2007 10:27:17 +0000
Subject: [PATCH] Change display name of ftpListingParsers -> FTP Directory
Listing Parsers
---
.../org.eclipse.rse.subsystems.files.ftp/plugin.properties | 6 +++---
rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml | 2 +-
.../schema/ftpListingParsers.exsd | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
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.