You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/01/12 09:02:21 UTC

camel git commit: CAMEL-9430 : camel-braintree feature definition

Repository: camel
Updated Branches:
  refs/heads/master 339ac3c93 -> 294d179d2


CAMEL-9430 : camel-braintree feature definition


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

Branch: refs/heads/master
Commit: 294d179d2a714a2030b5d6f1f2e9c7904c892f2d
Parents: 339ac3c
Author: lburgazzoli <lb...@gmail.com>
Authored: Mon Jan 11 16:21:57 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Jan 12 09:01:56 2016 +0100

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/bundles.properties | 1 +
 platforms/karaf/features/src/main/resources/features.xml       | 5 +++++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/294d179d/platforms/karaf/features/src/main/resources/bundles.properties
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/src/main/resources/bundles.properties b/platforms/karaf/features/src/main/resources/bundles.properties
index 8c7e448..8d345dd 100644
--- a/platforms/karaf/features/src/main/resources/bundles.properties
+++ b/platforms/karaf/features/src/main/resources/bundles.properties
@@ -33,6 +33,7 @@ org.apache.servicemix.bundles/org.apache.servicemix.bundles.abdera/${abdera-bund
 org.apache.servicemix.bundles/org.apache.servicemix.bundles.ant/${ant-bundle-version}/jar
 org.apache.servicemix.bundles/org.apache.servicemix.bundles.antlr/${antlr-bundle-version}/jar
 org.apache.servicemix.bundles/org.apache.servicemix.bundles.asm/${asm-bundle-version}/jar
+org.apache.servicemix.bundles/org.apache.servicemix.bundles.braintree-java/${braintree-gateway-bundle-version}/jar
 org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-beanutils/${commons-beanutils-version}/jar
 org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-csv/${commons-csv-bundle-version}/jar
 org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-dbcp/${commons-dbcp-bundle-version}/jar

http://git-wip-us.apache.org/repos/asf/camel/blob/294d179d/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 b474d1f..ee9c248 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -224,6 +224,11 @@
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver/${xmlresolver-bundle-version}</bundle>
     <feature>jetty</feature>
   </feature>
+  <feature name='camel-braintree' version='${project.version}' resolver='(obr)' start-level='50'>
+    <feature version='${project.version}'>camel-core</feature>
+    <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.braintree-java/${braintree-gateway-bundle-version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-braintree/${project.version}</bundle>
+  </feature>
   <feature name='camel-cache' version='${project.version}' resolver='(obr)' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
 	  <feature>transaction</feature>