1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Michael Gilbert <michael.s.gilbert (at) gmail.com>
Date: Sun, 25 Sep 2011 00:22:25 +0200
Subject: Ensure 'for' task is specified correctly.
---
.../net/sf/antcontrib/antcontrib.properties | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/net/sf/antcontrib/antcontrib.properties b/src/main/resources/net/sf/antcontrib/antcontrib.properties
index b42b4ec..0759b01 100644
--- a/src/main/resources/net/sf/antcontrib/antcontrib.properties
+++ b/src/main/resources/net/sf/antcontrib/antcontrib.properties
@@ -14,6 +14,7 @@ inifile=net.sf.antcontrib.inifile.IniFileTask
# Logic tasks
if=net.sf.antcontrib.logic.IfTask
+for=net.sf.antcontrib.logic.ForTask
foreach=net.sf.antcontrib.logic.ForEach
throw=net.sf.antcontrib.logic.Throw
trycatch=net.sf.antcontrib.logic.TryCatchTask
--
|