You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/03/28 17:07:09 UTC

[sling-whiteboard] branch master updated: SLING-8311 - Investigate creating a Sling CLI tool for development task automation

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

radu 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 f4c37d7  SLING-8311 - Investigate creating a Sling CLI tool for development task automation
f4c37d7 is described below

commit f4c37d78f61b9384cc296a980b43b67e6933836d
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Thu Mar 28 18:06:41 2019 +0100

    SLING-8311 - Investigate creating a Sling CLI tool for development task automation
    
    * changed tabs to spaces; tabs are evil...
---
 cli/src/main/features/app.json | 134 ++++++++++++++++++++---------------------
 1 file changed, 67 insertions(+), 67 deletions(-)

diff --git a/cli/src/main/features/app.json b/cli/src/main/features/app.json
index 5fb7cd2..9b47884 100644
--- a/cli/src/main/features/app.json
+++ b/cli/src/main/features/app.json
@@ -1,69 +1,69 @@
 {
-	"id": "${project.groupId}:${project.artifactId}:slingfeature:app:${project.version}",
-	"bundles": [
-		{
-			"id": "${project.groupId}:${project.artifactId}:${project.version}",
-			"start-level": "5"
-		},
-		{
-			"id": "org.apache.felix:org.apache.felix.scr:2.1.12",
-			"start-level": "1"
-		},
-		{
-			"id": "org.apache.felix:org.apache.felix.configadmin:1.9.10",
-			"start-level": "1"
-		},
-		{
-			"id": "org.apache.felix:org.apache.felix.log:1.2.0",
-			"start-level": "1"
-		},
-		{
-			"id": "ch.qos.logback:logback-classic:1.2.3",
-			"start-level": "1"
-		},
-		{
-			"id": "ch.qos.logback:logback-core:1.2.3",
-			"start-level": "1"
-		},
-		{
-			"id": "org.slf4j:jul-to-slf4j:1.7.25",
-			"start-level": "1"
-		},
-		{
-			"id": "org.slf4j:jcl-over-slf4j:1.7.25",
-			"start-level": "1"
-		},
-		{
-			"id": "org.slf4j:slf4j-api:1.7.25",
-			"start-level": "1"
-		},
-		{
-			"id": "org.apache.felix:org.apache.felix.logback:1.0.2",
-			"start-level": "1"
-		},
-		{
-			"id": "org.apache.httpcomponents:httpcore-osgi:4.4.11",
-			"start-level": "3"
-		},
-		{
-			"id": "org.apache.httpcomponents:httpclient-osgi:4.5.7",
-			"start-level": "3"
-		},
-		{
-			"id": "com.google.code.gson:gson:2.8.5",
-			"start-level": "3"
-		},
-		{
-			"id": "org.eclipse.jgit:org.eclipse.jgit:5.2.1.201812262042-r",
-			"start-level": "3"
-		},
-		{
-			"id": "com.googlecode.javaewah:JavaEWAH:1.1.6",
-			"start-level": "3"
-		},
-		{
-			"id": "org.apache.servicemix.bundles:org.apache.servicemix.bundles.jsch:0.1.55_1",
-			"start-level": "3"
-		}
-	]
+    "id"     : "${project.groupId}:${project.artifactId}:slingfeature:app:${project.version}",
+    "bundles": [
+        {
+            "id"         : "${project.groupId}:${project.artifactId}:${project.version}",
+            "start-level": "5"
+        },
+        {
+            "id"         : "org.apache.felix:org.apache.felix.scr:2.1.12",
+            "start-level": "1"
+        },
+        {
+            "id"         : "org.apache.felix:org.apache.felix.configadmin:1.9.10",
+            "start-level": "1"
+        },
+        {
+            "id"         : "org.apache.felix:org.apache.felix.log:1.2.0",
+            "start-level": "1"
+        },
+        {
+            "id"         : "ch.qos.logback:logback-classic:1.2.3",
+            "start-level": "1"
+        },
+        {
+            "id"         : "ch.qos.logback:logback-core:1.2.3",
+            "start-level": "1"
+        },
+        {
+            "id"         : "org.slf4j:jul-to-slf4j:1.7.25",
+            "start-level": "1"
+        },
+        {
+            "id"         : "org.slf4j:jcl-over-slf4j:1.7.25",
+            "start-level": "1"
+        },
+        {
+            "id"         : "org.slf4j:slf4j-api:1.7.25",
+            "start-level": "1"
+        },
+        {
+            "id"         : "org.apache.felix:org.apache.felix.logback:1.0.2",
+            "start-level": "1"
+        },
+        {
+            "id"         : "org.apache.httpcomponents:httpcore-osgi:4.4.11",
+            "start-level": "3"
+        },
+        {
+            "id"         : "org.apache.httpcomponents:httpclient-osgi:4.5.7",
+            "start-level": "3"
+        },
+        {
+            "id"         : "com.google.code.gson:gson:2.8.5",
+            "start-level": "3"
+        },
+        {
+            "id"         : "org.eclipse.jgit:org.eclipse.jgit:5.2.1.201812262042-r",
+            "start-level": "3"
+        },
+        {
+            "id"         : "com.googlecode.javaewah:JavaEWAH:1.1.6",
+            "start-level": "3"
+        },
+        {
+            "id"         : "org.apache.servicemix.bundles:org.apache.servicemix.bundles.jsch:0.1.55_1",
+            "start-level": "3"
+        }
+    ]
 }