Repository: brooklyn-library Updated Branches: refs/heads/master 185ed9fe6 -> 48c75f100
add org.apache.brooklyn/brooklyn-library-catalog to the feature file Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/4e9f0c80 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/4e9f0c80 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/4e9f0c80 Branch: refs/heads/master Commit: 4e9f0c80a62e5ba2c62cacf1cd4a23ef7eb804d3 Parents: 185ed9f Author: graeme.miller <[email protected]> Authored: Wed Nov 1 11:36:06 2017 +0000 Committer: graeme.miller <[email protected]> Committed: Wed Nov 1 11:36:06 2017 +0000 ---------------------------------------------------------------------- karaf/features/src/main/feature/feature.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/4e9f0c80/karaf/features/src/main/feature/feature.xml ---------------------------------------------------------------------- diff --git a/karaf/features/src/main/feature/feature.xml b/karaf/features/src/main/feature/feature.xml index 8106a7b..7b6f835 100644 --- a/karaf/features/src/main/feature/feature.xml +++ b/karaf/features/src/main/feature/feature.xml @@ -75,6 +75,10 @@ <bundle dependency="true">mvn:com.google.guava/guava/${guava.version}</bundle> </feature> + <feature name="brooklyn-library-catalog" version="${project.version}" description="Brooklyn Library Catalog"> + <bundle>mvn:org.apache.brooklyn/brooklyn-library-catalog/${project.version}</bundle> + </feature> + <feature name="brooklyn-library-all" version="${project.version}" description="Brooklyn All Library Entities"> <feature>brooklyn-software-network</feature> <feature>brooklyn-software-cm</feature> @@ -84,6 +88,7 @@ <feature>brooklyn-software-messaging</feature> <feature>brooklyn-software-nosql</feature> <feature>brooklyn-software-monitoring</feature> + <feature>brooklyn-library-catalog</feature> </feature>
