summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-09-25 20:22:41 +0000
committerRobert Gemmell <robbie@apache.org>2011-09-25 20:22:41 +0000
commit69652a57b8093a667aef5aaf94bce919bab31d89 (patch)
tree6fdb977cdff7e1a6a0f0e8c5fcef4cc534105b23 /qpid/java/module.xml
parent1c3245777904d0705f2943e5ae7fb19f039f4a6d (diff)
downloadqpid-python-69652a57b8093a667aef5aaf94bce919bab31d89.tar.gz
QPID-3402: fix excludes files to work with spaces etc in path, make SSL tests use relative path to keystore files to allow parsing the URLs containing them
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1175567 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
-rw-r--r--qpid/java/module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index 050382ee80..ad6cb7d47a 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -317,7 +317,7 @@
<property file="${build.scratch}/test-${profile}.properties"/>
<map property="test.excludefiles" value="${test.excludes}">
- <globmapper from="*" to="${test.profiles}/*"/>
+ <globmapper from="*" to="${test.profiles}/*;"/>
</map>
<condition property="dontruntest" value="dontruntest" else="runtest">