Adding a plug-in to a new feature
Procedure
- Open the Plug-in Development perspective.
- Click File > New > Project > Plug-in Development > Feature Project. The New Feature wizard opens.
- On the Feature Properties page, complete the following fields:
- Project name
- Type a name for the feature project.
- Feature ID
- Type an ID for the feature itself. The default value is the feature project name.
- Feature name
- Type a name for the feature. The default value is the feature project name.
- Feature version
- Enter a valid version ID. The default value is
1.0.0.qualifier
.
- Click Next.
- On the Referenced Plug-ins and Fragments page, select the checkbox for each plug-in that you want to add.
- Click Finish. The wizard creates the feature plug-in project, adds it to the Package Explorer, and opens the feature.xml file in the Feature Manifest editor.
- Close the Feature Manifest editor.