You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/11/25 09:41:45 UTC

[sling-org-apache-sling-karaf-configs] 02/02: SLING-3027 Improve Launchpad Karaf Features

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-configs.git

commit f08dec8954f094a1bc6f5e5cb844f9e35097df0d
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Nov 25 10:39:13 2020 +0100

    SLING-3027 Improve Launchpad Karaf Features
    
    update Composum Nodes
---
 ....base.internal.LoginAdminWhitelist.fragment~composum_nodes.config | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~composum_nodes.config b/src/main/resources/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~composum_nodes.config
index 0ef8206..eb4c89f 100644
--- a/src/main/resources/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~composum_nodes.config
+++ b/src/main/resources/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~composum_nodes.config
@@ -1,5 +1,6 @@
 whitelist.name="composum-nodes"
 whitelist.bundles=[\
-  "com.composum.core.commons",\
-  "com.composum.core.pckgmgr"\
+  "com.composum.nodes.commons",\
+  "com.composum.nodes.pckgmgr",\
+  "com.composum.nodes.usermgr"\
 ]