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 2012/11/26 11:44:53 UTC

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

Author: jbonofre
Date: Mon Nov 26 10:44:52 2012
New Revision: 1413546

URL: http://svn.apache.org/viewvc?rev=1413546&view=rev
Log:
[KARAF-2032] Add Cellar bundles in the default blacklist to avoid restart issue

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

Modified: karaf/cellar/branches/cellar-2.2.x/assembly/src/main/resources/groups.cfg
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.2.x/assembly/src/main/resources/groups.cfg?rev=1413546&r1=1413545&r2=1413546&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.2.x/assembly/src/main/resources/groups.cfg (original)
+++ karaf/cellar/branches/cellar-2.2.x/assembly/src/main/resources/groups.cfg Mon Nov 26 10:44:52 2012
@@ -23,8 +23,8 @@ default.features.repositories.sync = tru
 
 default.bundle.whitelist.inbound = *
 default.bundle.whitelist.outbound = *
-default.bundle.blacklist.inbound = none
-default.bundle.blacklist.outbound = none
+default.bundle.blacklist.inbound = mvn:org.apache.karaf.cellar/*
+default.bundle.blacklist.outbound = mvn:org.apache.karaf.cellar/*
 default.bundle.sync = false
 
 default.obr.urls.sync = true