Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A repository includes a list of feature elements, each one representing an application that can be installed. The feature is identified by its name which must be unique amongst all the repositories used and consists in a set of bundles that need to be installed along with some optional dependencies on other features and some optional configurations for the Configuration Admin OSGi service.

Bundles

The main information provided by a feature is the set of OSGi bundles that defines the application. Such bundles are URLs pointing to the actual bundle jars. For example, one would write the following definition:

...

The effect of such a dependency is to automatically install the required jbi feature when the nmr feature will be installed.

Configurations

TODO

Commands

TODO

Code Block

features addUrl http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features-nmr-1.0-m1.xml
features install nmr

#top

Wiki Markup
{scrollbar}