summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
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/broker-plugins
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/broker-plugins')
-rw-r--r--qpid/java/broker-plugins/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/broker-plugins/build.xml b/qpid/java/broker-plugins/build.xml
index 9e02e341b3..9787eeebc3 100644
--- a/qpid/java/broker-plugins/build.xml
+++ b/qpid/java/broker-plugins/build.xml
@@ -19,7 +19,7 @@ nn - or more contributor license agreements. See the NOTICE file
-
-->
<project name="AMQ Broker-Plugins" default="build">
- <property name="module.name" value="broker-plugins"/>
+
<property name="module.depends" value="client broker common junit-toolkit"/>
<property name="module.manifest" value="MANIFEST.MF"/>
<property name="module.plugin" value="true"/>