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 2013/04/16 12:38:40 UTC

svn commit: r1468353 - /karaf/cellar/branches/cellar-2.3.x/assembly/src/main/resources/features.xml

Author: jbonofre
Date: Tue Apr 16 10:38:40 2013
New Revision: 1468353

URL: http://svn.apache.org/r1468353
Log:
[KARAF-1249] Fix cellar features

Modified:
    karaf/cellar/branches/cellar-2.3.x/assembly/src/main/resources/features.xml

Modified: karaf/cellar/branches/cellar-2.3.x/assembly/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.3.x/assembly/src/main/resources/features.xml?rev=1468353&r1=1468352&r2=1468353&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.3.x/assembly/src/main/resources/features.xml (original)
+++ karaf/cellar/branches/cellar-2.3.x/assembly/src/main/resources/features.xml Tue Apr 16 10:38:40 2013
@@ -63,6 +63,7 @@
     </feature>
 
     <feature name="cellar" description="Karaf clustering" version="${project.version}" resolver="(obr)">
+        <feature version="${hazelcast.version}">hazelcast</feature>
         <feature version="${project.version}">cellar-shell</feature>
         <feature version="${project.version}">cellar-config</feature>
         <feature version="${project.version}">cellar-bundle</feature>