updated the release's data directory to be something activemq related to help folks know what the directory is

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@366167 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-01-05 11:35:53 +00:00
parent 166ce1f5f4
commit 1eaf1f7274
1 changed files with 2 additions and 2 deletions

View File

@ -21,10 +21,10 @@
<persistenceAdapter>
<journaledJDBC journalLogFiles="5" dataDirectory="../data"/>
<journaledJDBC journalLogFiles="5" dataDirectory="../activemq-data"/>
<!-- To use a different datasource, use th following syntax : -->
<!--
<journaledJDBC journalLogFiles="5" dataDirectory="../data" dataSource="#postgres-ds"/>
<journaledJDBC journalLogFiles="5" dataDirectory="../activemq-data" dataSource="#postgres-ds"/>
-->
</persistenceAdapter>