How can I control which markets are displayed in the Eclipse Marketplace in my RCP application

I am using the Eclipse Marketplace client in my RCP application. I am also launching the Marketplace server to give my users the opportunity to choose from several installable modules that my company provides.

When a user views the Eclipse Marketplace in my RCP application, he sees many other servers on the market in addition to my usual ones, such as the Eclipse Marketplace, Yoxos Marketplace, Obeo Marketplace and Market Testing Solutions from BREDEX GmbH.

Is there a way to prevent the Eclipse Marketplace client from showing these other servers on the market?

+1
source share
2

URL- vm:

-Dorg.eclipse.epp.internal.mpc.core.service.DefaultCatalogService.url=http://mydomain.tld

. http://wiki.eclipse.org/Marketplace/REST

+4

Eclipse Market place MarketplaceWizardCommand. , API http://marketplace.eclipse.org/catalogs/api/p, .

.

  • ( ABC Marketplace)
  • ( ABC Marketplace)
  • .
  • Marketplace

MarketplaceClient.openMarketplaceWizard(List<CatalogDescriptor> catalogDescriptors)

+1

All Articles