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/03/01 15:26:29 UTC

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

Author: davsclaus
Date: Mon Mar  1 14:26:29 2010
New Revision: 917545

URL: http://svn.apache.org/viewvc?rev=917545&view=rev
Log:
CAMEL-217: Include camel-hawtdb in the kit.

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=917545&r1=917544&r2=917545&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Mon Mar  1 14:26:29 2010
@@ -108,6 +108,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-hawtdb</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-http</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=917545&r1=917544&r2=917545&view=diff
==============================================================================
--- camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original)
+++ camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Mon Mar  1 14:26:29 2010
@@ -51,6 +51,7 @@
         <include>org.apache.camel:camel-groovy</include>
         <include>org.apache.camel:camel-guice</include>
         <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-ibatis</include>
         <include>org.apache.camel:camel-irc</include>

Modified: camel/trunk/components/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/pom.xml?rev=917545&r1=917544&r2=917545&view=diff
==============================================================================
--- camel/trunk/components/pom.xml (original)
+++ camel/trunk/components/pom.xml Mon Mar  1 14:26:29 2010
@@ -49,9 +49,7 @@
     <module>camel-gae</module>
     <module>camel-guice</module>
     <module>camel-groovy</module>
-    <!-- component still under active development 
     <module>camel-hawtdb</module>
-    -->
     <module>camel-http</module>
     <module>camel-hl7</module>
     <module>camel-ibatis</module>

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=917545&r1=917544&r2=917545&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Mon Mar  1 14:26:29 2010
@@ -281,6 +281,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-hawtdb</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-http</artifactId>
         <version>${project.version}</version>
       </dependency>