From d928ea97f2a6d49a8ceb9d130d2ef1a8e1440e79 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 26 Sep 2002 12:34:27 +0000 Subject: [PATCH] conditionally exclude JUnitReportTest git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273364 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ build.xml | 12 ++++++++++++ 2 files changed, 15 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 4f2a703b6..5a4cbb392 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -34,6 +34,9 @@ Fixed bugs: * 's prefix attribute failed to apply to nested elements. +* created an empty junit-noframes.html if no format had + been specified. + Other changes: -------------- diff --git a/build.xml b/build.xml index dc97ec03e..e600c4c32 100644 --- a/build.xml +++ b/build.xml @@ -1245,6 +1245,16 @@ + + + + + + + + + + @@ -1325,6 +1335,8 @@ unless="trax.impl.present"/> +