Author: jbonofre
Date: Thu Jun 6 07:20:39 2013
New Revision: 1490180
URL: http://svn.apache.org/r1490180
Log:
Revert features dependency change
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=1490180&r1=1490179&r2=1490180&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
Thu Jun 6 07:20:39 2013
@@ -76,24 +76,24 @@
</feature>
<feature name="cellar-dosgi" description="DOSGi support"
version="${project.version}" resolver="(obr)">
- <feature version="${project.version}">cellar-hazelcast</feature>
+ <feature version="${project.version}">cellar-core</feature>
<bundle
start-level="40">mvn:org.apache.karaf.cellar/org.apache.karaf.cellar.dosgi/${project.version}</bundle>
</feature>
<feature name="cellar-obr" description="OBR cluster support"
version="${project.version}" resolver="(obr)">
<feature>obr</feature>
- <feature version="${project.version}">cellar-hazelcast</feature>
+ <feature version="${project.version}">cellar-core</feature>
<bundle>mvn:org.apache.karaf.cellar/org.apache.karaf.cellar.obr/${project.version}</bundle>
</feature>
<feature name="cellar-event" description="OSGi events broadcasting in
clusters" version="${project.version}" resolver="(obr)">
<feature>eventadmin</feature>
- <feature version="${project.version}">cellar-hazelcast</feature>
+ <feature version="${project.version}">cellar-core</feature>
<bundle>mvn:org.apache.karaf.cellar/org.apache.karaf.cellar.event/${project.version}</bundle>
</feature>
<feature name="cellar-cloud" description="Cloud blobstore support in
clusters" version="${project.version}" resolver="(obr)">
- <feature version="${project.version}">cellar-hazelcast</feature>
+ <feature version="${project.version}">cellar-core</feature>
<feature version="${jclouds.version}">jclouds</feature>
<!-- Adding S3 as the default Blobstore -->
<feature version="${jclouds.version}">jclouds-aws-s3</feature>