On disk, an Eclipse-based product is structured as a collection of plug-ins. Each plug-in contains the code that provides some of the product's functionality. The code and other files for a plug-in are installed on the local computer, and get activated automatically as required. A product's plug-ins are grouped together into features. A feature is the smallest unit of separately downloadable and installable functionality. (The notion of a feature is new for Eclipse 2.0; it replaces the similar notion of component in Eclipse 1.0.)
The fundamentally modular nature of the Eclipse platform makes it easy to install additional features and plug-ins into an Eclipse-based product, and to update the product's existing features and plug-ins. You can do this either by using traditional native installers running separately from Eclipse, or by using the Eclipse platform's own update manager. The Eclipse update manager can be used to discover, download, and install updated features and plug-ins from special web-based Eclipse update sites.
The basic underlying mechanism of the update manager is simple: the files for a feature or plug-in are always stored in a subdirectory whose name includes a version identifier (e.g., "2.0.0"). Different versions of a feature or plug-in are always given different version identifiers, thereby ensuring that the multiple versions of the same feature or plug-in can co-exist on disk. This means that installing or updating features and plug-ins requires adding more files, but never requires deleting or overwriting existing files. Once the files are installed on the local computer, the new feature and plug-in versions are available to be configured. The same installed base of files is therefore capable of supporting many different configurations simultaneously; installing and upgrading an existing product are reduced to formulating a configuration incrementally newer than the current one. Important configurations can be saved and restored to active service in the event of an unsuccessful upgrade.
The About option on the Help menu provides information about installed features and plug-ins. The Software Updates submenu on the Help menu groups together items for updating existing features, and for finding, downloading, and installing new features.
Inspecting the current configuration
Installing new features with the update manager
Picking up pending changes
Updating Eclipse with the update manager
Saving a configuration
Restoring a saved configuration