You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/12/22 15:20:25 UTC

[sling-org-apache-sling-karaf-distribution] 03/04: SLING-7327 Remove launchpad from feature names

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

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

commit f7560e2d1269ab61ba081f0a2bffb1dce291fd9c
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Dec 22 15:06:52 2017 +0100

    SLING-7327 Remove launchpad from feature names
---
 pom.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 819bd7f..2d640f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -457,15 +457,16 @@
             <feature>sling-jcr-repoinit</feature>
             <!-- Apache Sling Launchpad -->
             <feature>sling-launchpad-content</feature>
-            <feature>sling-launchpad-nosql-couchbase</feature>
-            <feature>sling-launchpad-nosql-mongodb</feature>
-            <feature>sling-launchpad-oak</feature>
-            <feature>sling-launchpad-oak-mongo</feature>
-            <feature>sling-launchpad-oak-tar</feature>
             <!-- Apache Sling NoSQL -->
             <feature>sling-nosql-couchbase</feature>
             <feature>sling-nosql-generic</feature>
             <feature>sling-nosql-mongodb</feature>
+            <!-- Apache Sling Quickstart -->
+            <feature>sling-quickstart-nosql-couchbase</feature>
+            <feature>sling-quickstart-nosql-mongodb</feature>
+            <feature>sling-quickstart-oak</feature>
+            <feature>sling-quickstart-oak-mongo</feature>
+            <feature>sling-quickstart-oak-tar</feature>
             <!-- Apache Sling Scripting -->
             <feature>sling-scripting</feature>
             <feature>sling-scripting-freemarker</feature>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.