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/06 19:32:23 UTC

svn commit: r732040 - in /activemq/camel/branches/camel-1.x: ./ tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/pom.xml

Author: janstey
Date: Tue Jan  6 10:32:23 2009
New Revision: 732040

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

........
  r732035 | janstey | 2009-01-06 14:56:24 -0330 (Tue, 06 Jan 2009) | 1 line
  
  CAMEL-1230 - Fix up the broken ActiveMQ archetype
........

Modified:
    activemq/camel/branches/camel-1.x/   (props changed)
    activemq/camel/branches/camel-1.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/pom.xml

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

Modified: activemq/camel/branches/camel-1.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/branches/camel-1.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/pom.xml?rev=732040&r1=732039&r2=732040&view=diff
==============================================================================
--- activemq/camel/branches/camel-1.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/pom.xml (original)
+++ activemq/camel/branches/camel-1.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/pom.xml Tue Jan  6 10:32:23 2009
@@ -43,6 +43,11 @@
       <version>${activemq-version}</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-camel</artifactId>
+      <version>${activemq-version}</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
       <version>${camel-version}</version>