<i18n dev> [9] RFR: 8061382: Separate CLDR locale data from JRE locale data
Erik Joelsson
erik.joelsson at oracle.com
Mon Oct 20 07:54:40 UTC 2014
Hello Naoto,
With this split, I would rather see GensrcCLDR.gmk be renamed
Gensrc-jdk.localedata.cldr.gmk and have the "all" targets etc added to
it. Then Gensrc-jdk.localedata.gmk should no longer include it. Ideally
GensrcLocaleData.gmk would be inlined into Gensrc-jdk.localedata.gmk.
Note that the targets declared in these files that are named after the
modules (e.g. jdk.localedata) aren't really used. The files are just
called with default target. Also, when jigsaw M2 hits, I have done away
with the targets completely in these files, as they were just
boilerplate, and have a wrapper that adds them automatically instead.
/Erik
On 2014-10-18 00:31, Naoto Sato wrote:
> Hello,
>
> Please review the proposed changes to the following bug:
>
> https://bugs.openjdk.java.net/browse/JDK-8061382
>
> The webrev is available at:
>
> http://cr.openjdk.java.net/~naoto/8061382/webrev.00/
>
> This is mainly build changes to separate CLDR locale data into a new
> module. All those CLDR source changes (for .xml files) are merely the
> location changes in the repository, no changes are made to their file
> contents.
>
> Naoto
More information about the i18n-dev
mailing list