From 5366bd5449cb063fe7f34a99b4e632504e736a55 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Tue, 22 May 2001 09:58:34 +0000
Subject: [PATCH] skipemptyfilesets attributes of apply and execon - part 2.
forgot to save some files, sorry.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269039 13f79535-47bb-0310-9956-ffa450edef68
---
WHATSNEW | 2 ++
docs/manual/CoreTasks/execon.html | 6 ++++++
2 files changed, 8 insertions(+)
diff --git a/WHATSNEW b/WHATSNEW
index eb5c30984..83dd833f3 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -66,6 +66,8 @@ Other changes:
* Allow the SQL Delimiter to be set in the so that Oracle stored procs may be
entered
+* and can now optionally skip empty filesets.
+
Fixed bugs:
-----------
diff --git a/docs/manual/CoreTasks/execon.html b/docs/manual/CoreTasks/execon.html
index 124097ec1..d8dfe3c51 100644
--- a/docs/manual/CoreTasks/execon.html
+++ b/docs/manual/CoreTasks/execon.html
@@ -63,6 +63,12 @@ command. At least one nested <fileset>
is required.
variables are specified.
No, default is false |
+
+ skipemptyfilesets |
+ Don't run the command, if no source files have
+ been found. |
+ No, default is false |
+
parallel |
Run the command only once, appending all files as
|