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/09 18:21:28 UTC

[sling-org-apache-sling-scripting-sightly-repl] branch master updated: SLING-10987 Make Sling-Initial-Content more specific (#5)

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-org-apache-sling-scripting-sightly-repl.git


The following commit(s) were added to refs/heads/master by this push:
     new 11d06c9  SLING-10987 Make Sling-Initial-Content more specific (#5)
11d06c9 is described below

commit 11d06c9612d77971cf3b04a7509f4d20ac34d835
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Dec 9 19:15:58 2021 +0100

    SLING-10987 Make Sling-Initial-Content more specific (#5)
    
    Co-authored-by: Robert Munteanu <ro...@apache.org>
---
 bnd.bnd | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/bnd.bnd b/bnd.bnd
index 8d2f5a7..8cbc209 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -1,2 +1,4 @@
-Sling-Initial-Content: SLING-INF;overwrite=true
-Require-Capability:    io.sightly; filter:="(&(version>=1.0)(!(version>=2.0)))"
\ No newline at end of file
+Sling-Initial-Content: SLING-INF/apps/repl/components/repl;overwrite:=true;path:=/apps/repl/components/repl,\
+    SLING-INF/content/htl/repl.json;overwrite:=true;path:=/content/htl/repl,\
+    SLING-INF/etc/clientlibs/repl;overwrite:=true;path:=/etc/clientlibs/repl
+Require-Capability:    io.sightly; filter:="(&(version>=1.0)(!(version>=2.0)))"