Bug 221138

Summary: [api][breaking] Get rid of deprecated SystemSelectRemoteFileOrFolderDialog
Product: [Tools] Target Management Reporter: Martin Oberhuber <mober.at+eclipse>
Component: RSEAssignee: Xuan Chen <xuanchen>
Status: CLOSED FIXED QA Contact: Martin Oberhuber <mober.at+eclipse>
Severity: normal    
Priority: P3 Keywords: api
Version: 3.0   
Target Milestone: 3.0 M6   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on: 187014    
Bug Blocks: 225506    

Description Martin Oberhuber CLA 2008-03-03 08:47:10 EST
+++ This bug was initially created as a clone of Bug #220999 +++

SystemSelectRemoteFileOrFolderDialog has been marked deprecated as per bug 187014. It should be removed from RSE with 3.0M6.

This will also affect SaveAsDialog, SaveAsForm, SystemSelectRemoteFolderAction. SystemSelectRemoteFolderAction should be changed as indicated in bug 220999 comment 1.

Note that SaveAsDialog could perhaps be made "internal" with a factory method somewhere else, since we have ISaveAsDialog.
Comment 1 Xuan Chen CLA 2008-04-09 13:24:56 EDT
I've created a "org.eclipse.rse.internal.files.ui.dialogs" package inside org.eclipse.rse.files.ui plugin, and move SystemSelectRemoteFileOrFolderDialog to the new internal package.

I've committed the fix to cvs.
Comment 2 Xuan Chen CLA 2010-11-26 11:30:03 EST
Close it.