diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2010-05-07 15:10:17 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2010-05-07 15:10:17 +0000 |
| commit | 76d5e5ea1de4c178f8baee3b7da9e30d3a30b3c3 (patch) | |
| tree | b86819c2f20f32897f55fce4a861ac5e718b6388 /qpid/java/build.xml | |
| parent | c88bf1a09b9d38675a30518053de049b3bebe9aa (diff) | |
| download | qpid-python-76d5e5ea1de4c178f8baee3b7da9e30d3a30b3c3.tar.gz | |
QPID-2580 : Correct build order to allow plugins to use QpidTestCase
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@942103 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
| -rw-r--r-- | qpid/java/build.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index e8c9e23a17..bf79b6364b 100644 --- a/qpid/java/build.xml +++ b/qpid/java/build.xml @@ -32,9 +32,8 @@ <property name="modules.management" value="${management}"/> <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.management} ${modules.management.tools} ${modules.tests}"/> + <property name="modules" value="${modules.core} ${modules.examples} + ${modules.management} ${modules.management.tools} ${modules.tests} ${modules.plugin}"/> <property name="qpid.jar" location="${build.lib}/qpid-all.jar"/> <basename property="qpid.jar.name" file="${qpid.jar}"/> |
