summaryrefslogtreecommitdiff
path: root/java/build.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-04-04 16:15:04 +0000
committerRobert Gemmell <robbie@apache.org>2012-04-04 16:15:04 +0000
commitf6c31f823840fbb37ce68e730af4fba2b750884c (patch)
tree5e1e05e765524b5e898c11d3e53d471afc6eff5b /java/build.xml
parent9e4902fbbc7035d1aa85d3d71479e23b87238c0d (diff)
downloadqpid-python-f6c31f823840fbb37ce68e730af4fba2b750884c.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/qpid@1309476 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
-rw-r--r--java/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/build.xml b/java/build.xml
index 36e34f4071..6728662d85 100644
--- a/java/build.xml
+++ b/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=""/>