From 0b39def4919b9093aee129d2799cbb71b9c524fa Mon Sep 17 00:00:00 2001 From: aheritier Date: Mon, 19 Jul 2004 20:16:45 +0000 Subject: [PATCH] update changes git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115863 13f79535-47bb-0310-9956-ffa450edef68 --- ant/xdocs/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ant/xdocs/changes.xml b/ant/xdocs/changes.xml index 6185646d..4cc971b0 100644 --- a/ant/xdocs/changes.xml +++ b/ant/xdocs/changes.xml @@ -27,7 +27,7 @@ Add ant's setproxy tag. Use relative paths in directory properties. - Run Junit only if present in ANT (display a warning otherwise). + Compile tests and run them only if Junit is present in ANT (display a warning otherwise). Resources are correctly copied to the specified targetPath.