Bug 197480 - [dstore][api] org.eclipse.rse.services.dstore should not depend on org.eclipse.ui
Summary: [dstore][api] org.eclipse.rse.services.dstore should not depend on org.eclips...
Status: RESOLVED FIXED
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.0 M3   Edit
Assignee: David McKnight CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2007-07-23 09:07 EDT by Martin Oberhuber CLA
Modified: 2007-11-05 12:43 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 2007-07-23 09:07:30 EDT
The RSE Services Layer should be free from UI dependencies.

But in the org.eclipse.rse.services.dstore plugin, 
  org.eclipse.rse.services.dstore.util package,
there are dependencies to SWT (Shell used in API as parameter, Display used in code). 

Either the package should be refactored to avoid usage of UI, or the package must be moved to a different plugin.
Comment 1 David McKnight CLA 2007-11-05 12:43:06 EST
I've removed the UI dependencies from this plugin.