You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2020/09/03 10:03:10 UTC

[sling-org-apache-sling-starter] branch master updated: SLING-9707 - Variable ${sling.home} not replaced in configuration values

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e877f53  SLING-9707 - Variable ${sling.home} not replaced in configuration values
e877f53 is described below

commit e877f5355fbc5bf198b1c38adb848454a9eabccf
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Sep 3 12:02:09 2020 +0200

    SLING-9707 - Variable ${sling.home} not replaced in configuration values
    
    Make sling.home available for configuration values.
---
 src/main/features/boot.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/features/boot.json b/src/main/features/boot.json
index ab52b1a..ca0c4ae 100644
--- a/src/main/features/boot.json
+++ b/src/main/features/boot.json
@@ -1,5 +1,8 @@
 
 {
+    "variables": {
+        "sling.home": null
+    },
     "bundles":[
         {
             "id":"org.apache.aries:org.apache.aries.util:1.1.3",