1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 06:45:43 +02:00

Add display name for ftpListingParsers extension point

This commit is contained in:
Martin Oberhuber 2007-05-17 06:21:57 +00:00
parent fc5fda951e
commit bb59761f3c
3 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -46,7 +46,7 @@ Javier Montalvo Orus (Symbian) - improved autodetection of FTPListingParser
</configuration>
</extension>
<extension-point id="ftpListingParsers" name="ftpListingParsers" schema="schema/ftpListingParsers.exsd"/>
<extension-point id="ftpListingParsers" name="%ftpListingParsersName" schema="schema/ftpListingParsers.exsd"/>
<extension point="org.eclipse.rse.subsystems.files.ftp.ftpListingParsers">
<parser

View file

@ -3,7 +3,7 @@
<schema targetNamespace="org.eclipse.rse.subsystems.files.ftp">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.rse.subsystems.files.ftp" id="ftpListingParsers" name="ftpListingParsers"/>
<meta.schema plugin="org.eclipse.rse.subsystems.files.ftp" id="ftpListingParsers" name="FTP Listing Parsers"/>
</appInfo>
<documentation>
Extension point that allows providing extra parsers for the FTP LIST command output.