You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/07/01 02:06:59 UTC

svn commit: r418422 - in /incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft: master.xml slave.xml

Author: chirino
Date: Fri Jun 30 17:06:58 2006
New Revision: 418422

URL: http://svn.apache.org/viewvc?rev=418422&view=rev
Log:
Put data file under target directory

Modified:
    incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/master.xml
    incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave.xml

Modified: incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/master.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/master.xml?rev=418422&r1=418421&r2=418422&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/master.xml (original)
+++ incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/master.xml Fri Jun 30 17:06:58 2006
@@ -23,7 +23,7 @@
     </transportConnectors>
 
     <persistenceAdapter>
-      <kahaPersistentAdaptor dir = "activemq-data/master"/>
+      <kahaPersistentAdaptor dir = "${basedir}/target/activemq-data/master"/>
     </persistenceAdapter>
   </broker>
 

Modified: incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave.xml?rev=418422&r1=418421&r2=418422&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave.xml (original)
+++ incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave.xml Fri Jun 30 17:06:58 2006
@@ -25,7 +25,7 @@
     
 
     <persistenceAdapter>
-      <kahaPersistentAdaptor dir = "activemq-data/slave"/>
+      <kahaPersistentAdaptor dir = "${basedir}/target/activemq-data/slave"/>
     </persistenceAdapter>
   </broker>