Put data file under target directory

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418422 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-07-01 00:06:58 +00:00
parent a537902613
commit 0da70121d4
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
</transportConnectors>
<persistenceAdapter>
<kahaPersistentAdaptor dir = "activemq-data/master"/>
<kahaPersistentAdaptor dir = "${basedir}/target/activemq-data/master"/>
</persistenceAdapter>
</broker>

View File

@ -25,7 +25,7 @@
<persistenceAdapter>
<kahaPersistentAdaptor dir = "activemq-data/slave"/>
<kahaPersistentAdaptor dir = "${basedir}/target/activemq-data/slave"/>
</persistenceAdapter>
</broker>