You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/01/05 12:36:01 UTC

svn commit: r366167 - /incubator/activemq/trunk/assembly/src/release/conf/activemq.xml

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>