Author: bdelacretaz
Date: Tue May 21 08:12:24 2013
New Revision: 1484687

URL: http://svn.apache.org/r1484687
Log:
fix bundle name and point to source code

Modified:
    
sling/site/trunk/content/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.mdtext

Modified: 
sling/site/trunk/content/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.mdtext
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.mdtext?rev=1484687&r1=1484686&r2=1484687&view=diff
==============================================================================
--- 
sling/site/trunk/content/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.mdtext
 (original)
+++ 
sling/site/trunk/content/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.mdtext
 Tue May 21 08:12:24 2013
@@ -1,5 +1,4 @@
-Title: Accessing Filesystem Resources (extensions.fsresource)
-
+Title: Accessing Filesystem Resources (org.apache.sling.fsresource)
 [TOC]
 
 
@@ -7,6 +6,8 @@ Title: Accessing Filesystem Resources (e
 
 The Filesystem Resource Provider provides access to the operating system's 
filesystem through the Sling `ResourceResolver`. Multiple locations may be 
mapped into the resource tree by configuring the filesystem location and the 
resource tree root path for each location to be mapped.
 
+To activate this feature, install the `org.apache.sling.fsresource` bundle. 
You can get it from the Sling downloads page or build it yourself from the 
source code 
+found under [bundles/extensions/fsresource][1].
 
 ## Resource Types
 
@@ -35,4 +36,7 @@ The following configuration properties m
 | Parameter | Name | Description |
 |-|-|-|
 | Provider Root        | `provider.roots` | Location in the virtual resource 
tree where the filesystem resources are mapped in. This property must not be an 
empty string. |
-| Filesystem Root | `provider.file` | Filesystem directory mapped to the 
virtual resource tree. This property must not be an empty string. If the path 
is relative it is resolved against `sling.home` or the current working 
directory. The path may be a file or folder. If the path does not address an 
existing file or folder, an empty folder is created. |
\ No newline at end of file
+| Filesystem Root | `provider.file` | Filesystem directory mapped to the 
virtual resource tree. This property must not be an empty string. If the path 
is relative it is resolved against `sling.home` or the current working 
directory. The path may be a file or folder. If the path does not address an 
existing file or folder, an empty folder is created. |
+
+
+  [1]: 
http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/fsresource/
\ No newline at end of file


Reply via email to