You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ha...@apache.org on 2015/11/25 02:55:28 UTC

[18/21] incubator-brooklyn git commit: [BROOKLYN-183] Update default karaf assembly bootfeatures

[BROOKLYN-183] Update default karaf assembly bootfeatures

Use brooklyn-rest-server and brooklyn-jsgui as main features, since they
pull in the whole tree.


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/74d890d7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/74d890d7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/74d890d7

Branch: refs/heads/master
Commit: 74d890d72c7f00d4f66e103de0be7e918477dbef
Parents: a5979a7
Author: Ciprian Ciubotariu <ch...@gmx.net>
Authored: Sun Nov 22 03:25:18 2015 +0200
Committer: Ciprian Ciubotariu <ch...@gmx.net>
Committed: Mon Nov 23 18:42:28 2015 +0200

----------------------------------------------------------------------
 karaf/apache-brooklyn/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/74d890d7/karaf/apache-brooklyn/pom.xml
----------------------------------------------------------------------
diff --git a/karaf/apache-brooklyn/pom.xml b/karaf/apache-brooklyn/pom.xml
index bf80915..8f32f87 100755
--- a/karaf/apache-brooklyn/pom.xml
+++ b/karaf/apache-brooklyn/pom.xml
@@ -113,8 +113,8 @@
             <bootFeature>system</bootFeature>
             <bootFeature>wrap</bootFeature>
             <!-- brooklyn features -->
-            <bootFeature>brooklyn-core</bootFeature>
-            <bootFeature>brooklyn-rest-api</bootFeature>
+            <bootFeature>brooklyn-jsgui</bootFeature>
+            <bootFeature>brooklyn-rest-server</bootFeature>
           </bootFeatures>
         </configuration>
       </plugin>