You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by da...@apache.org on 2015/06/29 10:17:04 UTC

svn commit: r1688108 - /aries/site/trunk/content/modules/subsystems.mdtext

Author: davidb
Date: Mon Jun 29 08:17:04 2015
New Revision: 1688108

URL: http://svn.apache.org/r1688108
Log:
Update subsystem doc

Modified:
    aries/site/trunk/content/modules/subsystems.mdtext

Modified: aries/site/trunk/content/modules/subsystems.mdtext
URL: http://svn.apache.org/viewvc/aries/site/trunk/content/modules/subsystems.mdtext?rev=1688108&r1=1688107&r2=1688108&view=diff
==============================================================================
--- aries/site/trunk/content/modules/subsystems.mdtext (original)
+++ aries/site/trunk/content/modules/subsystems.mdtext Mon Jun 29 08:17:04 2015
@@ -5,7 +5,7 @@ Title: Subsystems
 ##Introduction
 
 Apache Aries Subsystems is the Reference Implementation of the OSGi Subsystems Specification, chapter 134 of the 
-[OSGi Enterprise specifications][1]. 
+[OSGi Enterprise specifications][1]. The Aries 1.x components implement the 1.0 version of the Subsystem spec. Aries 2.x and newer implement the 1.1 version of the OSGi Subsystems.
 
 ##Getting started
 
@@ -17,9 +17,9 @@ dependencies are the Aries Util bundle,
 
 The following are downloadable links (from Maven central) that 
 provide all the required components to get subsystems up and running with Apache
-Felix. Note that the Felix distribution comes with and OSGi Repository implementation
-so this does not need to be added. (When running Aries Subsystems with another OSGi Framework an OSGi Repository
-may need to be added.)
+Felix. Note that the Felix distribution comes with OSGi Repository and Resolver implementations so these 
+do not need to be added. (When running Aries Subsystems with another OSGi Framework these
+must be provided.)
 
 * [org.apache.aries.subsystem.api][2]
 * [org.apache.aries.subsystem.core][3]