You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/05/10 16:44:28 UTC

[sling-org-apache-sling-feature-extension-content] branch master updated: Clarify readme

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-content.git


The following commit(s) were added to refs/heads/master by this push:
     new 08ba08d  Clarify readme
08ba08d is described below

commit 08ba08d62cae3ab0c08eeb601ef8fc40a09dc665
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon May 10 18:44:23 2021 +0200

    Clarify readme
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f3515a0..46531cb 100644
--- a/README.md
+++ b/README.md
@@ -6,4 +6,4 @@
 
 This module is part of the [Apache Sling](https://sling.apache.org) project.
 
-This project is about creating an Extension to the Sling Featuremodel Launcher to be able to precalculate a FSPackageRegistry and inject precalculated Executionplans to be deployed into the repository during startup.
+This module extends the Sling Featuremodel Launcher with [content package](https://jackrabbit.apache.org/filevault/index.html) capabilities. It allows to fill a [`FSPackageRegistry`](https://jackrabbit.apache.org/filevault/apidocs/org/apache/jackrabbit/vault/packaging/registry/impl/FSPackageRegistry.html) with precalculated execution plans (via OSGi configuration) which automatically get executed during repository start by [ExecutionPlanRepoInitializer](https://github.com/apache/sling-or [...]