summaryrefslogtreecommitdiff
path: root/java/build.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2010-05-07 15:10:17 +0000
committerMartin Ritchie <ritchiem@apache.org>2010-05-07 15:10:17 +0000
commitd047ff8affc87c31a0f769339b6b2339dba9572d (patch)
tree840b0d7e9733d15be6625ab48ab81e4c131be619 /java/build.xml
parent08d61deadc466bfd4e7190e0f0f00417f7abe7d2 (diff)
downloadqpid-python-d047ff8affc87c31a0f769339b6b2339dba9572d.tar.gz
QPID-2580 : Correct build order to allow plugins to use QpidTestCase
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@942103 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
-rw-r--r--java/build.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/java/build.xml b/java/build.xml
index e8c9e23a17..bf79b6364b 100644
--- a/java/build.xml
+++ b/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}"/>