From 5475bbd09887d98ceec5397a30de9b9f19f1c60c Mon Sep 17 00:00:00 2001 From: Costin Manolache Date: Thu, 24 Oct 2002 19:15:47 +0000 Subject: [PATCH] Changed the prefix for the optional jars with external deps to ant-. It's just cosmetic - if you feel 'need' is better I'm fine. Also added a property to customize haltonfailure - sometimes it's nice to run all tests and then look at the logs and see all failures. Plus a quick way to run a test without a full rebuild. Again - if you see any problem, I can revert. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273464 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 3598e8987..03cb8710b 100644 --- a/build.xml +++ b/build.xml @@ -46,6 +46,7 @@ + @@ -71,7 +72,7 @@ - + @@ -1422,7 +1423,7 @@ - @@ -1539,12 +1540,15 @@ - + +