Author: bodewig
Date: Sun Mar 3 10:05:43 2013
New Revision: 1452023
URL: http://svn.apache.org/r1452023
Log:
UK is not a valid country code. PR 54590. Submitted by Patrick Altaie
Modified:
ant/core/trunk/CONTRIBUTORS
ant/core/trunk/contributors.xml
ant/core/trunk/manual/Tasks/tstamp.html
Modified: ant/core/trunk/CONTRIBUTORS
URL:
http://svn.apache.org/viewvc/ant/core/trunk/CONTRIBUTORS?rev=1452023&r1=1452022&r2=1452023&view=diff
==============================================================================
--- ant/core/trunk/CONTRIBUTORS (original)
+++ ant/core/trunk/CONTRIBUTORS Sun Mar 3 10:05:43 2013
@@ -259,6 +259,7 @@ Oliver Rossmueller
Ondra Medek
Omer Shapira
Oystein Gisnas
+Patrick Altaie
Patrick C. Beard
Patrick Chanezon
Patrick G. Heck (Gus Heck)
Modified: ant/core/trunk/contributors.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/contributors.xml?rev=1452023&r1=1452022&r2=1452023&view=diff
==============================================================================
--- ant/core/trunk/contributors.xml (original)
+++ ant/core/trunk/contributors.xml Sun Mar 3 10:05:43 2013
@@ -1054,6 +1054,10 @@
</name>
<name>
<first>Patrick</first>
+ <last>Altaie</last>
+ </name>
+ <name>
+ <first>Patrick</first>
<last>C.</last>
</name>
<name>
Modified: ant/core/trunk/manual/Tasks/tstamp.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/manual/Tasks/tstamp.html?rev=1452023&r1=1452022&r2=1452023&view=diff
==============================================================================
--- ant/core/trunk/manual/Tasks/tstamp.html (original)
+++ ant/core/trunk/manual/Tasks/tstamp.html Sun Mar 3 10:05:43 2013
@@ -129,7 +129,7 @@ sets the standard <code>DSTAMP</code>, <
and <code>TODAY</code> properties according to the default formats.</p>
<pre>
<tstamp>
- <format property="TODAY_UK" pattern="d-MMMM-yyyy"
locale="en,UK"/>
+ <format property="TODAY_GB" pattern="d-MMMM-yyyy"
locale="en,GB"/>
</tstamp>
</pre>
<p>