The following will explain how to create an Eclipse feature project.
Create a Eclipse RCP application "de.vogella.featuretest.testplugin". Use the "RCP application with a view" as a template.
Create a feature project "de.vogella.featuretest.feature" via File ->New -> Other -> Plug-in Development -> "Feature Project".


In your new project you have now a file feature.xml. Select this file to get an editor to maintain the properties. For example change the name of your feature to the project name "de.vogella.featuretest.feature".

The tab "Plug-ins" allows you to change the plugins which are in the feature.

You have created a feature project. This feature project contains only one plugin but in general you would add a group of related plugins to your feature. The feature can then be the basis for building your software, for automatic update functionality and for creating launch configuration.

0 comments:
Post a Comment