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/14 23:18:45 UTC

[sling-org-apache-sling-scripting-sightly-repl] 01/01: SLING-10987 - Don't overwrite/remove nodes outside the nodes really owned by HTL REPL

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

rombert pushed a commit to branch issue/SLING-10987
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-repl.git

commit 7a302eac8623e58dfa999eea547c9f58a5626384
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Dec 15 00:17:46 2021 +0100

    SLING-10987 - Don't overwrite/remove nodes outside the nodes really owned by HTL REPL
    
    Fix path for /content/htl/repl. Without this change, content would be installed under
    /content/htl/repl/repl, breaking the bundle's functionality.
---
 bnd.bnd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bnd.bnd b/bnd.bnd
index 8cbc209..cffd84b 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/repl.json;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)))"