Author: jstrachan
Date: Thu Jan 5 03:35:53 2006
New Revision: 366167
URL: http://svn.apache.org/viewcvs?rev=366167&view=rev
Log:
updated the release's data directory to be something activemq related to help
folks know what the directory is
Modified:
incubator/activemq/trunk/assembly/src/release/conf/activemq.xml
Modified: incubator/activemq/trunk/assembly/src/release/conf/activemq.xml
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/assembly/src/release/conf/activemq.xml?rev=366167&r1=366166&r2=366167&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ incubator/activemq/trunk/assembly/src/release/conf/activemq.xml Thu Jan 5
03:35:53 2006
@@ -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>