You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2018/03/14 10:29:37 UTC

[sling-whiteboard] branch master updated: Fix typo in proposed feature model format

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 11869b8  Fix typo in proposed feature model format
11869b8 is described below

commit 11869b864961e22e0a4cb71fe1bd9d2424e8125a
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Wed Mar 14 11:29:24 2018 +0100

    Fix typo in proposed feature model format
---
 featuremodel/design/feature-model.json | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/featuremodel/design/feature-model.json b/featuremodel/design/feature-model.json
index d0fd166..7745a5b 100644
--- a/featuremodel/design/feature-model.json
+++ b/featuremodel/design/feature-model.json
@@ -4,11 +4,11 @@
 	"id": "org.apache.sling:my.app:feature:optional:1.0",
 	
 	"# variables used in includes, requirements, capabilities and bundles sections":
-	"# are substituted at build time. Configuration and framework properties at launch time."
+	"# are substituted at build time. Configuration and framework properties at launch time.",
 	"variables": {
 	    "cfgvar": "somedefault",
 	    "xyz-ver": "1.2.3",
-	    
+
 	    "#": "When converting to provisioning model, if you need a special name",
 	    "provisioning.model.name": ":boot"
 	},
@@ -73,9 +73,10 @@
 		},
 		{
 		    "id": "org.apache.sling:another-bundle:2.1.0",
+		    
 		    "#": "OSGi start level is also supported",
 		    "start-level": 20,
-		    "run-modes": "oak-tar",
+		    "run-modes": ["oak-tar"],
 		    
 		    "configurations": {
 		        "#": "This configuration only gets applied when this bundle is resolved",

-- 
To stop receiving notification emails like this one, please contact
davidb@apache.org.