summaryrefslogtreecommitdiff
path: root/qpid/java/client/build.xml
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/client/build.xml
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/client/build.xml')
-rw-r--r--qpid/java/client/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/client/build.xml b/qpid/java/client/build.xml
index 2e7e0e2efb..aeadfa2f0f 100644
--- a/qpid/java/client/build.xml
+++ b/qpid/java/client/build.xml
@@ -19,7 +19,7 @@
-
-->
<project name="AMQ Client" default="build">
- <property name="module.name" value="client"/>
+
<property name="module.depends" value="common"/>
<property name="module.test.depends" value="broker junit-toolkit"/>