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

[176216] FTP sould provide API to allow clients register their own FTPListingParser

This commit is contained in:
Javier Montalvo Orus 2007-04-27 12:14:09 +00:00
parent 1580ebb837
commit cc5d054901

View file

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