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:44 UTC

[sling-org-apache-sling-scripting-sightly-repl] branch issue/SLING-10987 created (now 7a302ea)

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

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


      at 7a302ea  SLING-10987 - Don't overwrite/remove nodes outside the nodes really owned by HTL REPL

This branch includes the following new commits:

     new 7a302ea  SLING-10987 - Don't overwrite/remove nodes outside the nodes really owned by HTL REPL

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by ro...@apache.org.
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)))"