Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 683E571AE for ; Sun, 4 Sep 2011 12:15:51 +0000 (UTC) Received: (qmail 93458 invoked by uid 500); 4 Sep 2011 12:15:49 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 92941 invoked by uid 500); 4 Sep 2011 12:15:46 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 92933 invoked by uid 99); 4 Sep 2011 12:15:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Sep 2011 12:15:44 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vw0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Sep 2011 12:15:36 +0000 Received: by vws10 with SMTP id 10so4423441vws.30 for ; Sun, 04 Sep 2011 05:15:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=zWp4x9Y20zQuAMYdQ2RAb/gIwULDAnl41WXrrUaEPUw=; b=XIsWaDWU0vcZ5Eek7yj1b51BW0TxZ3OvgpoTig+MrDOxiHh7XRaFhggakIzJwWklSE Bmd/u/XkLkKnVRwVXULAvjFqEx/S0GqRSJ13ALHHcgKTJwFSS5m6jtDCFMlPc+L5C/q3 WKcCm+cFg0mhWM/7dCE8vxzUg7f3FDy9THUu8= MIME-Version: 1.0 Received: by 10.52.93.1 with SMTP id cq1mr1556530vdb.400.1315138515840; Sun, 04 Sep 2011 05:15:15 -0700 (PDT) Received: by 10.220.85.207 with HTTP; Sun, 4 Sep 2011 05:15:15 -0700 (PDT) Date: Sun, 4 Sep 2011 13:15:15 +0100 Message-ID: Subject: [MATH] location for localization resource files From: sebb To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org The location for the localization resources only appears to be needed in the method: LocalizedFormats.getLocalizedString() so it is very easy to change where they are, now that the POM uses the standard Maven resource location (previously it was using a subdir only which prevented such a move) As discussed else-thread we can now move the resources out of META-INF. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org