You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2008/08/27 20:03:57 UTC

svn commit: r689542 - in /activemq/trunk/assembly: pom.xml src/main/descriptors/common-bin.xml

Author: jstrachan
Date: Wed Aug 27 11:03:57 2008
New Revision: 689542

URL: http://svn.apache.org/viewvc?rev=689542&view=rev
Log:
Added camel-jetty to the ActiveMQ distro

Modified:
    activemq/trunk/assembly/pom.xml
    activemq/trunk/assembly/src/main/descriptors/common-bin.xml

Modified: activemq/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/pom.xml?rev=689542&r1=689541&r2=689542&view=diff
==============================================================================
--- activemq/trunk/assembly/pom.xml (original)
+++ activemq/trunk/assembly/pom.xml Wed Aug 27 11:03:57 2008
@@ -98,6 +98,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-jetty</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-jms</artifactId>
     </dependency>
     <!-- for the XML parsing -->

Modified: activemq/trunk/assembly/src/main/descriptors/common-bin.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/main/descriptors/common-bin.xml?rev=689542&r1=689541&r2=689542&view=diff
==============================================================================
--- activemq/trunk/assembly/src/main/descriptors/common-bin.xml (original)
+++ activemq/trunk/assembly/src/main/descriptors/common-bin.xml Wed Aug 27 11:03:57 2008
@@ -111,6 +111,7 @@
         <!-- camel -->
         <include>org.apache.camel:camel-core</include>
         <include>org.apache.camel:camel-spring</include>
+        <include>org.apache.camel:camel-jetty</include>
         <include>org.apache.camel:camel-jms</include>
         <include>org.apache.activemq:activemq-camel</include>
 				<!-- Java 5 only -->