From 419936a2462cd38f7464f37eca3a30a65bbe8f4f Mon Sep 17 00:00:00 2001 From: Stephane Bailliez Date: Thu, 22 Nov 2001 21:23:06 +0000 Subject: [PATCH] XSL that allows automatic update from deprecated tasks to non-deprecated tasks. At the moment it handles the following tasks: apply, javadoc2, deltree, copydir, copyfile, rename. Alternatively it handles the deprecation of the attributes jarfile and zipfile of jar and zip tasks that will be deprecated starting from Ant 1.5 As suggested by Jose Alberto Fernandez git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269993 13f79535-47bb-0310-9956-ffa450edef68 --- src/etc/ant-update.xsl | 145 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 src/etc/ant-update.xsl diff --git a/src/etc/ant-update.xsl b/src/etc/ant-update.xsl new file mode 100644 index 000000000..a7162c7a8 --- /dev/null +++ b/src/etc/ant-update.xsl @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file