You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2012/02/23 04:00:37 UTC

svn commit: r1292631 - /geronimo/server/branches/3.0-beta/plugins/activemq/activemq-broker-blueprint/pom.xml

Author: xiaming
Date: Thu Feb 23 03:00:37 2012
New Revision: 1292631

URL: http://svn.apache.org/viewvc?rev=1292631&view=rev
Log:
GERONIMO-6281 Use o.a.g.server.dir as the prefix to activemq.data path in order to generate the activemq datastore in the instance folder

Modified:
    geronimo/server/branches/3.0-beta/plugins/activemq/activemq-broker-blueprint/pom.xml

Modified: geronimo/server/branches/3.0-beta/plugins/activemq/activemq-broker-blueprint/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/activemq/activemq-broker-blueprint/pom.xml?rev=1292631&r1=1292630&r2=1292631&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/activemq/activemq-broker-blueprint/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/activemq/activemq-broker-blueprint/pom.xml Thu Feb 23 03:00:37 2012
@@ -122,7 +122,7 @@
                             -->
                             <config-substitution key="ActiveMQPort">61616</config-substitution>
                             <config-substitution key="activemq.brokerName">DefaultActiveMQBroker</config-substitution>
-                            <config-substitution key="activemq.data">var/activemq</config-substitution>
+                            <config-substitution key="activemq.data">${org.apache.geronimo.server.dir}/var/activemq</config-substitution>
                         </plugin-artifact>
                     </instance>
                 </configuration>