summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-07-08 14:22:11 +0000
committerRafael H. Schloming <rhs@apache.org>2009-07-08 14:22:11 +0000
commita5273319e880200c1e3b26e140a9cf8423daf3ce (patch)
tree6c7e433206af921b157fd29beb79d1f56891f17a /qpid/java/module.xml
parent830aca1858d990c52637caea081cd0b6733e1beb (diff)
downloadqpid-python-a5273319e880200c1e3b26e140a9cf8423daf3ce.tar.gz
moved test profiles and related resources into test-profiles subdirectory
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792157 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
-rw-r--r--qpid/java/module.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index edfa217781..f87b841f8e 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -224,13 +224,13 @@
<condition property="config" value="${profile}.testprofile" else="default.testprofile">
<and>
<isset property="profile"/>
- <available file="${project.root}/${profile}.testprofile" type="file"/>
+ <available file="${test.profiles}/${profile}.testprofile" type="file"/>
</and>
</condition>
- <property file="${project.root}/${config}"/>
- <property file="${project.root}/default.testprofile"/>
+ <property file="${test.profiles}/${config}"/>
+ <property file="${test.profiles}/default.testprofile"/>
<condition property="dontruntest" value="dontruntest" else="runtest">
<contains substring="${module.name}" string="${exclude.modules}" />