Bug 186525 - [api][breaking] Move core.comm and keystoreProviders extension point from UI to core
Summary: [api][breaking] Move core.comm and keystoreProviders extension point from UI ...
Status: RESOLVED FIXED
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 1.0.1   Edit
Hardware: All All
: P1 enhancement (vote)
Target Milestone: 2.0   Edit
Assignee: Martin Oberhuber CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks: 170923
  Show dependency tree
 
Reported: 2007-05-11 04:47 EDT by Martin Oberhuber CLA
Modified: 2008-08-13 13:18 EDT (History)
0 users

See Also:
mober.at+eclipse: pmc_approved+
uwe.st: review+
javier.montalvoorus: review+
ddykstal.eclipse: review+
kmunir: review+
dmcknigh: review+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Oberhuber CLA 2007-05-11 04:47:33 EDT
The keystoreProviders extension point is currently defined in org.eclipse.rse.ui, but there is no reason for not moving it into Core.

At the same time, the org.eclipse.rse.core.comm package should be moved to the org.eclipse.rse.core plugin (which is not even an API change since the package name would remain the same).
Comment 1 Martin Oberhuber CLA 2007-05-11 17:46:34 EDT
Change complete. Checkin comment:
[186525] Move keystoreProviders extension point to org.eclipse.rse.core

Migration Docs:
In existing keystoreProviders extension (in plugin.xml), simply replace the
extension point id from
  org.eclipse.rse.ui.keystoreProviders
by
  org.eclipse.rse.core.keystoreProviders

It may also be necessary to import org.eclipse.rse.core in MANIFEST.MF unless the import is already there, becasause it was a transitive dependency before the change already.
Comment 2 Martin Oberhuber CLA 2008-08-13 13:18:23 EDT
[target cleanup] 2.0 M7 was the original target milestone for this bug