| Free tutorials for Java, Eclipse and Web programming |
Version 0.5
Copyright © 2008 - 2010 Lars Vogel
01.06.2010
| Revision History | ||
|---|---|---|
| Revision 0.1 | 30.11.2008 | Lars Vogel |
| Created Article | ||
| Revision 0.2 | 20.04.2009 | Lars Vogel |
| Added links to Eclipse RCP and Eclipse Plugin development | ||
| Revision 0.3 | 25.05.2009 | Lars Vogel |
| feature.xml described | ||
| Revision 0.4 | 03.02.2010 | Lars Vogel |
| Fixed missing part | ||
| Revision 0.5 | 01.06.2010 | Lars Vogel |
| Update to Eclipse 3.6 (Helios) | ||
Table of Contents
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 .