This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-parser.git
The following commit(s) were added to refs/heads/master by this push:
new 0620449 Mention the Feature Model Analyser
0620449 is described below
commit 062044954a96da958fe38be3c5407e16797ba310
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Thu Jun 18 10:44:05 2020 +0200
Mention the Feature Model Analyser
---
README.md | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0a11871..a0ee7f7 100644
--- a/README.md
+++ b/README.md
@@ -10,4 +10,12 @@ Parser for the [Repository Initialization
language](https://sling.apache.org/doc
To parse repoinit statements use the
[RepoInitParser](./src/main/java/org/apache/sling/repoinit/parser/RepoInitParser.java)
service.
-The user documentation for the Sling Repoinit modules is at
https://sling.apache.org/documentation/bundles/repository-initialization.html
+See the [Sling Website Repository Initialization
page](https://sling.apache.org/documentation/bundles/repository-initialization.html)
for more information.
+
+## Module dependencies
+
+The [Feature Model
Analyser](https://github.com/apache/sling-org-apache-sling-feature-analyser)
uses this
+module to validate repoinit statements embedded in feature models. It should
be kept up to date with new
+releases of this parser.
+
+