Author: marnie
Date: Tue Oct 10 06:48:09 2006
New Revision: 454738
URL: http://svn.apache.org/viewvc?view=rev&rev=454738
Log:
Amended work dir to use $QPID_WORK, though slightly out of context without bdb
config refs as per QPID-30
Modified:
incubator/qpid/trunk/qpid/java/broker/etc/config.xml
Modified: incubator/qpid/trunk/qpid/java/broker/etc/config.xml
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/broker/etc/config.xml?view=diff&rev=454738&r1=454737&r2=454738
==============================================================================
--- incubator/qpid/trunk/qpid/java/broker/etc/config.xml (original)
+++ incubator/qpid/trunk/qpid/java/broker/etc/config.xml Tue Oct 10 06:48:09
2006
@@ -18,7 +18,7 @@
-->
<broker>
<prefix>${QPID_HOME}</prefix>
- <work>${prefix}/work</work>
+ <work>${QPID_WORK}</work>
<conf>${prefix}/etc</conf>
<connector>
<ssl>false</ssl>