mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-01 21:35:40 +02:00
[176216] FTP sould provide API to allow clients register their own FTPListingParser
This commit is contained in:
parent
1580ebb837
commit
cc5d054901
1 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
# Martin Oberhuber (Wind River) - Use eclipse32.png feature image
|
# Martin Oberhuber (Wind River) - Use eclipse32.png feature image
|
||||||
|
# Javier Montalvo Orus (Symbian) - Fixing 176216 - [api] FTP sould provide API to allow clients register their own FTPListingParser
|
||||||
###############################################################################
|
###############################################################################
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
about.html,\
|
about.html,\
|
||||||
|
@ -16,6 +17,8 @@ bin.includes = META-INF/,\
|
||||||
.,\
|
.,\
|
||||||
about.ini,\
|
about.ini,\
|
||||||
about.mappings,\
|
about.mappings,\
|
||||||
eclipse32.png
|
eclipse32.png,\
|
||||||
|
plugin.xml,\
|
||||||
|
schema/
|
||||||
source.. = src/
|
source.. = src/
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
|
|
Loading…
Add table
Reference in a new issue