You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/07/22 09:44:05 UTC

[sling-org-apache-sling-contentparser-testutils] 03/04: SLING-8570 - Extract a generic Content Parser API from org.apache.sling.jcr.contentparser with pluggable implementations

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-contentparser-testutils.git

commit b169c77e52ac467bb3a003b17f8fefc76c10a477
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Jul 17 09:59:05 2019 +0200

    SLING-8570 - Extract a generic Content Parser API from org.apache.sling.jcr.contentparser with pluggable implementations
    
    * added README, CODE_OF_CONDUCT, CONTRIBUTING, LICENSE and .gitignore files
    to each module
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3cf3a77
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+Apache Sling Content Parser Test Utilities
+====
+This module is part of the [Apache Sling](https://sling.apache.org) project.
+
+The Apache Sling Content Parser Test Utilities provides helper classes for writing tests for [`org.apache.sling.contentparser.api`](https://github.com/apache/sling-whiteboard/tree/master/contentparser/org-apache-sling-contentparser-api) implementations.