diff options
| author | Alex Rudyy <orudyy@apache.org> | 2013-04-26 16:53:46 +0000 |
|---|---|---|
| committer | Alex Rudyy <orudyy@apache.org> | 2013-04-26 16:53:46 +0000 |
| commit | 327d76b59565ece44018864787dfad695fcda50a (patch) | |
| tree | 7ac922f114ef28a4418f97c73e72dbf241d719c9 /qpid/java/build.xml | |
| parent | 64ab8be9c34528ef71ca5c58ff075ed57a48c9e0 (diff) | |
| download | qpid-python-327d76b59565ece44018864787dfad695fcda50a.tar.gz | |
QPID-4777: Add UI to view and edit web management configuration
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1476288 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
| -rw-r--r-- | qpid/java/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index e3726d1c3c..37cee98b08 100644 --- a/qpid/java/build.xml +++ b/qpid/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}"/> |
