You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2017/02/17 05:54:52 UTC

[3/4] ant git commit: Record new forceCsvQuoteChar by Francesco Steccanella

Record new forceCsvQuoteChar by Francesco Steccanella

closes #32


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/54f5c5fb
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/54f5c5fb
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/54f5c5fb

Branch: refs/heads/master
Commit: 54f5c5fbbd51f2f7bf239756010f49fdfc99dd55
Parents: 474d23b
Author: Stefan Bodewig <bo...@apache.org>
Authored: Fri Feb 17 06:51:47 2017 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Fri Feb 17 06:51:47 2017 +0100

----------------------------------------------------------------------
 CONTRIBUTORS     | 1 +
 WHATSNEW         | 7 +++++++
 contributors.xml | 4 ++++
 3 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/54f5c5fb/CONTRIBUTORS
----------------------------------------------------------------------
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 1988638..17022c7 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -125,6 +125,7 @@ Erik Hatcher
 Erik Langenbach
 Erik Meade
 Ernst de Haan
+Francesco Steccanella
 Frank Harnack
 Frank Somers
 Frank Zeyda

http://git-wip-us.apache.org/repos/asf/ant/blob/54f5c5fb/WHATSNEW
----------------------------------------------------------------------
diff --git a/WHATSNEW b/WHATSNEW
index 781ed01..2c10b1e 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -1,6 +1,13 @@
 Changes from Ant 1.9.9 TO Ant 1.9.10
 ====================================
 
+Other changes:
+--------------
+
+ * Added forceCsvQuoteChar option to <csv> task. When enabled the
+   values always get quoted.
+   Github Pull Request #32
+
 Changes from Ant 1.9.8 TO Ant 1.9.9
 ===================================
 

http://git-wip-us.apache.org/repos/asf/ant/blob/54f5c5fb/contributors.xml
----------------------------------------------------------------------
diff --git a/contributors.xml b/contributors.xml
index 1356f38..ee049cb 100644
--- a/contributors.xml
+++ b/contributors.xml
@@ -524,6 +524,10 @@
     <last>de Haan</last>
   </name>
   <name>
+    <first>Francesco</first>
+    <last>Steccanella</last>
+  </name>
+  <name>
     <first>Frank</first>
     <last>Harnack</last>
   </name>