Updated Branches: refs/heads/trunk 314b6e1fd -> fbd72d6d7
Place data dir in target Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/fbd72d6d Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/fbd72d6d Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/fbd72d6d Branch: refs/heads/trunk Commit: fbd72d6d70bd840f0bb7f6e3a2d124e62036d4e7 Parents: 314b6e1 Author: Timothy Bish <[email protected]> Authored: Mon Feb 10 18:25:32 2014 -0500 Committer: Timothy Bish <[email protected]> Committed: Mon Feb 10 18:25:32 2014 -0500 ---------------------------------------------------------------------- .../test/resources/org/apache/activemq/bugs/amq5035/activemq.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/fbd72d6d/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq5035/activemq.xml ---------------------------------------------------------------------- diff --git a/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq5035/activemq.xml b/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq5035/activemq.xml index 28acca4..660fff5 100644 --- a/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq5035/activemq.xml +++ b/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq5035/activemq.xml @@ -24,7 +24,7 @@ <!-- The <broker> element is used to configure the ActiveMQ broker. --> - <broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" dataDirectory="${activemq.data}" schedulerSupport="true"> + <broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" dataDirectory="target/activemq-data" schedulerSupport="true"> <destinationPolicy> <policyMap>
