Skip to main content



      Home
Home » Eclipse Projects » Marketplace Client Project » Where can I find the feature ids required for a marketplace entry?
Where can I find the feature ids required for a marketplace entry? [message #1743807] Mon, 19 September 2016 15:30 Go to next message
Eclipse UserFriend
I'm trying to create a new Marketplace entry for a new plugin that I'm responsible for (although I still feel perenially new to Eclipse plugin development).

The entry form at https://marketplace.eclipse.org/node/add/resource is telling me that I need to enter the "feature ids" that are defined in the "site.xml" file. However, my update site doesn't have a "site.xml" file, and I can't find anything like a "feature id" in any of the other metadata files in the update site.'

For background, the following is my update site URL: https://nexus.opendaylight.org/content/sites/p2repos/org.opendaylight.yangide/release/ .

What do I need to provide here?
Re: Where can I find the feature ids required for a marketplace entry? [message #1743871 is a reply to message #1743807] Tue, 20 September 2016 06:20 Go to previous messageGo to next message
Eclipse UserFriend
You'll need the Feature's ID as specified in the feature.xml file:

<feature
      id="org.opendaylight.yangide.feature"


Alternatively, have a look at your update site's features/ directory and take the part of the jar file's name before the _[version].jar. If you didn't do any fancy packaging magic to your update site, that will be your feature id.
Re: Where can I find the feature ids required for a marketplace entry? [message #1743940 is a reply to message #1743871] Tue, 20 September 2016 16:40 Go to previous message
Eclipse UserFriend
Thanks. It was easy enough to get to the feature.xml files in the source tree. I should have realized that.
Previous Topic:Hunspell4eclipse
Next Topic:How to associate file extents with a marketplace entry?
Goto Forum:
  


Current Time: Mon Apr 28 19:12:10 EDT 2025

Powered by FUDForum. Page generated in 0.02473 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top