If I download Eclipse 3.7.2 I get the markeplace functionality with some predefined public marketplaces; Eclipse.org marketplace, Yoxos marketplace, Obeo marketplace and Testing solutions marketplace.
If I want to remove one or more of these, or add a link to my own marketplace, how would I do that?
Edit: Found out how to add my own marketplace: http://wiki.eclipse.org/EPP/MPC/Developer_Guide
Ok, this is what I've figured out so far.
The markeplace client has an extensionpoint,
org.eclipse.epp.mpc.ui.catalog
, where a catalog is defined. As I understand it, that entry shall lead to a URL that implements a certain REST api and that url defines which Marketplaces are available.The client is per default set up to connect to http://marketplace.eclipse.org/catalogs/api/p where the four marketplaces are listed.
So it seems I would have to:
In short; Way to much work for me at this time. :)
My references: