You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2013/10/07 19:00:04 UTC

svn commit: r1529998 - /sling/site/trunk/content/old-stuff/assembly.mdtext

Author: dklco
Date: Mon Oct  7 17:00:03 2013
New Revision: 1529998

URL: http://svn.apache.org/r1529998
Log:
Fixing an issue with the version range

Modified:
    sling/site/trunk/content/old-stuff/assembly.mdtext

Modified: sling/site/trunk/content/old-stuff/assembly.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/old-stuff/assembly.mdtext?rev=1529998&r1=1529997&r2=1529998&view=diff
==============================================================================
--- sling/site/trunk/content/old-stuff/assembly.mdtext (original)
+++ sling/site/trunk/content/old-stuff/assembly.mdtext Mon Oct  7 17:00:03 2013
@@ -78,7 +78,7 @@ The following BNF defines the syntax =As
 
 To control the selection and installation of bundles, the following parameters may be used:
 
-* **version** - The version of the bundle to install. This is a version range specification as per chapter 3.2.5 Version Ranges of the OSGi core specification. When this parameter is declared as a single version - eg. *1.2.3* - it is interpreted as the version range *~[1.2.3, ∞~)*. The default value is *~[0.0.0,∞~)* to install the most recent version of the bundle available.
+* **version** - The version of the bundle to install. This is a version range specification as per chapter 3.2.5 Version Ranges of the OSGi core specification. When this parameter is declared as a single version - eg. *1.2.3* - it is interpreted as the version range *\[1.2.3,∞)*. The default value is *\[0.0.0,∞)* to install the most recent version of the bundle available.
 * **startlevel** - The start level to set for the bundle. This may be any positive integer value. Default value is undefined to use the current initial bundle start level of the framework.
 * **entry** - The path of the Assembly Bundle entry providing the data to be installed.
 * **linked** - Defines whether the bundle should be started and stopped together with the Assembly to which the bundle belongs. Default value is `true`.