summaryrefslogtreecommitdiff
path: root/qpid/java/perftests
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-05-12 15:53:57 +0000
committerRafael H. Schloming <rhs@apache.org>2008-05-12 15:53:57 +0000
commit2241535ef63c1ff4de7c5738f1d85eca3786e7da (patch)
treeb45eb56e30dc3adf809cfbb183b1f35bdfbadebe /qpid/java/perftests
parentb6ae7a7eb71bdefa1dded98a221de32a956962c2 (diff)
downloadqpid-python-2241535ef63c1ff4de7c5738f1d85eca3786e7da.tar.gz
QPID-1037: removed manual setting of the module.name property as it is set automatically by the build scripts
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@655536 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests')
-rw-r--r--qpid/java/perftests/build.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/java/perftests/build.xml b/qpid/java/perftests/build.xml
index 61b17acb0e..d50d062466 100644
--- a/qpid/java/perftests/build.xml
+++ b/qpid/java/perftests/build.xml
@@ -19,9 +19,8 @@
-
-->
<project name="Performance Tests" default="build">
- <property name="module.name" value="perftests"/>
+
<property name="module.depends" value="systests client broker common junit-toolkit"/>
- <property name="module.dist" value="false"/>
<import file="../module.xml"/>