summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-07-14 19:51:03 +0000
committerRafael H. Schloming <rhs@apache.org>2009-07-14 19:51:03 +0000
commitf8615b90193e0493adfb64ed3973797f60727dfc (patch)
treed06e606a496c80401a31e786261fe62609fc8847 /qpid/java/module.xml
parent2438a3cb8ff3f1f0d52b048ba2475c01119fb37e (diff)
downloadqpid-python-f8615b90193e0493adfb64ed3973797f60727dfc.tar.gz
added support for profile inheritence and refactored profiles to permit convenient overriding of broker location and additional broker arguments
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@794037 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
-rw-r--r--qpid/java/module.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index 51b9c176c1..1bfc1931a4 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -231,6 +231,9 @@
<property file="${test.profiles}/${config}"/>
+ <foreach property="_profile_" list="${profile.inherit}">
+ <property file="${test.profiles}/${_profile_}.testprofile"/>
+ </foreach>
<property file="${test.profiles}/default.testprofile"/>
<condition property="dontruntest" value="dontruntest" else="runtest">