You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/12/09 15:22:36 UTC

svn commit: r724709 - /geronimo/server/trunk/plugins/openejb/openejb/src/main/history/dependencies.xml

Author: dwoods
Date: Tue Dec  9 06:22:36 2008
New Revision: 724709

URL: http://svn.apache.org/viewvc?rev=724709&view=rev
Log:
GERONIMO-4337 string substitution doesn't work in the dependencies file

Modified:
    geronimo/server/trunk/plugins/openejb/openejb/src/main/history/dependencies.xml

Modified: geronimo/server/trunk/plugins/openejb/openejb/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/openejb/openejb/src/main/history/dependencies.xml?rev=724709&r1=724708&r2=724709&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/openejb/openejb/src/main/history/dependencies.xml (original)
+++ geronimo/server/trunk/plugins/openejb/openejb/src/main/history/dependencies.xml Tue Dec  9 06:22:36 2008
@@ -78,7 +78,7 @@
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.configs</groupId>
-        <artifactId>${activemqString}-broker</artifactId>
+        <artifactId>activemq5-broker</artifactId>
         <type>car</type>
     </dependency>
     <dependency>