Closes #53 Move karaf distribution to brooklyn-dist.
This PR is the second of three that together move the karaf distribution to brooklyn-dist and separate out the software from brooklyn-library into separate catalog bom and feature files. This change separates out the brooklyn-library releated features into new projects in brooklyn-library itself. Merge this after https://github.com/apache/brooklyn-server/pull/271. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/a06cb155 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/a06cb155 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/a06cb155 Branch: refs/heads/master Commit: a06cb1554201cc14d8e6732ff84ac49a56c14153 Parents: 7b1a9f7 e08d25e Author: Svetoslav Neykov <[email protected]> Authored: Fri Jul 29 16:13:33 2016 +0300 Committer: Svetoslav Neykov <[email protected]> Committed: Fri Jul 29 16:13:33 2016 +0300 ---------------------------------------------------------------------- karaf/catalog/pom.xml | 49 +++ .../main/resources/library-catalog-classes.bom | 402 +++++++++++++++++++ karaf/features/pom.xml | 60 +++ karaf/features/src/main/feature/feature.xml | 89 ++++ karaf/pom.xml | 41 ++ pom.xml | 1 + 6 files changed, 642 insertions(+) ----------------------------------------------------------------------
