summaryrefslogtreecommitdiff
path: root/java/module.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-07-30 08:48:38 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-07-30 08:48:38 +0000
commitc5c7b36f327ed0acfa9eb7f152d2a1d6b1c80073 (patch)
tree22727b60fcff06ff1732cb294427bf6aae9ee046 /java/module.xml
parentfdbd37d9c1daffeb9806d0ba2d8000394095a253 (diff)
downloadqpid-python-c5c7b36f327ed0acfa9eb7f152d2a1d6b1c80073.tar.gz
Update QpidTestCase to add /bin to the path for the external broker
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@680942 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
-rw-r--r--java/module.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/module.xml b/java/module.xml
index 84b3b0f2f3..50b68ee633 100644
--- a/java/module.xml
+++ b/java/module.xml
@@ -227,8 +227,8 @@
<sysproperty key="test.output" value="${module.results}"/>
<sysproperty key="max_prefetch" value ="${max_prefetch}"/>
<sysproperty key="example.plugin.target" value="${project.root}/build/lib/plugins"/>
- <sysproperty key="QPID_EXAMPLE_HOME" value="${project.root}/broker"/>
- <sysproperty key="QPID_HOME" value="${project.root}/broker"/>
+ <sysproperty key="QPID_EXAMPLE_HOME" value="${project.root}/build"/>
+ <sysproperty key="QPID_HOME" value="${project.root}/build"/>
<formatter type="plain"/>
<formatter type="xml"/>