From 7cc1112d1059cbdc160d8b3ef1f3794d942a2d91 Mon Sep 17 00:00:00 2001 From: David McKnight Date: Mon, 23 Oct 2006 13:43:56 +0000 Subject: [PATCH] documented api changes with inclusion of IProgressMonitor in SubSystem.list* apis --- releng/org.eclipse.rse.build/template/buildNotes.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php index 071e19872f7..082cea583e9 100755 --- a/releng/org.eclipse.rse.build/template/buildNotes.php +++ b/releng/org.eclipse.rse.build/template/buildNotes.php @@ -101,6 +101,11 @@ implementations which still reside in the UI plugin (these will be moved to core eventually, too). +
  • Renamed the RemoteProcessSubSystem interface to IRemoteProcessSubSystem to conform with naming conventions. +
  • +
  • Added IProgressMonitor parameter to the IRemoteFileSubSystem and IRemoteProcessSubSystem list APIs. Each of +these methods, such as listFiles(), now includes an IProgressMonitor as the last parameter. +