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 | 241268194081a2ec3d3acc7ea147ca1e085bbcee (patch) | |
| tree | 27880ee724825e626145ea8c691447991982353f /java/module.xml | |
| parent | 4d6f2b89cd6aa8dad4513a6ba43b1a49026a145a (diff) | |
| download | qpid-python-241268194081a2ec3d3acc7ea147ca1e085bbcee.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/qpid@469491 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
| -rw-r--r-- | java/module.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/java/module.xml b/java/module.xml index 0a4470d483..af48d66ddf 100644 --- a/java/module.xml +++ b/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> |
