You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2008/12/04 19:23:36 UTC

svn commit: r723389 - in /activemq/camel/trunk: apache-camel/bundle/pom.xml apache-camel/pom.xml apache-camel/src/main/descriptors/common-bin.xml components/pom.xml pom.xml

Author: janstey
Date: Thu Dec  4 10:23:36 2008
New Revision: 723389

URL: http://svn.apache.org/viewvc?rev=723389&view=rev
Log:
CAMEL-1101 - Add RSS component to the distribution

Modified:
    activemq/camel/trunk/apache-camel/bundle/pom.xml
    activemq/camel/trunk/apache-camel/pom.xml
    activemq/camel/trunk/apache-camel/src/main/descriptors/common-bin.xml
    activemq/camel/trunk/components/pom.xml
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/apache-camel/bundle/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/bundle/pom.xml?rev=723389&r1=723388&r2=723389&view=diff
==============================================================================
--- activemq/camel/trunk/apache-camel/bundle/pom.xml (original)
+++ activemq/camel/trunk/apache-camel/bundle/pom.xml Thu Dec  4 10:23:36 2008
@@ -171,6 +171,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-rss</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-saxon</artifactId>
     </dependency>
     <dependency>

Modified: activemq/camel/trunk/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/pom.xml?rev=723389&r1=723388&r2=723389&view=diff
==============================================================================
--- activemq/camel/trunk/apache-camel/pom.xml (original)
+++ activemq/camel/trunk/apache-camel/pom.xml Thu Dec  4 10:23:36 2008
@@ -191,6 +191,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-rss</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-saxon</artifactId>
     </dependency>
     <dependency>

Modified: activemq/camel/trunk/apache-camel/src/main/descriptors/common-bin.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/src/main/descriptors/common-bin.xml?rev=723389&r1=723388&r2=723389&view=diff
==============================================================================
--- activemq/camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original)
+++ activemq/camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Thu Dec  4 10:23:36 2008
@@ -75,6 +75,7 @@
         <include>org.apache.camel:camel-quartz</include>
         <include>org.apache.camel:camel-rest:classes</include>
         <include>org.apache.camel:camel-rmi</include>
+        <include>org.apache.camel:camel-rss</include>
         <include>org.apache.camel:camel-saxon</include>
         <include>org.apache.camel:camel-scala</include>
         <include>org.apache.camel:camel-script</include>

Modified: activemq/camel/trunk/components/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/pom.xml?rev=723389&r1=723388&r2=723389&view=diff
==============================================================================
--- activemq/camel/trunk/components/pom.xml (original)
+++ activemq/camel/trunk/components/pom.xml Thu Dec  4 10:23:36 2008
@@ -73,6 +73,7 @@
     <module>camel-rest</module>
     <module>camel-rmi</module>
     <!--<module>camel-ruby</module>-->
+    <module>camel-rss</module>
     <module>camel-saxon</module>
     <module>camel-scala</module>
     <module>camel-script</module>

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=723389&r1=723388&r2=723389&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Thu Dec  4 10:23:36 2008
@@ -355,6 +355,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-rss</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-saxon</artifactId>
         <version>${project.version}</version>
       </dependency>