Return-Path: X-Original-To: apmail-ant-notifications-archive@minotaur.apache.org Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5DFAFEF2B for ; Sun, 3 Mar 2013 10:06:06 +0000 (UTC) Received: (qmail 4084 invoked by uid 500); 3 Mar 2013 10:06:05 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 3987 invoked by uid 500); 3 Mar 2013 10:06:05 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 3979 invoked by uid 99); 3 Mar 2013 10:06:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Mar 2013 10:06:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Mar 2013 10:06:03 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7A960238889B for ; Sun, 3 Mar 2013 10:05:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1452023 - in /ant/core/trunk: CONTRIBUTORS contributors.xml manual/Tasks/tstamp.html Date: Sun, 03 Mar 2013 10:05:44 -0000 To: notifications@ant.apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130303100544.7A960238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ Patrick + Altaie + + + Patrick C. 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 DSTAMP, < and TODAY properties according to the default formats.

   <tstamp>
-    <format property="TODAY_UK" pattern="d-MMMM-yyyy" locale="en,UK"/>
+    <format property="TODAY_GB" pattern="d-MMMM-yyyy" locale="en,GB"/>
   </tstamp>