summaryrefslogtreecommitdiff
path: root/java/module.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-05-05 11:54:24 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-05-05 11:54:24 +0000
commitf093078c7741a0d4d1703a7baee3288ccddd44f4 (patch)
treeadcfc8b5d85163eee2f2fbf01eaa95bf0c8f8bd0 /java/module.xml
parent3a6fbdba1b7c0c7f958da084dd5262fdc6ebb633 (diff)
downloadqpid-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.xml2
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>