Reputation: 5325
For eclipse rcp applications, if we want to add a new feature and that needs to be installed through update manager, dont we need to create update site?
Request to clarify my following doubts.
http://wiki.eclipse.org/Equinox/p2/Adding_Self-Update_to_an_RCP_Application
http://www.ralfebert.de/blog/eclipsercp/p2_updates_tutorial/
These two examples show check for updates and install new software. what is here check for updates and Install new software?
Upvotes: 0
Views: 170
Reputation: 44535
Check for updates checks all known update sites for new versions of plugins and features, which are already installed in your application. With Install new software you can install new plugins (and specify new update sites).
Upvotes: 1