Index: scripts/makemake.tcl =================================================================== --- scripts/makemake.tcl (revision 132735) +++ scripts/makemake.tcl (working copy) @@ -139,8 +139,6 @@ makearray properties_map # logging.properties is installed and is editable. set properties_map(java/util/logging) _ -# We haven't merged locale resources yet. -set properties_map(gnu/java/locale) _ # We want to be able to load xerces if it is on the class path. So, # we have to avoid compiling in the XML-related service files. Index: gnu/java/lang/MainThread.java =================================================================== --- gnu/java/lang/MainThread.java (revision 132735) +++ gnu/java/lang/MainThread.java (working copy) @@ -59,8 +59,6 @@ final class MainThread extends Thread static final Class Kfile = gnu.java.net.protocol.file.Handler.class; static final Class Khttp = gnu.java.net.protocol.http.Handler.class; static final Class Kjar = gnu.java.net.protocol.jar.Handler.class; - static final Class Klocale = gnu.java.locale.LocaleInformation.class; - static final Class Kcalendar = gnu.java.locale.Calendar.class; // Private data. private Class klass;