feat(jdk8): move files to new folder to avoid resources compiled.

This commit is contained in:
2025-09-07 15:25:52 +08:00
parent 3f0047bf6f
commit 8c35cfb1c0
17415 changed files with 217 additions and 213 deletions

View File

@@ -0,0 +1,10 @@
package sun.util.resources.en;
import java.util.ListResourceBundle;
public final class CalendarData_en extends sun.util.resources.LocaleNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
};
}
}

View File

@@ -0,0 +1,12 @@
package sun.util.resources.en;
import java.util.ListResourceBundle;
public final class CalendarData_en_GB extends sun.util.resources.LocaleNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "firstDayOfWeek", "2" },
{ "minimalDaysInFirstWeek", "4" },
};
}
}

View File

@@ -0,0 +1,12 @@
package sun.util.resources.en;
import java.util.ListResourceBundle;
public final class CalendarData_en_IE extends sun.util.resources.LocaleNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "firstDayOfWeek", "2" },
{ "minimalDaysInFirstWeek", "4" },
};
}
}

View File

@@ -0,0 +1,11 @@
package sun.util.resources.en;
import java.util.ListResourceBundle;
public final class CalendarData_en_MT extends sun.util.resources.LocaleNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "minimalDaysInFirstWeek", "4" },
};
}
}

View File

@@ -0,0 +1,11 @@
package sun.util.resources.en;
import java.util.ListResourceBundle;
public final class CurrencyNames_en_AU extends sun.util.resources.LocaleNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "AUD", "$" },
};
}
}

View File

@@ -0,0 +1,12 @@
package sun.util.resources.en;
import java.util.ListResourceBundle;
public final class CurrencyNames_en_CA extends sun.util.resources.LocaleNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "CAD", "$" },
{ "USD", "US$" },
};
}
}

View File

@@ -0,0 +1,12 @@
package sun.util.resources.en;
import java.util.ListResourceBundle;
public final class CurrencyNames_en_GB extends sun.util.resources.LocaleNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "EUR", "\u20AC" },
{ "GBP", "\u00A3" },
};
}
}

View File

@@ -0,0 +1,12 @@
package sun.util.resources.en;
import java.util.ListResourceBundle;
public final class CurrencyNames_en_IE extends sun.util.resources.LocaleNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "EUR", "\u20AC" },
{ "IEP", "IR\u00A3" },
};
}
}

View File

@@ -0,0 +1,11 @@
package sun.util.resources.en;
import java.util.ListResourceBundle;
public final class CurrencyNames_en_IN extends sun.util.resources.LocaleNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "INR", "Rs." },
};
}
}

View File

@@ -0,0 +1,12 @@
package sun.util.resources.en;
import java.util.ListResourceBundle;
public final class CurrencyNames_en_MT extends sun.util.resources.LocaleNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "EUR", "\u20AC" },
{ "MTL", "Lm" },
};
}
}

View File

@@ -0,0 +1,11 @@
package sun.util.resources.en;
import java.util.ListResourceBundle;
public final class CurrencyNames_en_NZ extends sun.util.resources.LocaleNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "NZD", "$" },
};
}
}

View File

@@ -0,0 +1,11 @@
package sun.util.resources.en;
import java.util.ListResourceBundle;
public final class CurrencyNames_en_PH extends sun.util.resources.LocaleNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "PHP", "Php" },
};
}
}

View File

@@ -0,0 +1,11 @@
package sun.util.resources.en;
import java.util.ListResourceBundle;
public final class CurrencyNames_en_SG extends sun.util.resources.LocaleNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "SGD", "$" },
};
}
}

View File

@@ -0,0 +1,11 @@
package sun.util.resources.en;
import java.util.ListResourceBundle;
public final class CurrencyNames_en_US extends sun.util.resources.LocaleNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "USD", "$" },
};
}
}

View File

@@ -0,0 +1,11 @@
package sun.util.resources.en;
import java.util.ListResourceBundle;
public final class CurrencyNames_en_ZA extends sun.util.resources.LocaleNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "ZAR", "R" },
};
}
}

View File

@@ -0,0 +1,10 @@
package sun.util.resources.en;
import java.util.ListResourceBundle;
public final class LocaleNames_en extends sun.util.resources.LocaleNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
};
}
}

