summaryrefslogtreecommitdiff
path: root/java/systests
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-08-12 18:12:47 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-08-12 18:12:47 +0000
commit272c47b46a227476b2566b312795aace295dcfbc (patch)
treefbada6f3a6e96f18e77862bbda3c7e83f5cd37bc /java/systests
parent0eb63de33ac6ad087674366509d9a42a8afcc95d (diff)
downloadqpid-python-272c47b46a227476b2566b312795aace295dcfbc.tar.gz
QPID-2002 : Update the build order so that systests can depend on the management cli and eclipse plugin to allow automated system testing
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803645 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/systests')
-rw-r--r--java/systests/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/systests/build.xml b/java/systests/build.xml
index 1e44116119..ac3c77e4a3 100644
--- a/java/systests/build.xml
+++ b/java/systests/build.xml
@@ -20,7 +20,7 @@ nn - or more contributor license agreements. See the NOTICE file
-->
<project name="System Tests" default="build">
- <property name="module.depends" value="client management/common broker broker/test common junit-toolkit"/>
+ <property name="module.depends" value="client management/tools/qpid-cli management/eclipse-plugin management/common broker broker/test common junit-toolkit"/>
<property name="module.test.src" location="src/main/java"/>
<property name="module.test.excludes"
value="**/TTLTest.java,**/DropInTest.java,**/TestClientControlledTest.java"/>