From b423c3cf7dc2ae5c3cf846a6eafac85f60a18baf Mon Sep 17 00:00:00 2001 From: Stephane Bailliez Date: Sat, 2 Feb 2002 01:37:35 +0000 Subject: [PATCH] Allow to execute rjunit to check for real use case by running Ant tests git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271050 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/sandbox/junit/build.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/proposal/sandbox/junit/build.xml b/proposal/sandbox/junit/build.xml index 60cba2dad..746178b7d 100644 --- a/proposal/sandbox/junit/build.xml +++ b/proposal/sandbox/junit/build.xml @@ -17,6 +17,8 @@ + + @@ -44,6 +46,7 @@ includeantruntime="no"> + @@ -55,4 +58,22 @@ + + + + + + + + + + + + \ No newline at end of file