Versions Compared

Key

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

...

Reorganize the Smx4 subtree

Inside the smx4 subtree, the layout would be as following:

Code Block

http://svn.apache.org/repos/asf/servicemix/smx4
   /parent
      /tags
      /branches
      /trunk
   /bundles
      /tags
      /branches
      /trunk
   /runtime
      /tags
      /branches
      /trunk
   /nmr
      /tags
      /branches
      /trunk
   /jbi
      /tags
      /branches
      /trunk
   ...   

parent would contain the root pom that all other poms must directly or indirectly inherit. This pom would contain informations related to ServiceMix in general and would inherit from the Apache one.

bundles is a subtree containing all OSGified bundles. The content should not change much, but new additions may come from time to time, or bundles could be deprecated if their owning project provides direct support for OSGi.

runtime contains the OSGi server described at Runtime

nmr contains the NMR apis and implementation for ServiceMix

jbi contains the JBI compatibility layer based on nmr

TODO...