summaryrefslogtreecommitdiff
path: root/java/module.xml
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-07-20 08:46:55 +0000
committerRafael H. Schloming <rhs@apache.org>2008-07-20 08:46:55 +0000
commit1be9772b6d6ba7dbaaf74062b1b87bd49bc6f642 (patch)
tree2bc7048dcb827bbf120fa49b4ead1748404471a2 /java/module.xml
parentef0f768a3d9f194c17d5c89a95fe1923676110b4 (diff)
downloadqpid-python-1be9772b6d6ba7dbaaf74062b1b87bd49bc6f642.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/qpid@678260 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
-rw-r--r--java/module.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/module.xml b/java/module.xml
index 38f8a1a779..84b3b0f2f3 100644
--- a/java/module.xml
+++ b/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}" />