You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2020/09/04 12:33:20 UTC

[sling-org-apache-sling-feature-analyser] branch master updated: Fix incorrect description in readme.md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c7cc9c7  Fix incorrect description in readme.md
c7cc9c7 is described below

commit c7cc9c7f007c3868875e83dba6da1eab7ca22cd3
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Sep 4 13:33:06 2020 +0100

    Fix incorrect description in readme.md
---
 readme.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/readme.md b/readme.md
index a51f475..75faaed 100644
--- a/readme.md
+++ b/readme.md
@@ -18,8 +18,7 @@ The Analyser can also be run as part of a maven build via the `slingfeature-mave
 
 The following analysers are defined:
 
-* `bundle-packages`: Checks bundle import/export package statements for consistency and completeness. If API Regions are used this analyser includes this 
-information as part of the check, to ensure that bundles don't import packages of which they have no visibility because of API Regions restrictions.
+* `bundle-packages`: Checks bundle import/export package statements for consistency and completeness. Does _not_ take API Regions into account. An expanded variant of this analyser is available in [org-apache-sling-feature-extension-apiregions](https://github.com/apache/sling-org-apache-sling-feature-extension-apiregions) under the name `api-regions-exportsimports`.
 
 * `bundle-content`: Gives a warning if a bundle container initial content specified with `Sling-Initial-Content`.