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 "FAQ How do I create a feature?"

(See Also:)
 
(One intermediate revision by one other user not shown)
Line 17: Line 17:
  
  
[[FAQ_How_do_I_create_an_update_site_%28%3Ctt%3Esite.xml%3C%2Ftt%3E%29%3F How do I crate an "update site"?]]
+
[[FAQ_How_do_I_create_an_update_site_%28site.xml%29%3F | How do I create an "update site"?]]
  
  
<hr><font size=-2>This FAQ was originally published in [http://www.eclipsefaq.org Official Eclipse 3.0 FAQs]. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the [http://www.eclipse.org/legal/epl-v10.html Eclipse Public License v1.0].</font>
+
{{Template:FAQ_Tagline}}

Latest revision as of 13:54, 30 May 2013

Select File > New > Other... > Plug-in Development > Feature Project, and choose the plug-ins you want to add.


One important caveat is that in order for features to be installable using an update site, you have to specify a license agreement. Open the Feature Editor on your feature.xml file, select the Information tab, and enter the license text under the License Agreement section. For testing, a simple CPL 1.0 will do.


Q: How do you know if your project is a "Feature Project"? A: (I'm guessing) It has a feature.xml

See Also:

How do I create an "update site"?



This FAQ was originally published in Official Eclipse 3.0 FAQs. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the Eclipse Public License v1.0.

Back to the top