Prevent 'Refreshing bundles' by loading brooklyn-launcher-common just once

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

Branch: refs/heads/master
Commit: ae60ffe92ccdbc8462adf29ebddef46dddd515d8
Parents: 1c20571
Author: Svetoslav Neykov <svetoslav.ney...@cloudsoftcorp.com>
Authored: Mon Sep 12 17:07:44 2016 +0300
Committer: Svetoslav Neykov <svetoslav.ney...@cloudsoftcorp.com>
Committed: Tue Sep 13 16:10:37 2016 +0300

----------------------------------------------------------------------
 karaf/features/src/main/feature/feature.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/ae60ffe9/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 e84bc3f..f8230aa 100644
--- a/karaf/features/src/main/feature/feature.xml
+++ b/karaf/features/src/main/feature/feature.xml
@@ -208,7 +208,7 @@
     </feature>
 
     <feature name="brooklyn-commands"  version="${project.version}"  
description="Brooklyn Shell Commands">
-        
<bundle>mvn:org.apache.brooklyn/brooklyn-launcher-common/${project.version}</bundle>
+        <bundle 
dependency="true">mvn:org.apache.brooklyn/brooklyn-launcher-common/${project.version}</bundle>
         
<bundle>mvn:org.apache.brooklyn/brooklyn-commands/${project.version}</bundle>
     </feature>
 
@@ -316,7 +316,7 @@
         <feature>brooklyn-core</feature>
         <feature>brooklyn-server-software-all</feature>
         <feature>brooklyn-locations-jclouds</feature>
-        
<bundle>mvn:org.apache.brooklyn/brooklyn-launcher-common/${project.version}</bundle>
+        <bundle 
dependency="true">mvn:org.apache.brooklyn/brooklyn-launcher-common/${project.version}</bundle>
         <bundle 
start-level="90">mvn:org.apache.brooklyn/brooklyn-karaf-init/${project.version}</bundle>
     </feature>
 

Reply via email to