summaryrefslogtreecommitdiff
path: root/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
commit561bcb5e86df781f62e56de887d691695b1becc4 (patch)
treef18ecfd6e430baf2ef83bc6ae56860bbdc778e9e /java/module.xml
parent2d96f61a806dc775c630f2f88bf64cb76be11f59 (diff)
downloadqpid-python-561bcb5e86df781f62e56de887d691695b1becc4.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/qpid@794037 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
-rw-r--r--java/module.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/module.xml b/java/module.xml
index 51b9c176c1..1bfc1931a4 100644
--- a/java/module.xml
+++ b/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">