You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2013/09/02 04:54:29 UTC

git commit: CAMEL-6676 Added camel-facebook into the kit

Updated Branches:
  refs/heads/master 772930720 -> d0d8b5698


CAMEL-6676 Added camel-facebook into the kit


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

Branch: refs/heads/master
Commit: d0d8b5698f732b101005fadbc7e74718a9304c26
Parents: 7729307
Author: Willem Jiang <ni...@apache.org>
Authored: Mon Sep 2 10:53:35 2013 +0800
Committer: Willem Jiang <ni...@apache.org>
Committed: Mon Sep 2 10:53:35 2013 +0800

----------------------------------------------------------------------
 apache-camel/pom.xml                             | 4 ++++
 apache-camel/src/main/descriptors/common-bin.xml | 1 +
 parent/pom.xml                                   | 5 +++++
 3 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d0d8b569/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index dce3177..f7c05c0 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -177,6 +177,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-facebook</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-flatpack</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/d0d8b569/apache-camel/src/main/descriptors/common-bin.xml
----------------------------------------------------------------------
diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml
index 9c92efa..db1a9c6 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -57,6 +57,7 @@
         <include>org.apache.camel:camel-elasticsearch</include>
         <include>org.apache.camel:camel-eventadmin</include>
         <include>org.apache.camel:camel-exec</include>
+        <include>org.apache.camel:camel-facebook</include>
         <include>org.apache.camel:camel-flatpack</include>
         <include>org.apache.camel:camel-fop</include>
         <include>org.apache.camel:camel-freemarker</include>

http://git-wip-us.apache.org/repos/asf/camel/blob/d0d8b569/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 9d1ab48..3da331c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -656,6 +656,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-facebook</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-flatpack</artifactId>
         <version>${project.version}</version>
       </dependency>