[KARAF-2281] Add Cellar configurations in blacklist git-svn-id: https://svn.apache.org/repos/asf/karaf/cellar/branches/cellar-2.3.x@1478151 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/0e28d4ea Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/0e28d4ea Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/0e28d4ea Branch: refs/heads/cellar-2.3.x Commit: 0e28d4ea2fb914b2b23de9aaaed0206f26fb56e2 Parents: 5b589e1 Author: jbonofre <jbonofre@13f79535-47bb-0310-9956-ffa450edef68> Authored: Wed May 1 19:22:28 2013 +0000 Committer: jbonofre <jbonofre@13f79535-47bb-0310-9956-ffa450edef68> Committed: Wed May 1 19:22:28 2013 +0000 ---------------------------------------------------------------------- assembly/src/main/resources/groups.cfg | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/0e28d4ea/assembly/src/main/resources/groups.cfg ---------------------------------------------------------------------- diff --git a/assembly/src/main/resources/groups.cfg b/assembly/src/main/resources/groups.cfg index 2a4eaf8..68d3c3b 100644 --- a/assembly/src/main/resources/groups.cfg +++ b/assembly/src/main/resources/groups.cfg @@ -3,14 +3,12 @@ groups = default default.config.whitelist.inbound = * default.config.whitelist.outbound = * default.config.blacklist.inbound = org.apache.felix.fileinstall*, \ - org.apache.karaf.cellar.groups, \ - org.apache.karaf.cellar.node, \ + org.apache.karaf.cellar*, \ org.apache.karaf.management, \ org.apache.karaf.shell, \ org.ops4j.pax.logging default.config.blacklist.outbound = org.apache.felix.fileinstall*, \ - org.apache.karaf.cellar.groups, \ - org.apache.karaf.cellar.node, \ + org.apache.karaf.cellar*, \ org.apache.karaf.management, \ org.apache.karaf.shell, \ org.ops4j.pax.logging @@ -30,4 +28,4 @@ default.bundle.blacklist.outbound = none default.bundle.sync = true default.obr.urls.sync = true -default.obr.bundles.sync = true \ No newline at end of file +default.obr.bundles.sync = true
