mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-4034 - update data property in test config
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1436968 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a6bceeb6da
commit
8bf0e43ed3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue