summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarnie McCormack <marnie@apache.org>2006-10-10 13:48:09 +0000
committerMarnie McCormack <marnie@apache.org>2006-10-10 13:48:09 +0000
commitf1ba0cd9106e7e525d3fe0268363a1faeacde4c8 (patch)
tree3a6e7dd1080842548f3279e7d006017dd0e30617
parent2aff895b356e575f42efad97c227500acb6ee613 (diff)
downloadqpid-python-f1ba0cd9106e7e525d3fe0268363a1faeacde4c8.tar.gz
Amended work dir to use $QPID_WORK, though slightly out of context without bdb config refs as per QPID-30
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@454738 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/broker/etc/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/broker/etc/config.xml b/java/broker/etc/config.xml
index ca51803044..77997a3685 100644
--- a/java/broker/etc/config.xml
+++ b/java/broker/etc/config.xml
@@ -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>