Adding a plug-in to a new feature

Procedure

  1. Open the Plug-in Development perspective.
  2. Click File > New > Project > Plug-in Development > Feature Project.
    The New Feature wizard opens.
  3. 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.
  4. Click Next.
  5. On the Referenced Plug-ins and Fragments page, select the checkbox for each plug-in that you want to add.
  6. 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.
  7. Close the Feature Manifest editor.