diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-02-01 16:58:16 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-02-01 16:58:16 +0000 |
| commit | ae3201b50554b23f52132635f2e852a4fc78617e (patch) | |
| tree | b667995752c36a6cb86878dc02550f16582e26b9 | |
| parent | 0174966274636a181da4f6c3398faaab692574fb (diff) | |
| download | qpid-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.xml | 2 |
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"/> |
