Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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?

Revision as of 09:46, 18 December 2013 by Dims12.mail.ru (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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