You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2013/04/17 15:44:24 UTC

svn commit: r1468912 - /karaf/cellar/branches/cellar-2.3.x/assembly/src/main/resources/groups.cfg

Author: jbonofre
Date: Wed Apr 17 13:44:24 2013
New Revision: 1468912

URL: http://svn.apache.org/r1468912
Log:
[KARAF-2271] Update bundles blacklist and enable bundles sync by default

Modified:
    karaf/cellar/branches/cellar-2.3.x/assembly/src/main/resources/groups.cfg

Modified: karaf/cellar/branches/cellar-2.3.x/assembly/src/main/resources/groups.cfg
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.3.x/assembly/src/main/resources/groups.cfg?rev=1468912&r1=1468911&r2=1468912&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.3.x/assembly/src/main/resources/groups.cfg (original)
+++ karaf/cellar/branches/cellar-2.3.x/assembly/src/main/resources/groups.cfg Wed Apr 17 13:44:24 2013
@@ -18,15 +18,15 @@ default.config.sync = true
 
 default.features.whitelist.inbound = *
 default.features.whitelist.outbound = *
-default.features.blacklist.inbound = hazelcast,cellar*
-default.features.blacklist.outbound = hazelcast,cellar*
+default.features.blacklist.inbound = config,management,hazelcast,cellar*
+default.features.blacklist.outbound = config,management,hazelcast,cellar*
 default.features.sync = true
 default.features.repositories.sync = true
 
 default.bundle.whitelist.inbound = *
 default.bundle.whitelist.outbound = *
-default.bundle.blacklist.inbound = hazelcast,*cellar*
-default.bundle.blacklist.outbound = hazelcast,*cellar*
+default.bundle.blacklist.inbound = *felix*,*ops4j*,*karaf*,*aries*,hazelcast,*cellar*
+default.bundle.blacklist.outbound = *felix*,*ops4j*,*karaf*,*aries*,hazelcast,*cellar*
 default.bundle.sync = true
 
 default.obr.urls.sync = true