You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2018/01/26 13:52:42 UTC

[sling-org-apache-sling-repoinit-parser] branch master updated (15b9068 -> ae20c94)

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

pauls pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-parser.git.


    from 15b9068  Clarify the intent of this file
     add dacc5fd  SLING-7227:  Add ability to register custom privileges.
     add c6ef765  SLING-7227: Change syntax of abstract privilege creation slightly.
     add 8014247  SLING-7227: Add an example to test-99.
     new ae20c94  Merge pull request #1 from apache/SLING-7227

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../parser/operations/OperationVisitor.java        |  1 +
 .../parser/operations/RegisterPrivilege.java       | 78 ++++++++++++++++++++++
 src/main/javacc/RepoInitGrammar.jjt                | 17 +++++
 .../parser/test/OperationToStringVisitor.java      |  6 ++
 src/test/resources/testcases/test-42-output.txt    |  6 ++
 src/test/resources/testcases/test-42.txt           |  6 ++
 src/test/resources/testcases/test-99-output.txt    |  4 ++
 src/test/resources/testcases/test-99.txt           |  5 ++
 8 files changed, 123 insertions(+)
 create mode 100644 src/main/java/org/apache/sling/repoinit/parser/operations/RegisterPrivilege.java
 create mode 100644 src/test/resources/testcases/test-42-output.txt
 create mode 100644 src/test/resources/testcases/test-42.txt

-- 
To stop receiving notification emails like this one, please contact
pauls@apache.org.

[sling-org-apache-sling-repoinit-parser] 01/01: Merge pull request #1 from apache/SLING-7227

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pauls pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-parser.git

commit ae20c94140b52bbe90b9731c5c7785e596f0fe7c
Merge: 15b9068 8014247
Author: Karl Pauls <pa...@apache.org>
AuthorDate: Fri Jan 26 14:52:40 2018 +0100

    Merge pull request #1 from apache/SLING-7227
    
    SLING-7227:  Add ability to register custom privileges.

 .../parser/operations/OperationVisitor.java        |  1 +
 .../parser/operations/RegisterPrivilege.java       | 78 ++++++++++++++++++++++
 src/main/javacc/RepoInitGrammar.jjt                | 17 +++++
 .../parser/test/OperationToStringVisitor.java      |  6 ++
 src/test/resources/testcases/test-42-output.txt    |  6 ++
 src/test/resources/testcases/test-42.txt           |  6 ++
 src/test/resources/testcases/test-99-output.txt    |  4 ++
 src/test/resources/testcases/test-99.txt           |  5 ++
 8 files changed, 123 insertions(+)


-- 
To stop receiving notification emails like this one, please contact
pauls@apache.org.