Bug 221138 - [api][breaking] Get rid of deprecated SystemSelectRemoteFileOrFolderDialog
Summary: [api][breaking] Get rid of deprecated SystemSelectRemoteFileOrFolderDialog
Status: CLOSED FIXED
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.0 M6   Edit
Assignee: Xuan Chen CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: api
Depends on: 187014
Blocks: 225506
  Show dependency tree
 
Reported: 2008-03-03 08:47 EST by Martin Oberhuber CLA
Modified: 2010-11-26 11:30 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.