From 7533471c832777cc17683f582ddea760eb3f18a6 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sun, 11 Jul 2010 05:52:51 +0000 Subject: [PATCH] add pointer to Commons Config Tasks - submitted by Nathan Dunn git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@962987 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/external.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/xdocs/external.xml b/xdocs/external.xml index a832c130b..f3ca292e2 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -717,6 +717,44 @@ + +

A set of Ant task that help convert Apache Commons + Configuration property files into build properties, java Enum's + (that are populated at runtime), and any exportable property / + env file desired (e.g., csh, bash, bat, etc.).

+ +

This project provides the following tasks: +

+

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.6 and above
URL:http://code.google.com/p/commonsconfiganttask/
Contact:ndunn at me.com
License:Apache License 2.0
+
+

Recursive build support (call ant on every package level,