diff --git a/WHATSNEW b/WHATSNEW index f0af8797e..a5bd88e92 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -220,6 +220,9 @@ Other changes: * Recursive token expansion in a filterset can now be disabled by setting its recurse attribute to false. +* Pathconvert no longer requires that one of (targetos|pathsep|dirsep) + be set; platform defaults are used when this is the case. + Fixed bugs: ----------- diff --git a/docs/manual/CoreTasks/pathconvert.html b/docs/manual/CoreTasks/pathconvert.html index b477da8e0..feb39ceb2 100644 --- a/docs/manual/CoreTasks/pathconvert.html +++ b/docs/manual/CoreTasks/pathconvert.html @@ -7,7 +7,7 @@
-Converts a nested <path>
or reference to a Path,
FileSet, DirSet, or FileList into a path
@@ -40,10 +40,7 @@ drive letters to Unix paths, and vice-versa.
pathsep
and dirsep
according to the specified target architecture.
- pathsep
and/or
- dirsep
are specified.
- Copyright © 2001-2004 The Apache Software Foundation. +
Copyright © 2001-2005 The Apache Software Foundation. All rights Reserved.