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 2014/06/30 06:15:22 UTC

[2/2] git commit: CAMEL-7553 Added camel-box component into the release kit

CAMEL-7553 Added camel-box component into the release kit


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

Branch: refs/heads/master
Commit: ed13d4ee09f11569f5004db58fc26e28258a8b5f
Parents: 01d3dad
Author: Willem Jiang <wi...@gmail.com>
Authored: Mon Jun 30 12:15:08 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Mon Jun 30 12:15:08 2014 +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/ed13d4ee/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 206f836..025a263 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -109,6 +109,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-box</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-blueprint</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/ed13d4ee/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 aad7a67..4ffcd58 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -38,6 +38,7 @@
         <include>org.apache.camel:camel-beanio</include>
         <include>org.apache.camel:camel-bean-validator</include>
         <include>org.apache.camel:camel-bindy</include>
+        <include>org.apache.camel:camel-box</include>
         <include>org.apache.camel:camel-blueprint</include>
         <include>org.apache.camel:camel-cache</include>
         <include>org.apache.camel:camel-castor</include>

http://git-wip-us.apache.org/repos/asf/camel/blob/ed13d4ee/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 4690c32..714fb4c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -588,6 +588,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-box</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-blueprint</artifactId>
         <version>${project.version}</version>
       </dependency>