This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
The following commit(s) were added to refs/heads/master by this push:
new fe8c271 Minor update
fe8c271 is described below
commit fe8c271fa82e721a774365d3b98ef2c2543c642a
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Feb 21 15:12:58 2018 +0100
Minor update
---
featuremodel/readme.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/featuremodel/readme.md b/featuremodel/readme.md
index 63e9ce2..de48cf7 100644
--- a/featuremodel/readme.md
+++ b/featuremodel/readme.md
@@ -1,6 +1,6 @@
-# An Introduction to the Feature Model
+# An Introduction to the OSGi Feature Model
-Typical OSGi applications are assembled out of bundles and configured through
both, OSGi configurations and framework properties (though these less
frequently used than OSGi configurations). Depending on the nature of the
application, there might be additional artifact types involved.
+Typical OSGi applications are assembled out of bundles and configured through
both, OSGi configurations and framework properties (though these are less
frequently used than OSGi configurations). Depending on the nature of the
application, there might be additional artifact types involved.
While bundles already provide a good way to define rather small, coherent
modules, there is often a need to distribute or provision a set of such bundles
together with some configuration. OSGi Deployment Admin and OSGi subsystems are
two ways of trying to solve this issue. The feature model of Apache Karaf and
the provisioning model of Apache Sling are two other approaches.
@@ -9,6 +9,8 @@ The goals of this proposal are:
* Defining a common mechanism to describe such features.
* Describe a common algorithm to combine features to either create higher
level features or an OSGi applications.
+The model is a general purpose feature model and in no way tied to Apache
Sling.
+
# Requirements
## Model Requirements
--
To stop receiving notification emails like this one, please contact
[email protected].