Versions Compared

Key

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

...

The source tree is organized by "features", some being optionals and others .... not.

Code Block
  |- apache-servicemix  (distributions)
  |- bundles            (OSGi bundles for third party libraries)
  |- camel              (camel component for smx4)
  |- examples           (well, examples...)
  |- gshell             (shell console in osgi + some osgi commands)
  |- itests             (integration tests)
  |- jbi                (jbi 1.0 layer)
  |- main               (launcher jar, which contains the OSGi framework)
  |- management         (jmx based management)
  |- nmr                (the core nmr)
  \- transaction        (transaction manager)

...