View File

@@ -0,0 +1,40 @@
package sun.util.resources.en;
import java.util.ListResourceBundle;
public final class LocaleNames_en_MT extends sun.util.resources.LocaleNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "AX", "Aland Islands" },
{ "CC", "Cocos (Keeling) Islands" },
{ "CD", "Congo (Kinshasa)" },
{ "CG", "Congo (Brazzaville)" },
{ "CI", "Ivory Coast" },
{ "CS", "Serbia And Montenegro" },
{ "GS", "South Georgia and the South Sandwich Islands" },
{ "HK", "Hong Kong SAR China" },
{ "HM", "Heard Island and McDonald Islands" },
{ "KN", "Saint Kitts and Nevis" },
{ "MO", "Macao SAR China" },
{ "PM", "Saint Pierre and Miquelon" },
{ "PS", "Palestinian Territory" },
{ "SJ", "Svalbard and Jan Mayen" },
{ "ST", "Sao Tome and Principe" },
{ "TC", "Turks and Caicos Islands" },
{ "TL", "East Timor" },
{ "VC", "Saint Vincent and the Grenadines" },
{ "WF", "Wallis and Futuna" },
{ "fy", "Western Frisian" },
{ "gl", "Galician" },
{ "kj", "Kuanyama" },
{ "kl", "Kalaallisut" },
{ "ny", "Nyanja; Chichewa; Chewa" },
{ "oc", "Occitan (post 1500); Proven\u00E7al" },
{ "os", "Ossetic" },
{ "pa", "Punjabi" },
{ "ps", "Pashto" },
{ "rm", "Rhaeto-Romance" },
{ "to", "Tonga (Tonga Islands)" },
};
}
}

View File

@@ -0,0 +1,40 @@
package sun.util.resources.en;
import java.util.ListResourceBundle;
public final class LocaleNames_en_PH extends sun.util.resources.LocaleNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "AX", "Aland Islands" },
{ "CC", "Cocos (Keeling) Islands" },
{ "CD", "Congo (Kinshasa)" },
{ "CG", "Congo (Brazzaville)" },
{ "CI", "Ivory Coast" },
{ "CS", "Serbia And Montenegro" },
{ "GS", "South Georgia and the South Sandwich Islands" },
{ "HK", "Hong Kong SAR China" },
{ "HM", "Heard Island and McDonald Islands" },
{ "KN", "Saint Kitts and Nevis" },
{ "MO", "Macao SAR China" },
{ "PM", "Saint Pierre and Miquelon" },
{ "PS", "Palestinian Territory" },
{ "SJ", "Svalbard and Jan Mayen" },
{ "ST", "Sao Tome and Principe" },
{ "TC", "Turks and Caicos Islands" },
{ "TL", "East Timor" },
{ "VC", "Saint Vincent and the Grenadines" },
{ "WF", "Wallis and Futuna" },
{ "fy", "Western Frisian" },
{ "gl", "Galician" },
{ "kj", "Kuanyama" },
{ "kl", "Kalaallisut" },
{ "ny", "Nyanja; Chichewa; Chewa" },
{ "oc", "Occitan (post 1500); Proven\u00E7al" },
{ "os", "Ossetic" },
{ "pa", "Punjabi" },
{ "ps", "Pashto" },
{ "rm", "Rhaeto-Romance" },
{ "to", "Tonga (Tonga Islands)" },
};
}
}

View File

@@ -0,0 +1,40 @@
package sun.util.resources.en;
import java.util.ListResourceBundle;
public final class LocaleNames_en_SG extends sun.util.resources.LocaleNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "AX", "Aland Islands" },
{ "CC", "Cocos (Keeling) Islands" },
{ "CD", "Congo (Kinshasa)" },
{ "CG", "Congo (Brazzaville)" },
{ "CI", "Ivory Coast" },
{ "CS", "Serbia And Montenegro" },
{ "GS", "South Georgia and the South Sandwich Islands" },
{ "HK", "Hong Kong SAR China" },
{ "HM", "Heard Island and McDonald Islands" },
{ "KN", "Saint Kitts and Nevis" },
{ "MO", "Macao SAR China" },
{ "PM", "Saint Pierre and Miquelon" },
{ "PS", "Palestinian Territory" },
{ "SJ", "Svalbard and Jan Mayen" },
{ "ST", "Sao Tome and Principe" },
{ "TC", "Turks and Caicos Islands" },
{ "TL", "East Timor" },
{ "VC", "Saint Vincent and the Grenadines" },
{ "WF", "Wallis and Futuna" },
{ "fy", "Western Frisian" },
{ "gl", "Galician" },
{ "kj", "Kuanyama" },
{ "kl", "Kalaallisut" },
{ "ny", "Nyanja; Chichewa; Chewa" },
{ "oc", "Occitan (post 1500); Proven\u00E7al" },
{ "os", "Ossetic" },
{ "pa", "Punjabi" },
{ "ps", "Pashto" },
{ "rm", "Rhaeto-Romance" },
{ "to", "Tonga (Tonga Islands)" },
};
}
}

