You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2015/04/28 10:25:01 UTC

karaf-cellar git commit: Remove commented bundles in features

Repository: karaf-cellar
Updated Branches:
  refs/heads/cellar-2.3.x f7fb3f9a4 -> 27189f397


Remove commented bundles in features


Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/27189f39
Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/27189f39
Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/27189f39

Branch: refs/heads/cellar-2.3.x
Commit: 27189f3978b337eafa1cafae5af4d3dd348619d6
Parents: f7fb3f9
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Tue Apr 28 10:24:47 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue Apr 28 10:24:47 2015 +0200

----------------------------------------------------------------------
 assembly/src/main/resources/features.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/27189f39/assembly/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/assembly/src/main/resources/features.xml b/assembly/src/main/resources/features.xml
index b348d31..57dabfd 100644
--- a/assembly/src/main/resources/features.xml
+++ b/assembly/src/main/resources/features.xml
@@ -32,10 +32,6 @@
         <configfile finalname="/etc/hazelcast.xml">
             mvn:org.apache.karaf.cellar/apache-karaf-cellar/${project.version}/xml/hazelcast
         </configfile>
-        <!--
-        <bundle start-level="30" dependency="true">mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle>
-        <bundle start-level="30" dependency="true">mvn:com.eclipsesource.minimal-json/minimal-json/0.9.2</bundle>
-        -->
         <bundle start-level="70">mvn:com.hazelcast/hazelcast/${hazelcast.version}</bundle>
     </feature>