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 2021/12/01 15:21:46 UTC

[sling-site] branch master updated: SLING-7504 document property for creating directories

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 427a4cb  SLING-7504 document property for creating directories
427a4cb is described below

commit 427a4cb122d0a6838ff0a29ae716db787a9318f4
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Dec 1 16:21:43 2021 +0100

    SLING-7504 document property for creating directories
---
 .../jbake/content/documentation/bundles/file-installer-provider.md   | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/jbake/content/documentation/bundles/file-installer-provider.md b/src/main/jbake/content/documentation/bundles/file-installer-provider.md
index 6d3cef8..5364b6e 100644
--- a/src/main/jbake/content/documentation/bundles/file-installer-provider.md
+++ b/src/main/jbake/content/documentation/bundles/file-installer-provider.md
@@ -13,9 +13,10 @@ The file installer can be configured with these framework (system) properties:
  	 
 |Property|Default|Description|
 |---|---|---|
-|`sling.fileinstall.dir`| |The name/path of the directories to watch. Several directories can be specified by using a comma separated list. Each directory might have arbitrarily many sub directories (even nested ones) which may contain the artifacts|
+|`sling.fileinstall.dir`| |The name/path of the directories to watch. Several directories can be specified by using a comma separated list. Each directory might have arbitrarily many sub directories (even nested ones) which may contain the artifacts.|
 |`sling.fileinstall.interval`|5000 ms|Number of milliseconds between 2 polls of the directory|
-|`sling.fileinstall.writeback`|true|If the file provider supports writeback of changed artifacts, e.g. if a configuration is changed through Config Admin the change is written back to the file system.|
+|`sling.fileinstall.writeback`|true|If the file provider supports writeback of changed artifacts, e.g. if a configuration is changed through Config Admin the change is written back to the file system in case this property is set to `true`.|
+|`sling.fileinstall.dir.autocreate`|false|Automatically creates the directories given in `sling.fileinstall.dir` in case they don't exist yet (including non-existing parent directories) if set to `true`. Only available since version 1.3.4 [SLING-7504](https://issues.apache.org/jira/browse/SLING-7504).|
 
 ## Bundles