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. +