You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2020/10/23 03:38:23 UTC

[sling-org-apache-sling-app-cms] branch master updated: Removing ID's which broke extension

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

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new e46bc4f  Removing ID's which broke extension
e46bc4f is described below

commit e46bc4fb82124d23b221306d57296c9687cbe275
Author: Dan Klco <dk...@apache.org>
AuthorDate: Thu Oct 22 23:38:01 2020 -0400

    Removing ID's which broke extension
---
 feature/src/main/features/app/cms.json             | 1 -
 feature/src/main/features/runmodes/author.json     | 1 -
 feature/src/main/features/runmodes/renderer.json   | 1 -
 feature/src/main/features/runmodes/standalone.json | 1 -
 4 files changed, 4 deletions(-)

diff --git a/feature/src/main/features/app/cms.json b/feature/src/main/features/app/cms.json
index 407e5b2..7562b85 100644
--- a/feature/src/main/features/app/cms.json
+++ b/feature/src/main/features/app/cms.json
@@ -1,6 +1,5 @@
 
 {
-    "id":"org.apache.sling:org.apache.sling.cms.feature:slingfeature:cms:${cms.version}",
     "bundles":[
         {
             "id":"com.github.livesense:org.liveSense.fragment.sun.misc:1.0.5",
diff --git a/feature/src/main/features/runmodes/author.json b/feature/src/main/features/runmodes/author.json
index f312b10..1b5f2ab 100644
--- a/feature/src/main/features/runmodes/author.json
+++ b/feature/src/main/features/runmodes/author.json
@@ -1,5 +1,4 @@
 {
-    "id": "org.apache.sling:org.apache.sling.cms.feature:slingfeature:runmode-author:${cms.version}",
     "configurations": {
         "org.apache.sling.cms.core.publication.ForwardAgentEndpointSynchronization": {
             "agentTarget": "(name=default)"
diff --git a/feature/src/main/features/runmodes/renderer.json b/feature/src/main/features/runmodes/renderer.json
index 751add7..462e65d 100644
--- a/feature/src/main/features/runmodes/renderer.json
+++ b/feature/src/main/features/runmodes/renderer.json
@@ -1,5 +1,4 @@
 {
-    "id": "org.apache.sling:org.apache.sling.cms.feature:slingfeature:runmode-renderer:${cms.version}",
     "configurations": {
         "org.apache.sling.cms.core.publication.PublicationManagerFactoryImpl": {
             "instanceType": "RENDERER",
diff --git a/feature/src/main/features/runmodes/standalone.json b/feature/src/main/features/runmodes/standalone.json
index 4240732..23eba0a 100644
--- a/feature/src/main/features/runmodes/standalone.json
+++ b/feature/src/main/features/runmodes/standalone.json
@@ -1,5 +1,4 @@
 {
-    "id": "org.apache.sling:org.apache.sling.cms.feature:slingfeature:runmode-standalone:${cms.version}",
     "configurations": {
         "org.apache.sling.cms.core.publication.PublicationManagerFactoryImpl": {
             "instanceType": "STANDALONE",