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 | d7c06001e741bd73d371021576452707afbcb1a9 (patch) | |
| tree | 65d316931cdb51d64c13104bf468f8229d1e7d87 /qpid/java | |
| parent | 862a8d66bcf74a07f62621e692c003f23099271f (diff) | |
| download | qpid-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.xml | 2 |
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"/> |
