You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2013/07/10 21:55:29 UTC

git commit: CAMEL-6517: Fixed the failed validation of the camel-jclouds feature.

Updated Branches:
  refs/heads/master a59e61c7b -> ba08604dc


CAMEL-6517: Fixed the failed validation of the camel-jclouds feature.

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ba08604d
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ba08604d
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ba08604d

Branch: refs/heads/master
Commit: ba08604dc3ea8f5410efa12f8d16dffeba271646
Parents: a59e61c
Author: Babak Vahdat <bv...@apache.org>
Authored: Wed Jul 10 21:55:23 2013 +0200
Committer: Babak Vahdat <bv...@apache.org>
Committed: Wed Jul 10 21:55:23 2013 +0200

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ba08604d/platforms/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 15e3934..a322690 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -491,6 +491,7 @@
   </feature>
   <feature name='camel-jclouds' version='${project.version}' resolver='(obr)' start-level='50'>
     <feature version='${jclouds-version}'>jclouds</feature>
+    <feature version='${jclouds-version}'>jclouds-blobstore</feature>
     <feature version='${jclouds-version}'>jclouds-compute</feature>
     <feature version='${project.version}'>camel-core</feature>
     <bundle>mvn:org.apache.camel/camel-jclouds/${project.version}</bundle>