You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2009/05/30 12:52:19 UTC

svn commit: r780231 - in /activemq/sandbox/activemq-flow: activemq-broker/pom.xml activemq-kaha/pom.xml activemq-protobuf/

Author: chirino
Date: Sat May 30 10:52:19 2009
New Revision: 780231

URL: http://svn.apache.org/viewvc?rev=780231&view=rev
Log:
Fixing builds a bit.

Modified:
    activemq/sandbox/activemq-flow/activemq-broker/pom.xml
    activemq/sandbox/activemq-flow/activemq-kaha/pom.xml
    activemq/sandbox/activemq-flow/activemq-protobuf/   (props changed)

Modified: activemq/sandbox/activemq-flow/activemq-broker/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-broker/pom.xml?rev=780231&r1=780230&r2=780231&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-broker/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-broker/pom.xml Sat May 30 10:52:19 2009
@@ -57,6 +57,10 @@
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-store</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-kaha</artifactId>
+    </dependency>
 
     <!-- TODO: remove this dependency -->
     <dependency>

Modified: activemq/sandbox/activemq-flow/activemq-kaha/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-kaha/pom.xml?rev=780231&r1=780230&r2=780231&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-kaha/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-kaha/pom.xml Sat May 30 10:52:19 2009
@@ -53,6 +53,13 @@
   
     <!-- Testing Dependencies -->    
     <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-store</artifactId>
+      <version>${activemq-version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>

Propchange: activemq/sandbox/activemq-flow/activemq-protobuf/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat May 30 10:52:19 2009
@@ -0,0 +1,8 @@
+.project
+.classpath
+.settings
+.wtpmodules
+*.iml
+junit*.properties
+eclipse-classes
+target