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/23 22:20:41 UTC

[sling-org-apache-sling-karaf-features] 01/02: SLING-7330 Remove feature sling-extension-explorer

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-features.git

commit 84f6406d0c9f70341ffd804c366db8d9f9a56480
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Dec 23 22:18:20 2017 +0100

    SLING-7330 Remove feature sling-extension-explorer
---
 src/main/feature/feature.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 9640e3a..f83056c 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -190,12 +190,6 @@
     <feature version="${project.version}">sling-extension-discovery</feature>
     <bundle dependency="true">mvn:org.apache.felix/org.apache.felix.inventory/1.0.6</bundle>
   </feature>
-  <feature name="sling-extension-explorer" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.extensions.explorer/1.0.4</bundle>
-    <!-- dependencies -->
-    <feature version="${project.version}">sling</feature>
-    <feature version="${project.version}">sling-scripting-javascript</feature>
-  </feature>
   <feature name="sling-extension-featureflags" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.featureflags/1.2.2</bundle>
     <!-- dependencies -->
@@ -395,7 +389,7 @@
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
     <feature version="${project.version}">sling-auth-form</feature>
-    <feature version="${project.version}">sling-extension-explorer</feature>
+    <feature version="${project.version}">composum</feature>
   </feature>
   <!-- Apache Sling NoSQL -->
   <feature name="sling-nosql-generic" version="${project.version}">

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