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/07 08:17:11 UTC

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

Author: jbonofre
Date: Wed Nov  7 07:17:10 2012
New Revision: 1406478

URL: http://svn.apache.org/viewvc?rev=1406478&view=rev
Log:
[KARAF-1971] Fix default bundle whitelist/blacklist

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=1406478&r1=1406477&r2=1406478&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 Nov  7 07:17:10 2012
@@ -23,8 +23,8 @@ default.features.repositories.sync = tru
 
 default.bundle.whitelist.inbound = *
 default.bundle.whitelist.outbound = *
-default.bundle.blacklist.inbound = *
-default.bundle.blacklist.outbound = *
+default.bundle.blacklist.inbound = none
+default.bundle.blacklist.outbound = none
 default.bundle.sync = false
 
 default.obr.urls.sync = true