This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch feature/SLING-8337 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git
commit 1945c87a47c665e8eaec5da3ccab7e17e8431ee5 Author: Radu Cotescu <[email protected]> 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... --- src/main/features/app.json | 134 ++++++++++++++++++++++----------------------- 1 file changed, 67 insertions(+), 67 deletions(-) diff --git a/src/main/features/app.json b/src/main/features/app.json index 5fb7cd2..9b47884 100644 --- a/src/main/features/app.json +++ b/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" + } + ] }
