summaryrefslogtreecommitdiff
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
commitae3201b50554b23f52132635f2e852a4fc78617e (patch)
treeb667995752c36a6cb86878dc02550f16582e26b9
parent0174966274636a181da4f6c3398faaab692574fb (diff)
downloadqpid-python-ae3201b50554b23f52132635f2e852a4fc78617e.tar.gz
fixed build order
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617556 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.xml b/java/build.xml
index cb43754435..b746cd0f71 100644
--- a/java/build.xml
+++ b/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"/>