diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-08-09 19:40:41 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-08-09 19:40:41 +0000 |
| commit | 33d54530c071c428b49f85b3e3aed006e2694c3d (patch) | |
| tree | 8dae868d6e284d4db04e0d307136061b66fb97ee /java/module.xml | |
| parent | 8d3e9f685d1fc4ecd3e346c9c2c4f6557d5c6a6d (diff) | |
| download | qpid-python-33d54530c071c428b49f85b3e3aed006e2694c3d.tar.gz | |
QPID-3402: also use a semi-colon deliminator instead of just whitespace, so as to allow identifying the excludes files correctly when the directory structure includes spaces
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1155516 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
| -rw-r--r-- | java/module.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/module.xml b/java/module.xml index c7819febf4..966d2b9fcc 100644 --- a/java/module.xml +++ b/java/module.xml @@ -316,7 +316,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"> |
