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:53:44 UTC

svn commit: r731575 - in /activemq/camel/branches/camel-1.x: ./ apache-camel/bundle/pom.xml apache-camel/pom.xml apache-camel/src/main/descriptors/common-bin.xml

Author: janstey
Date: Mon Jan  5 05:53:43 2009
New Revision: 731575

URL: http://svn.apache.org/viewvc?rev=731575&view=rev
Log:
Merged revisions 731566 via svnmerge from 
https://svn.apache.org/repos/asf/activemq/camel/trunk

........
  r731566 | janstey | 2009-01-05 10:09:56 -0330 (Mon, 05 Jan 2009) | 1 line
  
  Add camel-tagsoup to the distribution
........

Modified:
    activemq/camel/branches/camel-1.x/   (props changed)
    activemq/camel/branches/camel-1.x/apache-camel/bundle/pom.xml
    activemq/camel/branches/camel-1.x/apache-camel/pom.xml
    activemq/camel/branches/camel-1.x/apache-camel/src/main/descriptors/common-bin.xml

Propchange: activemq/camel/branches/camel-1.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: activemq/camel/branches/camel-1.x/apache-camel/bundle/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/branches/camel-1.x/apache-camel/bundle/pom.xml?rev=731575&r1=731574&r2=731575&view=diff
==============================================================================
--- activemq/camel/branches/camel-1.x/apache-camel/bundle/pom.xml (original)
+++ activemq/camel/branches/camel-1.x/apache-camel/bundle/pom.xml Mon Jan  5 05:53:43 2009
@@ -217,6 +217,10 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-tagsoup</artifactId>
+    </dependency>
     <!--
         <dependency>
           <groupId>org.apache.camel</groupId>

Modified: activemq/camel/branches/camel-1.x/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/branches/camel-1.x/apache-camel/pom.xml?rev=731575&r1=731574&r2=731575&view=diff
==============================================================================
--- activemq/camel/branches/camel-1.x/apache-camel/pom.xml (original)
+++ activemq/camel/branches/camel-1.x/apache-camel/pom.xml Mon Jan  5 05:53:43 2009
@@ -227,6 +227,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/branches/camel-1.x/apache-camel/src/main/descriptors/common-bin.xml
URL: http://svn.apache.org/viewvc/activemq/camel/branches/camel-1.x/apache-camel/src/main/descriptors/common-bin.xml?rev=731575&r1=731574&r2=731575&view=diff
==============================================================================
--- activemq/camel/branches/camel-1.x/apache-camel/src/main/descriptors/common-bin.xml (original)
+++ activemq/camel/branches/camel-1.x/apache-camel/src/main/descriptors/common-bin.xml Mon Jan  5 05:53:43 2009
@@ -85,6 +85,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>