Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Talk:FAQ How do I create an Eclipse product?

In your plugin manifest (plugin.xml), define an extension to the org.eclipse.core.runtime.products extension point. In the extension, define the product id, name, and description.

There is no "product id" field in the extension defined above - but there is an "application" field.

Create a product configuration file (File > New > Other > Plugin Development > Product Configuration). Specify the product id as defined in your plugin manifest.

Because of my 1st point above, there is no "product id" specified in my plugin manifest. So what do I put here? I'm a confused Helios user...

I suggest to delete this article. It is absolutely not working and confusing. Dims (talk) 08:46, 18 December 2013 (EST)

Back to the top