You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2016/01/08 17:47:45 UTC

svn commit: r1723757 - /sling/site/trunk/content/documentation/bundles/file-installer-provider.mdtext

Author: kwin
Date: Fri Jan  8 16:47:45 2016
New Revision: 1723757

URL: http://svn.apache.org/viewvc?rev=1723757&view=rev
Log:
SLING-4478 fix link

Modified:
    sling/site/trunk/content/documentation/bundles/file-installer-provider.mdtext

Modified: sling/site/trunk/content/documentation/bundles/file-installer-provider.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/file-installer-provider.mdtext?rev=1723757&r1=1723756&r2=1723757&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles/file-installer-provider.mdtext (original)
+++ sling/site/trunk/content/documentation/bundles/file-installer-provider.mdtext Fri Jan  8 16:47:45 2016
@@ -30,7 +30,7 @@ Custom artifacts are handled by the OSGi
 
 ## Runmode Support
 
-The file installer supports run modes for installing artifacts (added with (SLING-4478)[https://issues.apache.org/jira/browse/SLING-4478]). Within the scanned directory, a folder prefixed with "install." and followed by one or more run modes (separated by ".") will only be considered if all the respective run modes are active. For example artifacts below a folder named `install.a1.dev` are only taken into account if the run modes `a1` and `dev` are both active. 
+The file installer supports run modes for installing artifacts (added with [SLING-4478](https://issues.apache.org/jira/browse/SLING-4478)). Within the scanned directory, a folder prefixed with "install." and followed by one or more run modes (separated by ".") will only be considered if all the respective run modes are active. For example artifacts below a folder named `install.a1.dev` are only taken into account if the run modes `a1` and `dev` are both active. 
 
 You can even combine start level and run mode support. Just pay attention that the run mode foldername must be set on a direct child folder of `sling.fileinstall.dir` while the start level must be set directly on the parent folder of the artifact you want to install. E.g. `<sling.fileinstall.dir>/install.a1.dev/3/mybundle.jar` will only be considered if both run modes `a1` and `dev` are set. If this is the case then the according artifact will be installed in start level 3.