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/11/07 09:58:14 UTC

[sling-org-apache-sling-repoinit-parser] 02/04: Comment the example

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

rombert pushed a commit to annotated tag org.apache.sling.repoinit.parser-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-parser.git

commit 2b63863ac0b9dc46e3c6bc7fc42c2903fb8568db
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Jun 22 13:05:43 2016 +0000

    Comment the example
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/repoinit/parser@1749680 13f79535-47bb-0310-9956-ffa450edef68
---
 src/test/resources/testcases/test-99.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/test/resources/testcases/test-99.txt b/src/test/resources/testcases/test-99.txt
index df013a8..44de7e9 100644
--- a/src/test/resources/testcases/test-99.txt
+++ b/src/test/resources/testcases/test-99.txt
@@ -17,7 +17,10 @@ set ACL on /tmp
 allow some:otherPrivilege for bob_the_service
 end
 
+# Nodetypes inside the path apply to just that path element
 create path /content/example.com(sling:Folder)
+
+# A nodetype in front is used as the default for all path elements
 create path (nt:unstructured) /var
 
 set ACL for alice, bob,fred

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