From ec9e663f8e05bacebf792eb8693583734d5729e8 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 27 Sep 2006 18:21:08 +0000 Subject: [PATCH] add junit-report-only and antunit-report-only for those (admittedly rare) situations when you've just run tests without reports and change your mind that you want reports after all. :P git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@450535 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index e076bbc12..8ae8133a6 100644 --- a/build.xml +++ b/build.xml @@ -1678,7 +1678,9 @@ see ${build.junit.reports} / ${antunit.reports} - + + + @@ -1879,7 +1881,9 @@ see ${build.junit.reports} / ${antunit.reports} - + + +