You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:27:45 UTC

[sling-org-apache-sling-karaf-configs] 27/39: SLING-6608 Provide Resource Presence feature

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

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

commit 871fce134fd85073d5bc57d4f7e3a84a8a7b468d
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Mar 4 13:28:07 2017 +0000

    SLING-6608 Provide Resource Presence feature
    
    add config (service user mapping)
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1785479 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml                                                              | 5 +++++
 ...pping.impl.ServiceUserMapperImpl.amended-resource_presence.config | 3 +++
 2 files changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4abf4f6..0cf68f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,6 +168,11 @@
                   <type>config</type>
                 </artifact>
                 <artifact>
+                  <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-resource_presence</classifier>
+                  <file>src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-resource_presence.config</file>
+                  <type>config</type>
+                </artifact>
+                <artifact>
                   <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-resourceresolver</classifier>
                   <file>src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-resourceresolver.config</file>
                   <type>config</type>
diff --git a/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-resource_presence.config b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-resource_presence.config
new file mode 100644
index 0000000..fd25105
--- /dev/null
+++ b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-resource_presence.config
@@ -0,0 +1,3 @@
+user.mapping=[\
+  "org.apache.sling.resource.presence\=sling-readall"\
+]

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.