You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2013/01/22 15:42:32 UTC

svn commit: r1436968 - /activemq/trunk/activemq-karaf-itest/src/test/resources/org/apache/activemq/karaf/itest/activemq.xml

Author: dejanb
Date: Tue Jan 22 14:42:32 2013
New Revision: 1436968

URL: http://svn.apache.org/viewvc?rev=1436968&view=rev
Log:
https://issues.apache.org/jira/browse/AMQ-4034 - update data property in test config

Modified:
    activemq/trunk/activemq-karaf-itest/src/test/resources/org/apache/activemq/karaf/itest/activemq.xml

Modified: activemq/trunk/activemq-karaf-itest/src/test/resources/org/apache/activemq/karaf/itest/activemq.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-karaf-itest/src/test/resources/org/apache/activemq/karaf/itest/activemq.xml?rev=1436968&r1=1436967&r2=1436968&view=diff
==============================================================================
--- activemq/trunk/activemq-karaf-itest/src/test/resources/org/apache/activemq/karaf/itest/activemq.xml (original)
+++ activemq/trunk/activemq-karaf-itest/src/test/resources/org/apache/activemq/karaf/itest/activemq.xml Tue Jan 22 14:42:32 2013
@@ -27,7 +27,7 @@
 
     <broker xmlns="http://activemq.apache.org/schema/core"
             brokerName="${broker-name}"
-            dataDirectory="data"
+            dataDirectory="${data}"
             start="false">
 
         <destinationPolicy>
@@ -49,7 +49,7 @@
         </managementContext>
 
         <persistenceAdapter>
-            <kahaDB directory="data/kahadb"/>
+            <kahaDB directory="${data}/kahadb"/>
         </persistenceAdapter>
 
         <plugins>