diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-05-05 11:54:24 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-05-05 11:54:24 +0000 |
| commit | 0616d093362bd1ba15615f5137780f9e2cbcd714 (patch) | |
| tree | cc4079bb9b449ee9c55e2d96b59fa36ffd23942e /qpid/java/module.xml | |
| parent | 33b9fb7a4d61ce1fe05a51e8331285c859c35c48 (diff) | |
| download | qpid-python-0616d093362bd1ba15615f5137780f9e2cbcd714.tar.gz | |
QPID-1021 : Update to build system to store and clean test results per module.name.
Sorry errant } broke everything.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@653439 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
| -rw-r--r-- | qpid/java/module.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml index 9522dfc019..de6007b6d2 100644 --- a/qpid/java/module.xml +++ b/qpid/java/module.xml @@ -214,7 +214,7 @@ <classpath refid="module.test.path"/> - <batchtest fork="${test.fork}" todir="${build.results}}/${module.name}"> + <batchtest fork="${test.fork}" todir="${build.results}/${module.name}"> <fileset dir="${module.test.src}" excludes="${module.test.excludes}"> <include name="**/${test}.java"/> </fileset> |
