diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2006-10-31 14:11:38 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2006-10-31 14:11:38 +0000 |
| commit | 1b2b1f1db808dd4f9969484e94310ea33b5cd9fb (patch) | |
| tree | 6d90c7fc15defe37e41273ddc8638d79fe7fb26d /qpid/java/module.xml | |
| parent | b5196f5ddaa9e6f3ffc72b5711f7385a9f9e34ea (diff) | |
| download | qpid-python-1b2b1f1db808dd4f9969484e94310ea33b5cd9fb.tar.gz | |
Additions to build system to cause junit to produce a report
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@469491 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
| -rw-r--r-- | qpid/java/module.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml index 0a4470d483..af48d66ddf 100644 --- a/qpid/java/module.xml +++ b/qpid/java/module.xml @@ -19,7 +19,8 @@ <import file="common.xml"/> - <map property="module" value="${basedir}"> + + <map property="module" value="${basedir}"> <globmapper from="${project.root}${file.separator}*" to="*"/> </map> @@ -166,6 +167,8 @@ <target name="test"/> + <target name="xmltest"/> + <uptodate property="doc.done" targetfile="${module.doc}/index.html"> <srcfiles dir="${module.src}" includes="**/*.java"/> </uptodate> |