View File

@@ -0,0 +1,58 @@
/*
* Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
* particular file as subject to the "Classpath" exception as provided
* by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
/*
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
*
* The original version of this source code and documentation
* is copyrighted and owned by Taligent, Inc., a wholly-owned
* subsidiary of IBM. These materials are provided under terms
* of a License Agreement between Taligent and Sun. This technology
* is protected by multiple US and International patents.
*
* This notice and attribution to Taligent may not be removed.
* Taligent is a registered trademark of Taligent, Inc.
*
*/
package sun.util.resources.en;
import sun.util.resources.TimeZoneNamesBundle;
public final class TimeZoneNames_en extends TimeZoneNamesBundle {
// This bundle is empty because the root bundle's content
// is adequate for this locale.
// The bundle is necessary to prevent the resource
// bundle lookup from falling back to the default
// locale.
protected final Object[][] getContents() {
return new Object[][] {
};
}
}

View File

@@ -0,0 +1,51 @@
/*
* Copyright (c) 1996, 2012, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
* particular file as subject to the "Classpath" exception as provided
* by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
/*
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
*
* The original version of this source code and documentation
* is copyrighted and owned by Taligent, Inc., a wholly-owned
* subsidiary of IBM. These materials are provided under terms
* of a License Agreement between Taligent and Sun. This technology
* is protected by multiple US and International patents.
*
* This notice and attribution to Taligent may not be removed.
* Taligent is a registered trademark of Taligent, Inc.
*
*/
package sun.util.resources.en;
import sun.util.resources.TimeZoneNamesBundle;
public final class TimeZoneNames_en_CA extends TimeZoneNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
};
}
}

View File

@@ -0,0 +1,54 @@
/*
* Copyright (c) 1996, 2012, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
* particular file as subject to the "Classpath" exception as provided
* by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
/*
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
*
* The original version of this source code and documentation
* is copyrighted and owned by Taligent, Inc., a wholly-owned
* subsidiary of IBM. These materials are provided under terms
* of a License Agreement between Taligent and Sun. This technology
* is protected by multiple US and International patents.
*
* This notice and attribution to Taligent may not be removed.
* Taligent is a registered trademark of Taligent, Inc.
*
*/
package sun.util.resources.en;
import sun.util.resources.TimeZoneNamesBundle;
public final class TimeZoneNames_en_GB extends TimeZoneNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
{"Europe/London", new String[] {"Greenwich Mean Time", "GMT",
"British Summer Time", "BST",
"British Time", "BT"}},
};
}
}

View File

@@ -0,0 +1,54 @@
/*
* Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
* particular file as subject to the "Classpath" exception as provided
* by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
/*
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
*
* The original version of this source code and documentation
* is copyrighted and owned by Taligent, Inc., a wholly-owned
* subsidiary of IBM. These materials are provided under terms
* of a License Agreement between Taligent and Sun. This technology
* is protected by multiple US and International patents.
*
* This notice and attribution to Taligent may not be removed.
* Taligent is a registered trademark of Taligent, Inc.
*
*/
package sun.util.resources.en;
import sun.util.resources.TimeZoneNamesBundle;
public final class TimeZoneNames_en_IE extends TimeZoneNamesBundle {
protected final Object[][] getContents() {
return new Object[][] {
{"Europe/London", new String[] {"Greenwich Mean Time", "GMT",
"Irish Summer Time", "IST", /*Dublin*/
"Irish Time", "IT" /*Dublin*/}},
};
}
}