diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-05-12 16:45:01 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-05-12 16:45:01 +0000 |
| commit | ebd31dccfcf58510352e5c0f535691b0ed5263f2 (patch) | |
| tree | 68d926eb770c3ef4bcbcac5ebd60fe0ce9966ad4 /java/common.xml | |
| parent | 9cc2692474ea90406d792ddcf2b79fbcd09a83db (diff) | |
| download | qpid-python-ebd31dccfcf58510352e5c0f535691b0ed5263f2.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/qpid@1337589 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common.xml')
| -rw-r--r-- | java/common.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/common.xml b/java/common.xml index fbb17d7412..ea3b5849d0 100644 --- a/java/common.xml +++ b/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"> |
