summaryrefslogtreecommitdiff
path: root/qpid/java/common/build.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2013-09-23 23:42:30 +0000
committerRobert Gemmell <robbie@apache.org>2013-09-23 23:42:30 +0000
commit469aa371040b2e0685f269937a4e49527a35e00c (patch)
tree3896ba9cbfa5c23e9ebc187e25e673a253903670 /qpid/java/common/build.xml
parent59710ea96cf37dc3859ada1dc5fb095b0b2bc6b4 (diff)
downloadqpid-python-469aa371040b2e0685f269937a4e49527a35e00c.tar.gz
QPID-5160: add a qpid-test-utils module instead of making every modules tests rely on the tests dir from the common module
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525738 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common/build.xml')
-rw-r--r--qpid/java/common/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/common/build.xml b/qpid/java/common/build.xml
index 184aad1abc..1c409cfc4e 100644
--- a/qpid/java/common/build.xml
+++ b/qpid/java/common/build.xml
@@ -20,6 +20,7 @@
-->
<project name="AMQ Common" default="build">
+ <property name="module.test.depends" value="qpid-test-utils" />
<property name="module.genpom" value="true"/>
<import file="../module.xml"/>