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 2010/04/10 12:38:18 UTC

svn commit: r932689 - in /camel/trunk: apache-camel/pom.xml apache-camel/src/main/descriptors/common-bin.xml components/camel-http/ components/camel-http4/ components/pom.xml parent/pom.xml

Author: davsclaus
Date: Sat Apr 10 10:38:17 2010
New Revision: 932689

URL: http://svn.apache.org/viewvc?rev=932689&view=rev
Log:
CAMEL-2608: Moving camel-http to camel-http4 directory (to make room so we can restore the old camel-http component)

Added:
    camel/trunk/components/camel-http4/
      - copied from r932687, camel/trunk/components/camel-http/
Removed:
    camel/trunk/components/camel-http/
Modified:
    camel/trunk/apache-camel/pom.xml
    camel/trunk/apache-camel/src/main/descriptors/common-bin.xml
    camel/trunk/components/pom.xml
    camel/trunk/parent/pom.xml

Modified: camel/trunk/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=932689&r1=932688&r2=932689&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Sat Apr 10 10:38:17 2010
@@ -120,6 +120,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-http4</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-hl7</artifactId>
     </dependency>
     <dependency>

Modified: camel/trunk/apache-camel/src/main/descriptors/common-bin.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/src/main/descriptors/common-bin.xml?rev=932689&r1=932688&r2=932689&view=diff
==============================================================================
--- camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original)
+++ camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Sat Apr 10 10:38:17 2010
@@ -54,6 +54,7 @@
         <include>org.apache.camel:camel-hl7</include>
         <include>org.apache.camel:camel-hawtdb</include>
         <include>org.apache.camel:camel-http</include>
+        <include>org.apache.camel:camel-http4</include>
         <include>org.apache.camel:camel-ibatis</include>
         <include>org.apache.camel:camel-irc</include>
         <include>org.apache.camel:camel-jackson</include>

Modified: camel/trunk/components/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/pom.xml?rev=932689&r1=932688&r2=932689&view=diff
==============================================================================
--- camel/trunk/components/pom.xml (original)
+++ camel/trunk/components/pom.xml Sat Apr 10 10:38:17 2010
@@ -53,6 +53,7 @@
     <module>camel-groovy</module>
     <module>camel-hawtdb</module>
     <module>camel-http</module>
+    <module>camel-http4</module>
     <module>camel-hl7</module>
     <module>camel-ibatis</module>
     <module>camel-irc</module>

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=932689&r1=932688&r2=932689&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Sat Apr 10 10:38:17 2010
@@ -301,6 +301,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-http4</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-ibatis</artifactId>
         <version>${project.version}</version>
       </dependency>