Free tutorials for Java, Eclipse and Web programming



Follow me on twitter

Eclipse Feature Project- Tutorial

Lars Vogel

Version 0.5

01.06.2010

Revision History
Revision 0.130.11.2008Lars Vogel
Created Article
Revision 0.220.04.2009Lars Vogel
Added links to Eclipse RCP and Eclipse Plugin development
Revision 0.325.05.2009Lars Vogel
feature.xml described
Revision 0.403.02.2010Lars Vogel
Fixed missing part
Revision 0.501.06.2010Lars Vogel
Update to Eclipse 3.6 (Helios)

Eclipse Feature Project

This article describes the basic steps on how to create an Eclipse feature project.

This articles mainly exists because I need the description of how to create a feature in several articles. Instead of describing it several times I write it here once and link to it.


Table of Contents

1. Eclipse Feature Project
2. Creating a feature project
2.1. Create Plugin
2.2. Create Feature Project
2.3. Feature Project Properties
2.4. Finished
3. Thank you
4. Questions and Discussion
5. Links and Literature
5.1. Eclipse resources
5.2. vogella Resources

1. Eclipse Feature Project

A feature project is basically a list of plugins and other features which can be understood as a logical separate unit. As of Eclipse 3.6 features can be used as the basis for a launch configuration. Eclipse also uses feature projects for the updates manager and for the build process. You can also supply a software license which a feature.

The following description will focus on the creation of features. Feature can be used for grouping Eclipse Plugins or for the development of Eclipse RCP applications .