summaryrefslogtreecommitdiff
path: root/qpid/java/tools
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-07-31 20:35:52 +0000
committerRafael H. Schloming <rhs@apache.org>2008-07-31 20:35:52 +0000
commitb87da3d2adc8ee6de3cf830ba13fa237ac6f37fb (patch)
treec4effddc3665b1c08ca4b37742cce5d662a9d635 /qpid/java/tools
parentaea859610e709a0c55f4985e3cc654765ed78646 (diff)
downloadqpid-python-b87da3d2adc8ee6de3cf830ba13fa237ac6f37fb.tar.gz
added tools module to the main build
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@681477 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/tools')
-rw-r--r--qpid/java/tools/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/tools/build.xml b/qpid/java/tools/build.xml
index cc223d4170..7cd1b1172c 100644
--- a/qpid/java/tools/build.xml
+++ b/qpid/java/tools/build.xml
@@ -20,7 +20,7 @@
-->
<project name="Qpid Tools" default="build">
- <property name="module.depends" value="client"/>
+ <property name="module.depends" value="client common"/>
<import file="../module.xml"/>