Repository: brooklyn-dist Updated Branches: refs/heads/master f574ec425 -> 6f5b06345
Reorder `brooklyn-locations-jclouds` so that its installed before library features Related to https://github.com/apache/brooklyn-server/pull/481 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/66476492 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/66476492 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/66476492 Branch: refs/heads/master Commit: 664764924b9daed28aa7373167fd9f4e1eebbe3c Parents: 834197c Author: Mark McKenna <[email protected]> Authored: Tue Dec 13 15:05:44 2016 +0000 Committer: Mark McKenna <[email protected]> Committed: Tue Dec 13 15:09:26 2016 +0000 ---------------------------------------------------------------------- karaf/features/src/main/feature/feature.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/66476492/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 2d89acf..7547d0d 100644 --- a/karaf/features/src/main/feature/feature.xml +++ b/karaf/features/src/main/feature/feature.xml @@ -59,11 +59,11 @@ <feature prerequisite="true">brooklyn-standard-karaf</feature> <feature prerequisite="true">brooklyn-guava-optional-deps</feature> <feature>brooklyn-core</feature> + <feature>brooklyn-locations-jclouds</feature> <feature>brooklyn-rest-resources</feature> <feature>brooklyn-commands</feature> <feature>brooklyn-server-software-all</feature> <feature>brooklyn-library-all</feature> - <feature>brooklyn-locations-jclouds</feature> </feature> <feature name="brooklyn-jsgui-prereqs" version="${project.version}" description="Brooklyn REST JavaScript Web GUI">
