From 2765e2f09faba83150af74c71bdd0f92c66fe7ae Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 16 Apr 2004 22:43:27 +0000 Subject: [PATCH] More cleanup. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276336 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/import.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/manual/CoreTasks/import.html b/docs/manual/CoreTasks/import.html index d1af0ad7e..5e517fbfa 100644 --- a/docs/manual/CoreTasks/import.html +++ b/docs/manual/CoreTasks/import.html @@ -3,6 +3,7 @@ Import Task +

Import

@@ -76,18 +77,21 @@ imported files.
Required - file
+ + file - The file to import.
+ + The file to import. Yes - optional
+ + optional if true, do not issue stop the build if the file does not exist, - default is false.
+ default is false. No