From adb971260c7328e1914b7716ac1691c52d2c88a5 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 28 Apr 2003 12:19:18 +0000 Subject: [PATCH] Enable mixed-case task names inside task-containers while trying to keep backwards compatibility for all other cases (all "normal" nested element names get converted to lower case). PR: 19323 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274525 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 1 + .../apache/tools/ant/RuntimeConfigurable.java | 31 +++++++--- .../org/apache/tools/ant/UnknownElement.java | 56 +++++++++++++------ .../tools/ant/helper/ProjectHelper2.java | 17 ------ 4 files changed, 62 insertions(+), 43 deletions(-) diff --git a/build.xml b/build.xml index 4a33a3d40..fc32aa2d0 100644 --- a/build.xml +++ b/build.xml @@ -277,6 +277,7 @@ +