Updated Branches:
  refs/heads/camel-2.12.x 96261c18f -> d901fba9a

Added new added component into release kit


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

Branch: refs/heads/camel-2.12.x
Commit: d901fba9a71d4775e3a648c84106fd1e1ae2f390
Parents: 96261c1
Author: Willem Jiang <ningji...@apache.org>
Authored: Thu Aug 29 21:51:54 2013 +0800
Committer: Willem Jiang <ningji...@apache.org>
Committed: Thu Aug 29 21:56:50 2013 +0800

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


http://git-wip-us.apache.org/repos/asf/camel/blob/d901fba9/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index a752e1e..d6b727c 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -392,6 +392,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-netty4</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-netty-http</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/d901fba9/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 06ef1aa..9c92efa 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -109,6 +109,7 @@
         <include>org.apache.camel:camel-mybatis</include>
         <include>org.apache.camel:camel-nagios</include>
         <include>org.apache.camel:camel-netty</include>
+        <include>org.apache.camel:camel-netty4</include>
         <include>org.apache.camel:camel-netty-http</include>
         <include>org.apache.camel:camel-ognl</include>
         <include>org.apache.camel:camel-paxlogging</include>

http://git-wip-us.apache.org/repos/asf/camel/blob/d901fba9/components/pom.xml
----------------------------------------------------------------------
diff --git a/components/pom.xml b/components/pom.xml
index 8a8adb1..d95cb2b 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -130,6 +130,7 @@
     <module>camel-mybatis</module>
     <module>camel-nagios</module>
     <module>camel-netty</module>
+    <module>camel-netty4</module>
     <module>camel-netty-http</module>
     <module>camel-ognl</module>
     <module>camel-paxlogging</module>

http://git-wip-us.apache.org/repos/asf/camel/blob/d901fba9/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 1085720..172f26f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -64,6 +64,7 @@
     <module>camel-example-restlet-jdbc</module>
     <module>camel-example-route-throttling</module>
     <module>camel-example-servlet-tomcat</module>
+    <module>camel-example-servlet-tomcat-blueprintweb</module>
     <module>camel-example-servlet-tomcat-no-spring</module>
     <module>camel-example-simplejirabot</module>
     <module>camel-example-spring</module>

http://git-wip-us.apache.org/repos/asf/camel/blob/d901fba9/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 028e0b9..b747695 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -920,6 +920,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-netty4</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-netty-http</artifactId>
         <version>${project.version}</version>
       </dependency>

Reply via email to