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 2009/01/05 14:39:56 UTC

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

Author: janstey
Date: Mon Jan  5 05:39:56 2009
New Revision: 731566

URL: http://svn.apache.org/viewvc?rev=731566&view=rev
Log:
Add camel-tagsoup 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

Modified: activemq/camel/trunk/apache-camel/bundle/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/bundle/pom.xml?rev=731566&r1=731565&r2=731566&view=diff
==============================================================================
--- activemq/camel/trunk/apache-camel/bundle/pom.xml (original)
+++ activemq/camel/trunk/apache-camel/bundle/pom.xml Mon Jan  5 05:39:56 2009
@@ -225,6 +225,10 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-tagsoup</artifactId>
+    </dependency>
     <!--
         <dependency>
           <groupId>org.apache.camel</groupId>

Modified: activemq/camel/trunk/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/pom.xml?rev=731566&r1=731565&r2=731566&view=diff
==============================================================================
--- activemq/camel/trunk/apache-camel/pom.xml (original)
+++ activemq/camel/trunk/apache-camel/pom.xml Mon Jan  5 05:39:56 2009
@@ -235,6 +235,10 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-swing</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-tagsoup</artifactId>
+    </dependency>
     <!--
         <dependency>
           <groupId>org.apache.camel</groupId>

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=731566&r1=731565&r2=731566&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 Mon Jan  5 05:39:56 2009
@@ -87,6 +87,7 @@
         <include>org.apache.camel:camel-stream</include>
         <include>org.apache.camel:camel-stringtemplate</include>
         <include>org.apache.camel:camel-swing</include>
+        <include>org.apache.camel:camel-tagsoup</include>
         <include>org.apache.camel:camel-uface</include>
         <include>org.apache.camel:camel-velocity</include>
         <include>org.apache.camel:camel-xmlbeans</include>