From cc5d054901c1de8e8e1f01a43d8f3720a4ea95b6 Mon Sep 17 00:00:00 2001 From: Javier Montalvo Orus Date: Fri, 27 Apr 2007 12:14:09 +0000 Subject: [PATCH] [176216] FTP sould provide API to allow clients register their own FTPListingParser --- .../org.eclipse.rse.services.files.ftp/build.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rse/plugins/org.eclipse.rse.services.files.ftp/build.properties b/rse/plugins/org.eclipse.rse.services.files.ftp/build.properties index 8b607c7c4f1..60ac669df60 100644 --- a/rse/plugins/org.eclipse.rse.services.files.ftp/build.properties +++ b/rse/plugins/org.eclipse.rse.services.files.ftp/build.properties @@ -8,6 +8,7 @@ # Contributors: # IBM Corporation - initial API and implementation # 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/,\ about.html,\ @@ -16,6 +17,8 @@ bin.includes = META-INF/,\ .,\ about.ini,\ about.mappings,\ - eclipse32.png + eclipse32.png,\ + plugin.xml,\ + schema/ source.. = src/ output.. = bin/