You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/08/12 13:36:01 UTC

svn commit: r984721 - /gump/metadata/project/activemq.xml

Author: bodewig
Date: Thu Aug 12 11:36:01 2010
New Revision: 984721

URL: http://svn.apache.org/viewvc?rev=984721&view=rev
Log:
hard dependendcies

Modified:
    gump/metadata/project/activemq.xml

Modified: gump/metadata/project/activemq.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/activemq.xml?rev=984721&r1=984720&r2=984721&view=diff
==============================================================================
--- gump/metadata/project/activemq.xml (original)
+++ gump/metadata/project/activemq.xml Thu Aug 12 11:36:01 2010
@@ -155,8 +155,8 @@
 
     <jar name="target/activemq-pool-*[0-9T].jar" />
 
-    <option project="activemq-core"/>
-    <option project="activemq-ra"/>
+    <depend project="activemq-core"/>
+    <depend project="activemq-ra"/>
     <option project="commons-logging"/>
     <option project="commons-pool"/>
     <option project="junit"/>
@@ -174,7 +174,7 @@
 
     <jar name="target/activemq-ra-*[0-9T].jar" />
 
-    <option project="activemq-core"/>
+    <depend project="activemq-core"/>
     <option project="jmock"/>
     <option project="junit"/>
   </project>