diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-04-04 16:15:04 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-04-04 16:15:04 +0000 |
| commit | cd490267f429405a14e033089d244c9c52c48fe4 (patch) | |
| tree | 90329a1f2967a8bb0e9692f1af0e57ff11c6d0ef /qpid/java/build.xml | |
| parent | 8ea49185740bea4d7260c883aed20f2b5be89a0b (diff) | |
| download | qpid-python-cd490267f429405a14e033089d244c9c52c48fe4.tar.gz | |
QPID-3929: remove old perftests + integrationtests + junit-toolkit modules and associated files
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1309476 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
| -rw-r--r-- | qpid/java/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index 36e34f4071..6728662d85 100644 --- a/qpid/java/build.xml +++ b/qpid/java/build.xml @@ -26,9 +26,9 @@ <findSubProjects name="client-plugins" dir="client-plugins"/> <findSubProjects name="management" dir="management" excludes="common,example"/> - <property name="modules.core" value="junit-toolkit common management/common broker client tools"/> + <property name="modules.core" value="common management/common broker client tools"/> <property name="modules.examples" value="client/example management/example"/> - <property name="modules.tests" value="systests perftests integrationtests"/> + <property name="modules.tests" value="systests"/> <property name="modules.management" value="${management}"/> <property name="modules.plugin" value="${broker-plugins} ${client-plugins}"/> <property name="modules.opt" value=""/> |
