This is an automated email from the ASF dual-hosted git repository.
bodewig pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git
from 01bb3e6b6 remove assumption symlinks can only be created on Unix from
tests
new 62b7fa1e0 consistently refer to junctions as "Windows junctions"
new 015da2c68 add a file selector for Windows junctions
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
WHATSNEW | 7 ++--
manual/Tasks/delete.html | 7 ++--
manual/Tasks/mklink.html | 3 +-
manual/Types/selectors.html | 9 +++++
.../org/apache/tools/ant/DirectoryScanner.java | 10 +++---
src/main/org/apache/tools/ant/taskdefs/Delete.java | 16 ++++-----
.../ant/taskdefs/optional/windows/Mklink.java | 2 +-
.../apache/tools/ant/types/AbstractFileSet.java | 9 +++++
.../types/selectors/AbstractSelectorContainer.java | 8 +++++
.../ant/types/selectors/BaseSelectorContainer.java | 8 +++++
.../tools/ant/types/selectors/SymlinkSelector.java | 2 +-
.../tools/ant/types/selectors/TokenizedPath.java | 8 ++---
...kSelector.java => WindowsJunctionSelector.java} | 16 ++++-----
src/main/org/apache/tools/ant/util/FileUtils.java | 4 +--
...unctionUtils.java => WindowsJunctionUtils.java} | 42 +++++++++++-----------
.../antunit/taskdefs/delete-and-junctions-test.xml | 14 +++-----
...{symlink-test.xml => windows-junction-test.xml} | 40 ++++++++++-----------
17 files changed, 117 insertions(+), 88 deletions(-)
copy src/main/org/apache/tools/ant/types/selectors/{SymlinkSelector.java =>
WindowsJunctionSelector.java} (68%)
rename src/main/org/apache/tools/ant/util/{NtfsJunctionUtils.java =>
WindowsJunctionUtils.java} (66%)
copy src/tests/antunit/types/selectors/{symlink-test.xml =>
windows-junction-test.xml} (67%)