summaryrefslogtreecommitdiff
path: root/qpid/java/common.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-05-12 16:45:01 +0000
committerRobert Gemmell <robbie@apache.org>2012-05-12 16:45:01 +0000
commitd01c61b5f5178bccf7bd034e3270d1ade76e6c6e (patch)
treea49cdc280655bc910aaa96606e85068e5f0a7b10 /qpid/java/common.xml
parented95fde2dc61790686a98106ad1fbd8ff15a510a (diff)
downloadqpid-python-d01c61b5f5178bccf7bd034e3270d1ade76e6c6e.tar.gz
QPID-3994: move the deps for the optional charting module over to being retrieved using Ivy
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1337589 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common.xml')
-rw-r--r--qpid/java/common.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/common.xml b/qpid/java/common.xml
index fbb17d7412..ea3b5849d0 100644
--- a/qpid/java/common.xml
+++ b/qpid/java/common.xml
@@ -123,6 +123,9 @@
<condition property="ivy.dont.retrieve">
<isfalse value="${retrieve.dependencies}"/>
</condition>
+ <condition property="ivy.configured">
+ <isfalse value="${retrieve.dependencies}"/>
+ </condition>
<macrodef name="indirect">