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 | f093078c7741a0d4d1703a7baee3288ccddd44f4 (patch) | |
| tree | adcfc8b5d85163eee2f2fbf01eaa95bf0c8f8bd0 /java/module.xml | |
| parent | 3a6fbdba1b7c0c7f958da084dd5262fdc6ebb633 (diff) | |
| download | qpid-python-f093078c7741a0d4d1703a7baee3288ccddd44f4.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/qpid@653439 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 9522dfc019..de6007b6d2 100644 --- a/java/module.xml +++ b/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> |
