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/08 14:12:01 UTC

[sling-org-apache-sling-starter] branch master updated: SLING-10979 - Move scripting.sightly.repl bundle into a separate feature

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 ab888f5  SLING-10979 - Move scripting.sightly.repl bundle into a separate feature
ab888f5 is described below

commit ab888f59fa3b3217849220580c94a736cf3253e7
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Dec 8 14:59:00 2021 +0100

    SLING-10979 - Move scripting.sightly.repl bundle into a separate feature
---
 src/main/features/app/htl_repl.json | 8 ++++++++
 src/main/features/scripting.json    | 4 ----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/main/features/app/htl_repl.json b/src/main/features/app/htl_repl.json
new file mode 100644
index 0000000..9d7ed91
--- /dev/null
+++ b/src/main/features/app/htl_repl.json
@@ -0,0 +1,8 @@
+{
+    "bundles": [
+        {
+            "id":"org.apache.sling:org.apache.sling.scripting.sightly.repl:1.0.6",
+            "start-order":"20"
+        }
+    ]
+}
\ No newline at end of file
diff --git a/src/main/features/scripting.json b/src/main/features/scripting.json
index 4f1d966..b44346e 100644
--- a/src/main/features/scripting.json
+++ b/src/main/features/scripting.json
@@ -54,10 +54,6 @@
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.scripting.sightly.repl:1.0.6",
-            "start-order":"20"
-        },
-        {
             "id":"org.apache.sling:org.apache.sling.scripting.sightly.runtime:1.2.6-1.4.0",
             "start-order":"20"
         },