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 2011/06/21 09:32:07 UTC

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

Author: davsclaus
Date: Tue Jun 21 07:32:07 2011
New Revision: 1137889

URL: http://svn.apache.org/viewvc?rev=1137889&view=rev
Log:
CAMEL-4125: Added camel-dns to kit. Thanks to Dan for patch.

Modified:
    camel/trunk/apache-camel/pom.xml
    camel/trunk/apache-camel/src/main/descriptors/common-bin.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=1137889&r1=1137888&r2=1137889&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Tue Jun 21 07:32:07 2011
@@ -113,6 +113,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-dns</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-dozer</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=1137889&r1=1137888&r2=1137889&view=diff
==============================================================================
--- camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original)
+++ camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Tue Jun 21 07:32:07 2011
@@ -52,6 +52,7 @@
         <include>org.apache.camel:camel-csv</include>
         <include>org.apache.camel:camel-cxf</include>
         <include>org.apache.camel:camel-cxf-transport</include>
+        <include>org.apache.camel:camel-dns</include>
         <include>org.apache.camel:camel-dozer</include>
         <include>org.apache.camel:camel-eclipse</include>
         <include>org.apache.camel:camel-ejb</include>

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1137889&r1=1137888&r2=1137889&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Tue Jun 21 07:32:07 2011
@@ -321,6 +321,16 @@
       </dependency>
       <dependency>
          <groupId>org.apache.camel</groupId>
+	     <artifactId>camel-dns</artifactId>
+	     <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-dozer</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+         <groupId>org.apache.camel</groupId>
 	     <artifactId>camel-eclipse</artifactId>
 	     <version>${project.version}</version>
       </dependency>
@@ -346,11 +356,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-dozer</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.camel</groupId>
         <artifactId>camel-freemarker</artifactId>
         <version>${project.version}</version>
       </dependency>