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 2021/12/15 08:17:32 UTC

[sling-org-apache-sling-scripting-sightly-repl] branch master updated: SLING-10987 - Don't overwrite/remove nodes outside the nodes really owned by HTL REPL (#6)

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


The following commit(s) were added to refs/heads/master by this push:
     new d7d774d  SLING-10987 - Don't overwrite/remove nodes outside the nodes really owned by HTL REPL (#6)
d7d774d is described below

commit d7d774d48ebcb24baf5d550e026180f5735c9cb1
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Dec 15 09:17:25 2021 +0100

    SLING-10987 - Don't overwrite/remove nodes outside the nodes really owned by HTL REPL (#6)
    
    Fix path for /content/htl/repl. Without this change, content would be installed under
    /content/htl/repl/repl, breaking the bundle's functionality.
    
    Co-authored-by: Konrad Windszus <kw...@apache.org>
---
 bnd.bnd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bnd.bnd b/bnd.bnd
index 8cbc209..077ca09 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -1,4 +1,4 @@
 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/content/htl;overwrite:=true;path:=/content/htl,\
     SLING-INF/etc/clientlibs/repl;overwrite:=true;path:=/etc/clientlibs/repl
 Require-Capability:    io.sightly; filter:="(&(version>=1.0)(!(version>=2.0)))"