summaryrefslogtreecommitdiff
path: root/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
commit5a9efa793cab32e8341387c2d9b509502aea3612 (patch)
tree863a54a8c884444527ee949e77f73ccc29e8904a /java/module.xml
parent1bdd21c12dcf37daf8d8c50c61de9ffb5c91975a (diff)
downloadqpid-python-5a9efa793cab32e8341387c2d9b509502aea3612.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/qpid@1175567 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
-rw-r--r--java/module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/module.xml b/java/module.xml
index 050382ee80..ad6cb7d47a 100644
--- a/java/module.xml
+++ b/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">