diff options
| author | Aidan Skinner <aidan@apache.org> | 2008-04-24 00:32:22 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2008-04-24 00:32:22 +0000 |
| commit | aa58ed2e5d53abe7982a5446954e84b6c89d96ed (patch) | |
| tree | 82ea1c0b34607ab154ef68c8fdcb2c610c7a8e94 /java/build.xml | |
| parent | 3853aa19e01a3f6b4711457dde6342ae0e2240d7 (diff) | |
| download | qpid-python-aa58ed2e5d53abe7982a5446954e84b6c89d96ed.tar.gz | |
QPID-832 sync build stuff from thegreatmerge
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@651124 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
| -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 1e91ce15c1..2094c50b9b 100644 --- a/java/build.xml +++ b/java/build.xml @@ -22,7 +22,7 @@ <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="systests perftests integrationtests"/> <property name="modules.management" value="management/eclipse-plugin"/> |
