From c5133337751719b6f1a8e921697e1ed980c64cfd Mon Sep 17 00:00:00 2001
From: Conor MacNeill
Date: Sat, 7 Jul 2001 14:57:44 +0000
Subject: [PATCH] Made the meaning of the dest directory explicit. PR: 1744
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269289 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/apply.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/manual/CoreTasks/apply.html b/docs/manual/CoreTasks/apply.html
index 26a5de498..9e19f71ce 100644
--- a/docs/manual/CoreTasks/apply.html
+++ b/docs/manual/CoreTasks/apply.html
@@ -33,7 +33,9 @@ one mapper element are required.
dest |
- the directory where the target files will be placed. |
+ the directory where the <apply> expects the target files will be placed by the
+ command, when it is executed.
+ |
Yes |