summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-04-22 17:14:44 +0000
committerRafael H. Schloming <rhs@apache.org>2008-04-22 17:14:44 +0000
commitb4b75f18b50d3313ba6ea7107defa4ecaa1acf38 (patch)
tree0d5e072a04392fed0f94cddc196e1c0f7c78e865
parent4ad5f17f2538e2291c49b52100a4aa0814701626 (diff)
downloadqpid-python-b4b75f18b50d3313ba6ea7107defa4ecaa1acf38.tar.gz
QPID-832: updated build order
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/thegreatmerge@650579 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index 2d2b5d36e6..2094c50b9b 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -22,9 +22,9 @@
<import file="common.xml"/>
- <property name="modules.core" value="common broker client"/>
+ <property name="modules.core" value="junit-toolkit common broker client"/>
<property name="modules.examples" value="client/example"/>
- <property name="modules.tests" value="junit-toolkit systests perftests integrationtests"/>
+ <property name="modules.tests" value="systests perftests integrationtests"/>
<property name="modules.management" value="management/eclipse-plugin"/>
<property name="modules" value="${modules.core} ${modules.examples} ${modules.tests} ${modules.management}"/>