summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-02-01 16:58:16 +0000
committerRafael H. Schloming <rhs@apache.org>2008-02-01 16:58:16 +0000
commitd7c06001e741bd73d371021576452707afbcb1a9 (patch)
tree65d316931cdb51d64c13104bf468f8229d1e7d87 /qpid/java
parent862a8d66bcf74a07f62621e692c003f23099271f (diff)
downloadqpid-python-d7c06001e741bd73d371021576452707afbcb1a9.tar.gz
fixed build order
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@617556 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index cb43754435..b746cd0f71 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -22,7 +22,7 @@
<import file="common.xml"/>
- <property name="modules.core" value="common client broker"/>
+ <property name="modules.core" value="common broker client"/>
<property name="modules.tests" value="systests perftests integrationtests"/>
<property name="modules.management" value="management/eclipse-plugin"/>