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/05 19:18:28 UTC

svn commit: r1405902 - in /karaf/cellar/trunk/assembly/src/main/resources: groups.cfg node.cfg

Author: jbonofre
Date: Mon Nov  5 18:18:28 2012
New Revision: 1405902

URL: http://svn.apache.org/viewvc?rev=1405902&view=rev
Log:
Improve the default Cellar configuration files

Modified:
    karaf/cellar/trunk/assembly/src/main/resources/groups.cfg
    karaf/cellar/trunk/assembly/src/main/resources/node.cfg

Modified: karaf/cellar/trunk/assembly/src/main/resources/groups.cfg
URL: http://svn.apache.org/viewvc/karaf/cellar/trunk/assembly/src/main/resources/groups.cfg?rev=1405902&r1=1405901&r2=1405902&view=diff
==============================================================================
--- karaf/cellar/trunk/assembly/src/main/resources/groups.cfg (original)
+++ karaf/cellar/trunk/assembly/src/main/resources/groups.cfg Mon Nov  5 18:18:28 2012
@@ -1,31 +1,31 @@
 groups = default
 
-default.config.whitelist.inbound=*
-default.config.whitelist.outbound=*
-default.config.blacklist.inbound=org.apache.karaf.cellar.groups, \
-                                 org.apache.karaf.cellar.node, \
-                                 org.apache.karaf.management, \
-                                 org.apache.karaf.shell, \
-                                 org.ops4j.pax.logging
-default.config.blacklist.outbound=org.apache.karaf.cellar.groups, \
-                                  org.apache.karaf.cellar.node, \
-                                  org.apache.karaf.management, \
-                                  org.apache.karaf.shell, \
-                                  org.ops4j.pax.logging
-default.config.sync=true
+default.config.whitelist.inbound = *
+default.config.whitelist.outbound = *
+default.config.blacklist.inbound = org.apache.karaf.cellar.groups, \
+                                   org.apache.karaf.cellar.node, \
+                                   org.apache.karaf.management, \
+                                   org.apache.karaf.shell, \
+                                   org.ops4j.pax.logging
+default.config.blacklist.outbound = org.apache.karaf.cellar.groups, \
+                                    org.apache.karaf.cellar.node, \
+                                    org.apache.karaf.management, \
+                                    org.apache.karaf.shell, \
+                                    org.ops4j.pax.logging
+default.config.sync = true
 
-default.features.whitelist.inbound=*
-default.features.whitelist.outbound=*
-default.features.blacklist.inbound=cellar
-default.features.blacklist.outbound=cellar
-default.features.sync=true
-default.features.repositories.sync=true
+default.features.whitelist.inbound = *
+default.features.whitelist.outbound = *
+default.features.blacklist.inbound = cellar
+default.features.blacklist.outbound = cellar
+default.features.sync = true
+default.features.repositories.sync = true
 
-default.bundle.whitelist.inbound=*
-default.bundle.whitelist.outbound=*
-default.bundle.blacklist.inbound=*
-default.bundle.blacklist.outbound=*
-default.bundle.sync=false
+default.bundle.whitelist.inbound = *
+default.bundle.whitelist.outbound = *
+default.bundle.blacklist.inbound = *
+default.bundle.blacklist.outbound = *
+default.bundle.sync = false
 
-default.obr.urls.sync=true
-default.obr.bundles.sync=true
\ No newline at end of file
+default.obr.urls.sync = true
+default.obr.bundles.sync = true
\ No newline at end of file

Modified: karaf/cellar/trunk/assembly/src/main/resources/node.cfg
URL: http://svn.apache.org/viewvc/karaf/cellar/trunk/assembly/src/main/resources/node.cfg?rev=1405902&r1=1405901&r2=1405902&view=diff
==============================================================================
--- karaf/cellar/trunk/assembly/src/main/resources/node.cfg (original)
+++ karaf/cellar/trunk/assembly/src/main/resources/node.cfg Mon Nov  5 18:18:28 2012
@@ -1,5 +1,5 @@
 #
-# Default cluster group for this node
+# This node is member of the following cluster groups
 #
 groups = default