diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-07-20 08:46:55 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-07-20 08:46:55 +0000 |
| commit | cfed390d5d3a7a9d6f76c1bd25f009b630317bdc (patch) | |
| tree | b83847c8754000103ffe508c49850ef841d488c1 /qpid/java/module.xml | |
| parent | 50567244c0879ba624b70bb06be0db48e8b43900 (diff) | |
| download | qpid-python-cfed390d5d3a7a9d6f76c1bd25f009b630317bdc.tar.gz | |
QPID-1185: replaced occurrances of with , also made default.testprofile always load so that all other testprofiles only need to override values that are different
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@678260 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
| -rw-r--r-- | qpid/java/module.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml index 38f8a1a779..84b3b0f2f3 100644 --- a/qpid/java/module.xml +++ b/qpid/java/module.xml @@ -193,6 +193,7 @@ <property file="${project.root}/${config}"/> + <property file="${project.root}/default.testprofile"/> <condition property="dontruntest" value="dontruntest" else="runtest"> <contains substring="${module.name}" string="${exclude.modules}" /> |
