Is the Eclipse Marketplace Client Space API available / available?

I would like to use the Eclipse Marketplace Client API (MPC) to develop the Marketplace client client in my RCP application. I am developing my application under Eclipse Kepler (Service Release 1 - Build id: 20130919-0819).
I found a rather interesting guide to configure MPC here .
I carefully followed the instructions of the manual, but the proposed solution did not work in my case (internal error "java.lang.IllegalStateException: Workbench not yet created.").

This guide is quite old (2010), and I wonder if there is any other newer documentation, or if some of you guys can provide me with some new information about this. The questions I would like to answer include the following:

  • Can I create an individual version of the Marketplace client?
  • Is there any API for this?
  • Is there any documentation containing hints in this direction?

Any input is appreciated.

+3
source share
1 answer

Depending on your goals. If you want to add your own directory with your plugins, this is possible and not so difficult. If you want to create your own MPC and replace it with a standard one, I think it will be difficult.

I did not find any extension points or open interfaces that indicate that it is intended to be replaced or configured.

, , . . SO .

.

+1

All Articles