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 182f9f1c0d0..4b82153703b 100644
--- a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.properties
+++ b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.properties
@@ -21,6 +21,9 @@
pluginName = RSE FTP Files
providerName = Eclipse.org
+# Name of Extension Point
+ftpListingParsersName = FTP 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 9d05785b4f4..79cb87e6cbe 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.