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-jcr-packageinit.git
commit 47e2ea8fa36f20bca4a8d330668c8f84945796c5 Author: Dominik Suess <[email protected]> AuthorDate: Thu Sep 6 12:19:09 2018 +0200 SLING-7871 - adding README --- packageinit/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packageinit/README.md b/packageinit/README.md new file mode 100644 index 0000000..500d38e --- /dev/null +++ b/packageinit/README.md @@ -0,0 +1,5 @@ +# Apache Sling JCR Package Initializer module + +This module is part of the [Apache Sling](https://sling.apache.org) project. + +This project is about creating a SlingRepositoryInitializer initializing the JCR Repository from a given FSPackageRegistry with precalculated ExecutionPlans.
