diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-08-12 18:12:47 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-08-12 18:12:47 +0000 |
| commit | d387113d0742931ba98fd71ade0ed1b4bd7719c4 (patch) | |
| tree | 432f52416b39793c5e432ea98f84b47f2a038c34 /qpid/java/systests | |
| parent | dbc70c6fb142e0c3937d6c70d1d426c8b7da7103 (diff) | |
| download | qpid-python-d387113d0742931ba98fd71ade0ed1b4bd7719c4.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@803645 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests')
| -rw-r--r-- | qpid/java/systests/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/systests/build.xml b/qpid/java/systests/build.xml index 1e44116119..ac3c77e4a3 100644 --- a/qpid/java/systests/build.xml +++ b/qpid/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"/> |
