Similar to plug-ins and fragments, PDE treats platform features as projects. PDE attaches a special "feature" capability to these projects to be able to run nature-specific builders. The project must have a feature manifest.
PDE provides a wizard for setting up a feature project. Typically, you use this wizard to set up a feature once you are done developing plug-ins and fragments. However, you can create the feature at any stage of development and add new plug-ins later.
Assuming that you have followed the previous examples, you should have "XYZ Plug-in" and "German Fragment" in your workspace already. We will create a sample feature and package these artifacts to be ready for delivery.
You should now have the "com.example.feature" project in your workspace.
The project should have
"feature.xml" file and feature manifest editor will open for editing.