From 5d9435d2da4d8974602cdc1fc453955624c9ede2 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 26 Jul 2000 13:28:26 +0000 Subject: [PATCH] Removed the deprecated versions of Path and EnumeratedAttribute. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267844 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 12 ++-- .../apache/tools/ant/EnumeratedAttribute.java | 62 ---------------- src/main/org/apache/tools/ant/Path.java | 71 ------------------- 3 files changed, 6 insertions(+), 139 deletions(-) delete mode 100644 src/main/org/apache/tools/ant/EnumeratedAttribute.java delete mode 100644 src/main/org/apache/tools/ant/Path.java diff --git a/WHATSNEW b/WHATSNEW index 17a95d74d..6a8388a00 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,12 +1,15 @@ Changes from Ant 1.1 to the current sources -Changes that could break older buildfiles: ------------------------------------------- +Changes that could break older environments: +-------------------------------------------- * copying of support files in has been removed. * the command line switches _not_ starting with - have been removed. +* Path and EnumeratedAttribute have been moved from +org.apache.tools.ant to org.apache.tools.ant.types. + Other changes: -------------- @@ -19,16 +22,13 @@ specified. *