summaryrefslogtreecommitdiff
path: root/java/build.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2010-04-21 11:46:54 +0000
committerMartin Ritchie <ritchiem@apache.org>2010-04-21 11:46:54 +0000
commitf33d119bbeb617df9be636e8146b8e9d202c456c (patch)
tree94826ce606392335fea3e07e7cd1fa58dc562c98 /java/build.xml
parent9b5e88811a4fae38ba84e755469352190a3a39de (diff)
downloadqpid-python-f33d119bbeb617df9be636e8146b8e9d202c456c.tar.gz
QPID-2525: Updated Build.xml to build Management Examples
Updated QueueInformation to allow the specification of queues to monitor and the attributes to print. Updated to only use a single connection rather than one per query. Perform connection cleanup on shutdown git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@936267 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
-rw-r--r--java/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.xml b/java/build.xml
index 440cdf21a3..6f0648cd9e 100644
--- a/java/build.xml
+++ b/java/build.xml
@@ -23,7 +23,7 @@
<import file="common.xml"/>
<property name="modules.core" value="junit-toolkit common management/common broker client tools"/>
- <property name="modules.examples" value="client/example"/>
+ <property name="modules.examples" value="client/example management/example"/>
<property name="modules.tests" value="systests perftests integrationtests testkit"/>
<property name="modules.management" value="management/client management/eclipse-plugin management/agent management/console"/>
<property name="modules.plugin" value="broker-plugins"/>