mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
Change display name of ftpListingParsers -> FTP Directory Listing Parsers
This commit is contained in:
parent
feb24c7ed7
commit
4892a31c45
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -46,7 +46,7 @@ Javier Montalvo Orus (Symbian) - improved autodetection of FTPListingParser
|
|||
</configuration>
|
||||
</extension>
|
||||
|
||||
<extension-point id="ftpListingParsers" name="%ftpListingParsersName" schema="schema/ftpListingParsers.exsd"/>
|
||||
<extension-point id="ftpListingParsers" name="%extPoint.ftpListingParsers" schema="schema/ftpListingParsers.exsd"/>
|
||||
|
||||
<extension point="org.eclipse.rse.subsystems.files.ftp.ftpListingParsers">
|
||||
<parser
|
||||
|
|
|
@ -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="FTP Listing Parsers"/>
|
||||
<meta.schema plugin="org.eclipse.rse.subsystems.files.ftp" id="ftpListingParsers" name="FTP Directory Listing Parsers"/>
|
||||
</appInfo>
|
||||
<documentation>
|
||||
Extension point that allows providing extra parsers for the FTP LIST command output.
|
||||
|
|
Loading…
Add table
Reference in a new issue