diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-05-14 21:11:40 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-05-14 21:11:40 +0000 |
| commit | fdc717cc97eb61bbb55189090aa5910136cf1228 (patch) | |
| tree | 497482b0a8bdfa4bb8afad964dc67fc7d1eaa351 /qpid/java/common.xml | |
| parent | c18230d6b6734f8f0a1319dbe03d34f2633d6947 (diff) | |
| download | qpid-python-fdc717cc97eb61bbb55189090aa5910136cf1228.tar.gz | |
QPID-3994: add ability to specify -Doptional=true to enable all optional modules and download of optional dependencies
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1338428 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common.xml')
| -rw-r--r-- | qpid/java/common.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/qpid/java/common.xml b/qpid/java/common.xml index 6d65f68fc2..ab71642053 100644 --- a/qpid/java/common.xml +++ b/qpid/java/common.xml @@ -124,7 +124,10 @@ <condition property="ivy.retrieve.optional"> <and> <istrue value="${retrieve.dependencies}"/> - <istrue value="${optional.dependencies}"/> + <or> + <istrue value="${optional.dependencies}"/> + <istrue value="${optional}"/> + </or> </and> </condition> |
