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 | 272c47b46a227476b2566b312795aace295dcfbc (patch) | |
| tree | fbada6f3a6e96f18e77862bbda3c7e83f5cd37bc /java/build.xml | |
| parent | 0eb63de33ac6ad087674366509d9a42a8afcc95d (diff) | |
| download | qpid-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/build.xml')
| -rw-r--r-- | java/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/build.xml b/java/build.xml index ccca115c9d..f40da460b0 100644 --- a/java/build.xml +++ b/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}"/> |
