From 5e7b9b56d7017335870da8d92baa3ef74afbf129 Mon Sep 17 00:00:00 2001
From: Matthew Jason Benson
Date: Fri, 16 Jan 2009 00:06:07 +0000
Subject: [PATCH] pathconvert preserveduplicates
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@734865 13f79535-47bb-0310-9956-ffa450edef68
---
WHATSNEW | 4 ++++
docs/manual/CoreTasks/pathconvert.html | 6 ++++++
2 files changed, 10 insertions(+)
diff --git a/WHATSNEW b/WHATSNEW
index 8e363ff4f..a92f7b95b 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -646,6 +646,10 @@ Other changes:
full filesystem.
Bugzilla Report 32676.
+ * has a new preserveduplicates attribute--historically
+ these were eliminated in the interest of behaving in the manner
+ of a "path."
+
Changes from Ant 1.7.0 TO Ant 1.7.1
=============================================
diff --git a/docs/manual/CoreTasks/pathconvert.html b/docs/manual/CoreTasks/pathconvert.html
index 097963c43..55d5c2c63 100644
--- a/docs/manual/CoreTasks/pathconvert.html
+++ b/docs/manual/CoreTasks/pathconvert.html
@@ -90,11 +90,17 @@ drive letters to Unix paths, and vice-versa.
No; if omitted, a nested
<path> element must be supplied. |
+
setonempty |
Should the property be set, even if the result
is the empty string?
| No; default is "true".
|
+
+ preserveduplicates |
+ Whether to preserve duplicate resources. Since Ant 1.8 |
+ No; default "false".
+ |
Parameters specified as nested elements
map