summaryrefslogtreecommitdiff
path: root/java/common.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-06-28 16:46:12 +0000
committerRobert Gemmell <robbie@apache.org>2012-06-28 16:46:12 +0000
commitb12849f919c55993d0bc0d67f2427a0c290f478c (patch)
tree5fc4ebb7dc5ee51a19760a14f45282edeffae01a /java/common.xml
parent11fabcb55f5ff07b288e815a8d922479c6e4f1fd (diff)
downloadqpid-python-b12849f919c55993d0bc0d67f2427a0c290f478c.tar.gz
QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webui functionality, partial merge from the java-config-and-management branch at r1355039
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1355072 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common.xml')
-rw-r--r--java/common.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/common.xml b/java/common.xml
index ab71642053..b5ae5679d0 100644
--- a/java/common.xml
+++ b/java/common.xml
@@ -277,8 +277,8 @@
<!-- targets for downloading ivy and retrieving dependencies -->
<target name="retrieve-dependencies" depends="load-ivy, configure-ivy, retrieve-optional-dependencies" unless="${ivy.dont.retrieve}">
<echo message="Resolving and retrieving dependencies..."/>
- <ivy:resolve type="jar,bundle" file="${project.root}/ivy.retrieve.xml" conf="required"/>
- <ivy:retrieve type="jar,bundle" conf="required" sync="true"
+ <ivy:resolve type="jar,bundle,war" file="${project.root}/ivy.retrieve.xml" conf="required"/>
+ <ivy:retrieve type="jar,bundle,war" conf="required" sync="true"
pattern="${project.root}/lib/required/[artifact]-[revision].[ext]" />
</target>