diff --git a/WHATSNEW b/WHATSNEW
index cf77b3ec9..be89264aa 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -6,6 +6,8 @@ Changes that could break older environments:
* copying of support files in Version 1.2 - 2000/08/09 Version 1.2 - 2000/08/10
Table of Contents
@@ -617,7 +617,6 @@ If you do not want these default excludes applied, you may disable them with the
<env>
elements.
adds ${basedir}/bin
to the PATH
of the
system command.
Unzips a zip- or jarfile.
-For JDK 1.1 "last modified time" field is set to current time instead of being -carried from zipfile.
-File permissions will not be restored on extracted files. -
DEPRECATION: the expand task simply points to the unzip task and it's -there for back compatibility reasons.
-Attribute | -Description | -Required | -
src | -zipfile to expand. | -Yes | -
dest | -directory where to store the expanded files. | -Yes | -
---
<unzip src="${tomcat_src}/tools-src.zip" dest="${tools.home}" - />
Sets a token filter for this project. Token filters are used by all tasks @@ -2511,48 +2477,6 @@ respectively.
<link href="http://developer.java.sun.com/developer/products/xml/docs/api/"/> </javadoc> -Performs keyword substitution in the source file, and writes the result to -the destination file.
-Keys in the source file are of the form ${keyname}. The keys attribute -contains key/value pairs. When a key is found in the keys attribute, then -"${keyname}" is replaced by the corresponding value.
-The keys attribute is of the form -"name1=value1*name2=value2*name3=value3". The '*' is called the -separator, which might we changed with the sep attribute.
-Note: the source file and destination file may not be the same.
-Attribute | -Description | -Required | -
src | -the source file. | -Yes | -
dest | -the destination file. | -Yes | -
sep | -the separator for the name/value pairs. | -No | -
keys | -name/value pairs for replacement. | -Yes | -
<keysubst src="abc.txt" dest="def.txt" keys="VERSION=1.0.3*DATE=2000-01-10" />
Unzips a zip- or jarfile.
+For JDK 1.1 "last modified time" field is set to current time instead of being +carried from zipfile.
+File permissions will not be restored on extracted files. +
Attribute | +Description | +Required | +
src | +zipfile to expand. | +Yes | +
dest | +directory where to store the expanded files. | +Yes | +
+++
<unzip src="${tomcat_src}/tools-src.zip" dest="${tools.home}" + />
Untars a tarfile.
diff --git a/src/main/org/apache/tools/ant/taskdefs/defaults.properties b/src/main/org/apache/tools/ant/taskdefs/defaults.properties index f838a2d88..30af34255 100644 --- a/src/main/org/apache/tools/ant/taskdefs/defaults.properties +++ b/src/main/org/apache/tools/ant/taskdefs/defaults.properties @@ -58,5 +58,3 @@ ftp=org.apache.tools.ant.taskdefs.optional.FTP # deprecated ant tasks (kept for back compatibility) javadoc2=org.apache.tools.ant.taskdefs.Javadoc -keysubst=org.apache.tools.ant.taskdefs.KeySubst -expand=org.apache.tools.ant.taskdefs.Expand