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

Difference between revisions of "Talk:FAQ How do I create an Eclipse product?"

 
Line 7: Line 7:
 
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...
 
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.[[User:Dims12.mail.ru|Dims12.mail.ru]] ([[User talk:Dims12.mail.ru|talk]]) 08:45, 18 December 2013 (EST)
+
I suggest to delete this article. It is absolutely not working and confusing. [[User:Dims12.mail.ru|Dims]] ([[User talk:Dims12.mail.ru|talk]]) 08:46, 18 December 2013 (EST)

Latest revision as of 09:46, 18 December 2013

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