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/build.xml | |
| 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/build.xml')
| -rw-r--r-- | qpid/java/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index ccca115c9d..f40da460b0 100644 --- a/qpid/java/build.xml +++ b/qpid/java/build.xml @@ -29,8 +29,8 @@ <property name="modules.plugin" value="broker-plugins"/> <property name="modules.management.tools" value="management/tools/qpid-cli"/> <property name="modules" value="${modules.core} - ${modules.plugin} ${modules.examples} ${modules.tests} - ${modules.management} ${modules.management.tools}"/> + ${modules.plugin} ${modules.examples} + ${modules.management} ${modules.management.tools} ${modules.tests}"/> <property name="qpid.jar" location="${build.lib}/qpid-all.jar"/> <basename property="qpid.jar.name" file="${qpid.jar}"/> |
