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/b7de5fdc
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b7de5fdc
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b7de5fdc

Branch: refs/heads/master
Commit: b7de5fdc2f4478f2658c0e88b2f5ca3ad575d321
Parents: 7735a3d
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:51:54 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/b7de5fdc/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 1f59f4b..dce3177 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/b7de5fdc/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/b7de5fdc/components/pom.xml
----------------------------------------------------------------------
diff --git a/components/pom.xml b/components/pom.xml
index 361dbba..89b981b 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/b7de5fdc/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 83aad7d..bbed460 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/b7de5fdc/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 6951dd0..83e9684 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