summaryrefslogtreecommitdiff
path: root/java/build.xml
diff options
context:
space:
mode:
authorAlex Rudyy <orudyy@apache.org>2013-04-26 16:53:46 +0000
committerAlex Rudyy <orudyy@apache.org>2013-04-26 16:53:46 +0000
commit76f2f302aadef0bd5892f65418f760c174b7b6ba (patch)
treee642d7561930230260bbf267d2f245d3bab8c604 /java/build.xml
parentbcedcc0a234638b352dcf778dc2aed1d2936e5c1 (diff)
downloadqpid-python-76f2f302aadef0bd5892f65418f760c174b7b6ba.tar.gz
QPID-4777: Add UI to view and edit web management configuration
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1476288 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 e3726d1c3c..37cee98b08 100644
--- a/java/build.xml
+++ b/java/build.xml
@@ -37,7 +37,7 @@
<property name="modules.plugin" value="${broker-plugins} ${client-plugins}"/>
<property name="modules.jca" value="jca"/>
<property name="modules" value="${modules.core} ${modules.examples}
- ${modules.jca} ${modules.tests} ${modules.plugin} ${modules.opt}"/>
+ ${modules.jca} ${modules.plugin} ${modules.tests} ${modules.opt}"/>
<property name="qpid.jar" location="${build.lib}/qpid-all.jar"/>
<basename property="qpid.jar.name" file="${qpid.jar}"/>