You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2016/12/13 16:00:44 UTC

[1/2] brooklyn-dist git commit: Reorder `brooklyn-locations-jclouds` so that its installed before library features

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 <m4...@gmail.com>
Authored: Tue Dec 13 15:05:44 2016 +0000
Committer: Mark McKenna <m4...@gmail.com>
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">


[2/2] brooklyn-dist git commit: This closes #70

Posted by al...@apache.org.
This closes #70


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/6f5b0634
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/6f5b0634
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/6f5b0634

Branch: refs/heads/master
Commit: 6f5b0634598a352808dccc9fe6b606783c4f602b
Parents: f574ec4 6647649
Author: Aled Sage <al...@gmail.com>
Authored: Tue Dec 13 16:00:23 2016 +0000
Committer: Aled Sage <al...@gmail.com>
Committed: Tue Dec 13 16:00:23 2016 +0000

----------------------------------------------------------------------
 karaf/features/src/main/feature/feature.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------