Feature the eclipse term for bundle of Plug-ins you can "download" (and manage) to aquire a new capabilites.
It amounts to a bundle of Plug-ins (and Plug-in Fragments) and a xml file that describes enough metadata (like version information) that the Software Update wizard can latch onto and work magic with.
Eclipse Features follow a format set by the Eclipse Framework.
| feature.xml | svn | feature manifest file |
| build.properties | svn | describes src, and export contents |
| .project | svn | plug-in project file |
Naming of Feature Projects
Features do not appear to have a strict naming convention. At this time our published Feature names are uDig, uDig.Libs and uDig.Eclipse.
Links: