You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by gh...@apache.org on 2019/12/21 09:39:18 UTC

[sling-site] branch master updated: SLING-8948 Improved documentation for the feature model case

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d3ca12e  SLING-8948 Improved documentation for the feature model case
d3ca12e is described below

commit d3ca12ecffdd55561e66f875794ca7f3d8a66432
Author: georg.henzler <ge...@netcentric.biz>
AuthorDate: Sat Dec 21 10:39:09 2019 +0100

    SLING-8948 Improved documentation for the feature model case
---
 .../content/documentation/bundles/installer-provider-installhook.md   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/jbake/content/documentation/bundles/installer-provider-installhook.md b/src/main/jbake/content/documentation/bundles/installer-provider-installhook.md
index a143631..33668a5 100644
--- a/src/main/jbake/content/documentation/bundles/installer-provider-installhook.md
+++ b/src/main/jbake/content/documentation/bundles/installer-provider-installhook.md
@@ -6,9 +6,9 @@ tags=installer
 
 ## Overview
 
-The Installer Vault Package Install Hook allows to install bundles and configurations synchronously during vault package installation by feeding them directly to the [OSGI installer core](/documentation/bundles/osgi-installer.html). That way [vault package dependencies](http://jackrabbit.apache.org/filevault/properties.html) can be used to not only depend on content of a package, but also on configurations and bundles contained in a package (the installer install hook has to be added to  [...]
+The Installer Vault Package Install Hook allows to install bundles and configurations synchronously during vault package installation by feeding them directly to the [OSGI Installer core](/documentation/bundles/osgi-installer.html). That way [vault package dependencies](http://jackrabbit.apache.org/filevault/properties.html) can be used to not only depend on content of a package, but also on configurations and bundles contained in a package (the installer install hook has to be added to  [...]
 
-NOTE: When using with a package that should be usable in both the [Feature Model](https://sling.apache.org/documentation/development/feature-model.html) and [Provisioning Model](https://sling.apache.org/documentation/development/slingstart.html) (and the [OSGi installer](https://sling.apache.org/documentation/bundles/osgi-installer.html), ensure you use version 1.1.0 of this hook that will auto-detect its environment and only become active when the OSGi installer is present (see [SLING-8 [...]
+NOTE: When using with a package that should be usable with both the [Feature Model](https://sling.apache.org/documentation/development/feature-model.html) (usually without the [OSGi Installer](https://sling.apache.org/documentation/bundles/osgi-installer.html)) and [Provisioning Model](https://sling.apache.org/documentation/development/slingstart.html) (usually with the OSGi Installer), ensure you use version 1.1.0 of this hook that will auto-detect its environment and only become active [...]
 
 ## Installation Process