Repository: karaf Updated Branches: refs/heads/master 5ca04ca67 -> 0c0835a5c
[KARAF-2949] Fix regression hiding system bundles in the local console Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/0c0835a5 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/0c0835a5 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/0c0835a5 Branch: refs/heads/master Commit: 0c0835a5cab3028d03ee41f372102c70f33f380b Parents: 5ca04ca Author: Guillaume Nodet <[email protected]> Authored: Tue Apr 29 01:40:03 2014 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Tue Apr 29 01:40:03 2014 +0200 ---------------------------------------------------------------------- .../framework/src/main/resources/resources/etc/system.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/0c0835a5/assemblies/features/framework/src/main/resources/resources/etc/system.properties ---------------------------------------------------------------------- diff --git a/assemblies/features/framework/src/main/resources/resources/etc/system.properties b/assemblies/features/framework/src/main/resources/resources/etc/system.properties index 9b160f0..147a85b 100644 --- a/assemblies/features/framework/src/main/resources/resources/etc/system.properties +++ b/assemblies/features/framework/src/main/resources/resources/etc/system.properties @@ -75,7 +75,7 @@ karaf.clean.cache = false # and principal is the name of the principal of that class # (defaults to instance). # -karaf.local.roles = admin,manager,viewer +karaf.local.roles = admin,manager,viewer,systembundles # # Set this empty property to avoid errors when validating xml documents.
