The Eclipse Feature project to package our plugin.
README.md: this current file.project: the Eclipse project configurationbuild.properties: the configuration of the buildfeature.xml: the feature definition
To version: everything.
In Eclipse IDE, import an existing project using this .project file.
- Open
feature.xmlin the IDE, the Feature editor should open
First update the configuration of the feature:
- In tab
Dependencies- Click button
Compute: the result might not change if dependencies were already computed before, however this is necessary to do it to be sure to have the proper configuration
- Click button
- Save the file
Then, export the plugin:
- In tab
Overview- Click the link
Export Wizard(3rd point under sectionExportingon the right)
- Click the link
- Follow the steps of the wizard


