changeset 731:4210155c180e cacao

2008-03-04 Lillian Angel <langel@redhat.com> * generated/*: Updated generated files. * Makefile.am: Fixed distclean target. * Makefile.in: Regenerated.
author Lillian Angel <langel@redhat.com>
date Tue, 04 Mar 2008 00:06:10 -0500
parents 660a5c6532f9
children 81cb6e4a9fcf
files ChangeLog Makefile.am Makefile.in generated/com/sun/java/swing/plaf/gtk/resources/gtk.java generated/com/sun/java/swing/plaf/gtk/resources/gtk_de.java generated/com/sun/java/swing/plaf/gtk/resources/gtk_es.java generated/com/sun/java/swing/plaf/gtk/resources/gtk_fr.java generated/com/sun/java/swing/plaf/gtk/resources/gtk_it.java generated/com/sun/java/swing/plaf/gtk/resources/gtk_ja.java generated/com/sun/java/swing/plaf/gtk/resources/gtk_ko.java generated/com/sun/java/swing/plaf/gtk/resources/gtk_sv.java generated/com/sun/java/swing/plaf/gtk/resources/gtk_zh_CN.java generated/com/sun/java/swing/plaf/gtk/resources/gtk_zh_HK.java generated/com/sun/java/swing/plaf/gtk/resources/gtk_zh_TW.java generated/com/sun/swing/internal/plaf/basic/resources/basic.java generated/com/sun/swing/internal/plaf/basic/resources/basic_de.java generated/com/sun/swing/internal/plaf/basic/resources/basic_es.java generated/com/sun/swing/internal/plaf/basic/resources/basic_fr.java generated/com/sun/swing/internal/plaf/basic/resources/basic_it.java generated/com/sun/swing/internal/plaf/basic/resources/basic_ja.java generated/com/sun/swing/internal/plaf/basic/resources/basic_ko.java generated/com/sun/swing/internal/plaf/basic/resources/basic_sv.java generated/com/sun/swing/internal/plaf/basic/resources/basic_zh_CN.java generated/com/sun/swing/internal/plaf/basic/resources/basic_zh_HK.java generated/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.java generated/java/nio/ByteBuffer.java generated/java/nio/CharBuffer.java generated/java/nio/DoubleBuffer.java generated/java/nio/FloatBuffer.java generated/java/nio/IntBuffer.java generated/java/nio/LongBuffer.java generated/java/nio/ShortBuffer.java generated/sun/awt/X11/generator/sizer.32 generated/sun/awt/X11/generator/sizer.32.c generated/sun/misc/Version.java generated/sun/tools/jconsole/Version.java generated/sun/util/resources/CalendarData_ro.java generated/sun/util/resources/CurrencyNames_en_CA.java generated/sun/util/resources/LocaleNames_fi.java
diffstat 39 files changed, 27 insertions(+), 111 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Mar 03 23:26:02 2008 -0500
+++ b/ChangeLog	Tue Mar 04 00:06:10 2008 -0500
@@ -1,3 +1,9 @@
+2008-03-04  Lillian Angel  <langel@redhat.com>
+
+	* generated/*: Updated generated files.
+	* Makefile.am: Fixed distclean target.
+	* Makefile.in: Regenerated.
+
 2008-03-03  Lillian Angel  <langel@redhat.com>
 
 	* generated/sun/awt/X11/generator/sizer.32: Regenerated.
--- a/Makefile.am	Mon Mar 03 23:26:02 2008 -0500
+++ b/Makefile.am	Tue Mar 04 00:06:10 2008 -0500
@@ -15,7 +15,7 @@
 
 distclean-local: clean-copy
 	rm -rf stamps
-	rm -f rt-source-files.txt tools-source-files.txt \
+	rm -f rt-source-files.txt \
 	  hotspot-tools-source-files.txt
 	rm -rf bootstrap
 	rm -rf lib
@@ -38,7 +38,7 @@
 
 EXTRA_DIST = rt generated $(ICEDTEA_PATCHES) $(ICEDTEA_ECJ_PATCH) \
 	gcjwebplugin.cc patches/icedtea-speed.patch tools-copy contrib ports \
-	tools patches/icedtea-gcc-4.3.patch patches/icedtea-always-zero.patch
+	patches/icedtea-gcc-4.3.patch patches/icedtea-always-zero.patch
 
 # The Binary plugs directory is called jdk1.7.0 for historical reasons. The
 # name is completely irrelevant; only contains the plugs to build IcedTea.
--- a/Makefile.in	Mon Mar 03 23:26:02 2008 -0500
+++ b/Makefile.in	Tue Mar 04 00:06:10 2008 -0500
@@ -226,7 +226,7 @@
 @NETX_PLUGIN_TRUE@NETX_PATCH = patches/icedtea-netx-plugin.patch
 EXTRA_DIST = rt generated $(ICEDTEA_PATCHES) $(ICEDTEA_ECJ_PATCH) \
 	gcjwebplugin.cc patches/icedtea-speed.patch tools-copy contrib ports \
-	tools patches/icedtea-gcc-4.3.patch patches/icedtea-always-zero.patch
+	patches/icedtea-gcc-4.3.patch patches/icedtea-always-zero.patch
 
 
 # The Binary plugs directory is called jdk1.7.0 for historical reasons. The
@@ -652,7 +652,7 @@
 
 distclean-local: clean-copy
 	rm -rf stamps
-	rm -f rt-source-files.txt tools-source-files.txt \
+	rm -f rt-source-files.txt \
 	  hotspot-tools-source-files.txt
 	rm -rf bootstrap
 	rm -rf lib
--- a/generated/com/sun/java/swing/plaf/gtk/resources/gtk.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/java/swing/plaf/gtk/resources/gtk.java	Tue Mar 04 00:06:10 2008 -0500
@@ -19,8 +19,6 @@
             { "FileChooser.newFolderButtonMnemonic", "78" },
             { "FileChooser.newFolderButtonText", "New Folder" },
             { "FileChooser.newFolderDialogText", "Folder name:" },
-            { "FileChooser.newFolderNoDirectoryErrorText", "Error creating directory \"{0}\": No such file or directory" },
-            { "FileChooser.newFolderNoDirectoryErrorTitleText", "Error" },
             { "FileChooser.openButtonMnemonic", "79" },
             { "FileChooser.openButtonText", "OK" },
             { "FileChooser.openButtonToolTipText", "Open selected file." },
--- a/generated/com/sun/java/swing/plaf/gtk/resources/gtk_de.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/java/swing/plaf/gtk/resources/gtk_de.java	Tue Mar 04 00:06:10 2008 -0500
@@ -19,8 +19,6 @@
             { "FileChooser.newFolderButtonMnemonic", "78" },
             { "FileChooser.newFolderButtonText", "Neuer Ordner" },
             { "FileChooser.newFolderDialogText", "Ordnername:" },
-            { "FileChooser.newFolderNoDirectoryErrorText", "Error creating directory \"{0}\": No such file or directory" },
-            { "FileChooser.newFolderNoDirectoryErrorTitleText", "Error" },
             { "FileChooser.openButtonMnemonic", "79" },
             { "FileChooser.openButtonText", "OK" },
             { "FileChooser.openButtonToolTipText", "Ausgew\u00E4hlte Datei \u00F6ffnen" },
--- a/generated/com/sun/java/swing/plaf/gtk/resources/gtk_es.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/java/swing/plaf/gtk/resources/gtk_es.java	Tue Mar 04 00:06:10 2008 -0500
@@ -19,8 +19,6 @@
             { "FileChooser.newFolderButtonMnemonic", "78" },
             { "FileChooser.newFolderButtonText", "Nueva carpeta" },
             { "FileChooser.newFolderDialogText", "Nombre de la carpeta:" },
-            { "FileChooser.newFolderNoDirectoryErrorText", "Error creating directory \"{0}\": No such file or directory" },
-            { "FileChooser.newFolderNoDirectoryErrorTitleText", "Error" },
             { "FileChooser.openButtonMnemonic", "79" },
             { "FileChooser.openButtonText", "Aceptar" },
             { "FileChooser.openButtonToolTipText", "Abrir el archivo seleccionado." },
--- a/generated/com/sun/java/swing/plaf/gtk/resources/gtk_fr.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/java/swing/plaf/gtk/resources/gtk_fr.java	Tue Mar 04 00:06:10 2008 -0500
@@ -19,8 +19,6 @@
             { "FileChooser.newFolderButtonMnemonic", "78" },
             { "FileChooser.newFolderButtonText", "Nouveau dossier" },
             { "FileChooser.newFolderDialogText", "Nom de dossier:" },
-            { "FileChooser.newFolderNoDirectoryErrorText", "Error creating directory \"{0}\": No such file or directory" },
-            { "FileChooser.newFolderNoDirectoryErrorTitleText", "Error" },
             { "FileChooser.openButtonMnemonic", "79" },
             { "FileChooser.openButtonText", "OK" },
             { "FileChooser.openButtonToolTipText", "Ouvrir le fichier s\u00E9lectionn\u00E9." },
--- a/generated/com/sun/java/swing/plaf/gtk/resources/gtk_it.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/java/swing/plaf/gtk/resources/gtk_it.java	Tue Mar 04 00:06:10 2008 -0500
@@ -19,8 +19,6 @@
             { "FileChooser.newFolderButtonMnemonic", "78" },
             { "FileChooser.newFolderButtonText", "Nuova cartella" },
             { "FileChooser.newFolderDialogText", "Nome della cartella:" },
-            { "FileChooser.newFolderNoDirectoryErrorText", "Error creating directory \"{0}\": No such file or directory" },
-            { "FileChooser.newFolderNoDirectoryErrorTitleText", "Error" },
             { "FileChooser.openButtonMnemonic", "79" },
             { "FileChooser.openButtonText", "OK" },
             { "FileChooser.openButtonToolTipText", "Apre il file selezionato." },
--- a/generated/com/sun/java/swing/plaf/gtk/resources/gtk_ja.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/java/swing/plaf/gtk/resources/gtk_ja.java	Tue Mar 04 00:06:10 2008 -0500
@@ -19,8 +19,6 @@
             { "FileChooser.newFolderButtonMnemonic", "78" },
             { "FileChooser.newFolderButtonText", "\u65B0\u898F\u30D5\u30A9\u30EB\u30C0" },
             { "FileChooser.newFolderDialogText", "\u30D5\u30A9\u30EB\u30C0\u540D:" },
-            { "FileChooser.newFolderNoDirectoryErrorText", "Error creating directory \"{0}\": No such file or directory" },
-            { "FileChooser.newFolderNoDirectoryErrorTitleText", "Error" },
             { "FileChooser.openButtonMnemonic", "79" },
             { "FileChooser.openButtonText", "\u4E86\u89E3" },
             { "FileChooser.openButtonToolTipText", "\u9078\u629E\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u3092\u958B\u304F" },
--- a/generated/com/sun/java/swing/plaf/gtk/resources/gtk_ko.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/java/swing/plaf/gtk/resources/gtk_ko.java	Tue Mar 04 00:06:10 2008 -0500
@@ -19,8 +19,6 @@
             { "FileChooser.newFolderButtonMnemonic", "78" },
             { "FileChooser.newFolderButtonText", "\uC0C8 \uD3F4\uB354" },
             { "FileChooser.newFolderDialogText", "\uD3F4\uB354 \uC774\uB984:" },
-            { "FileChooser.newFolderNoDirectoryErrorText", "Error creating directory \"{0}\": No such file or directory" },
-            { "FileChooser.newFolderNoDirectoryErrorTitleText", "Error" },
             { "FileChooser.openButtonMnemonic", "79" },
             { "FileChooser.openButtonText", "\uD655\uC778" },
             { "FileChooser.openButtonToolTipText", "\uC120\uD0DD\uD55C \uD30C\uC77C\uC744 \uC5FD\uB2C8\uB2E4." },
--- a/generated/com/sun/java/swing/plaf/gtk/resources/gtk_sv.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/java/swing/plaf/gtk/resources/gtk_sv.java	Tue Mar 04 00:06:10 2008 -0500
@@ -19,8 +19,6 @@
             { "FileChooser.newFolderButtonMnemonic", "70" },
             { "FileChooser.newFolderButtonText", "Ny mapp" },
             { "FileChooser.newFolderDialogText", "Mapp:" },
-            { "FileChooser.newFolderNoDirectoryErrorText", "Error creating directory \"{0}\": No such file or directory" },
-            { "FileChooser.newFolderNoDirectoryErrorTitleText", "Error" },
             { "FileChooser.openButtonMnemonic", "79" },
             { "FileChooser.openButtonText", "OK" },
             { "FileChooser.openButtonToolTipText", "\u00D6ppna den markerade filen." },
--- a/generated/com/sun/java/swing/plaf/gtk/resources/gtk_zh_CN.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/java/swing/plaf/gtk/resources/gtk_zh_CN.java	Tue Mar 04 00:06:10 2008 -0500
@@ -19,8 +19,6 @@
             { "FileChooser.newFolderButtonMnemonic", "78" },
             { "FileChooser.newFolderButtonText", "\u65B0\u5EFA\u6587\u4EF6\u5939" },
             { "FileChooser.newFolderDialogText", "\u6587\u4EF6\u5939\u540D\uFF1A" },
-            { "FileChooser.newFolderNoDirectoryErrorText", "Error creating directory \"{0}\": No such file or directory" },
-            { "FileChooser.newFolderNoDirectoryErrorTitleText", "Error" },
             { "FileChooser.openButtonMnemonic", "79" },
             { "FileChooser.openButtonText", "\u786E\u5B9A" },
             { "FileChooser.openButtonToolTipText", "\u6253\u5F00\u9009\u5B9A\u7684\u6587\u4EF6\u3002" },
--- a/generated/com/sun/java/swing/plaf/gtk/resources/gtk_zh_HK.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/java/swing/plaf/gtk/resources/gtk_zh_HK.java	Tue Mar 04 00:06:10 2008 -0500
@@ -19,8 +19,6 @@
             { "FileChooser.newFolderButtonMnemonic", "78" },
             { "FileChooser.newFolderButtonText", "\u65B0\u6A94\u6848\u593E" },
             { "FileChooser.newFolderDialogText", "\u6A94\u6848\u593E\u540D\u7A31:" },
-            { "FileChooser.newFolderNoDirectoryErrorText", "Error creating directory \"{0}\": No such file or directory" },
-            { "FileChooser.newFolderNoDirectoryErrorTitleText", "Error" },
             { "FileChooser.openButtonMnemonic", "79" },
             { "FileChooser.openButtonText", "\u78BA\u5B9A" },
             { "FileChooser.openButtonToolTipText", "\u958B\u555F\u9078\u53D6\u7684\u6A94\u6848\u3002" },
--- a/generated/com/sun/java/swing/plaf/gtk/resources/gtk_zh_TW.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/java/swing/plaf/gtk/resources/gtk_zh_TW.java	Tue Mar 04 00:06:10 2008 -0500
@@ -19,8 +19,6 @@
             { "FileChooser.newFolderButtonMnemonic", "78" },
             { "FileChooser.newFolderButtonText", "\u65B0\u6A94\u6848\u593E" },
             { "FileChooser.newFolderDialogText", "\u6A94\u6848\u593E\u540D\u7A31:" },
-            { "FileChooser.newFolderNoDirectoryErrorText", "Error creating directory \"{0}\": No such file or directory" },
-            { "FileChooser.newFolderNoDirectoryErrorTitleText", "Error" },
             { "FileChooser.openButtonMnemonic", "79" },
             { "FileChooser.openButtonText", "\u78BA\u5B9A" },
             { "FileChooser.openButtonToolTipText", "\u958B\u555F\u9078\u53D6\u7684\u6A94\u6848\u3002" },
--- a/generated/com/sun/swing/internal/plaf/basic/resources/basic.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/swing/internal/plaf/basic/resources/basic.java	Tue Mar 04 00:06:10 2008 -0500
@@ -59,15 +59,12 @@
             { "FileChooser.helpButtonToolTipText", "FileChooser help" },
             { "FileChooser.newFolderErrorSeparator", ": " },
             { "FileChooser.newFolderErrorText", "Error creating new folder" },
-            { "FileChooser.newFolderParentDoesntExistText", "Unable to create the folder.\n\nThe system cannot find the path specified." },
-            { "FileChooser.newFolderParentDoesntExistTitleText", "Unable to create folder" },
             { "FileChooser.openButtonMnemonic", "79" },
             { "FileChooser.openButtonText", "Open" },
             { "FileChooser.openButtonToolTipText", "Open selected file" },
             { "FileChooser.openDialogTitleText", "Open" },
             { "FileChooser.other.newFolder", "NewFolder" },
             { "FileChooser.other.newFolder.subsequent", "NewFolder.{0}" },
-            { "FileChooser.renameErrorFileExistsText", "Cannot rename {0}: A file with the name you specified already exists. Specify a different file name. " },
             { "FileChooser.renameErrorText", "Cannot rename {0}" },
             { "FileChooser.renameErrorTitleText", "Error Renaming File or Folder" },
             { "FileChooser.saveButtonMnemonic", "83" },
--- a/generated/com/sun/swing/internal/plaf/basic/resources/basic_de.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/swing/internal/plaf/basic/resources/basic_de.java	Tue Mar 04 00:06:10 2008 -0500
@@ -59,15 +59,12 @@
             { "FileChooser.helpButtonToolTipText", "Hilfe f\u00FCr Dateiauswahl" },
             { "FileChooser.newFolderErrorSeparator", ": " },
             { "FileChooser.newFolderErrorText", "Fehler beim Erstellen eines neuen Ordners" },
-            { "FileChooser.newFolderParentDoesntExistText", "Unable to create the folder.\n\nThe system cannot find the path specified." },
-            { "FileChooser.newFolderParentDoesntExistTitleText", "Unable to create folder" },
             { "FileChooser.openButtonMnemonic", "70" },
             { "FileChooser.openButtonText", "\u00D6ffnen" },
             { "FileChooser.openButtonToolTipText", "Ausgew\u00E4hlte Datei \u00F6ffnen" },
             { "FileChooser.openDialogTitleText", "\u00D6ffnen" },
             { "FileChooser.other.newFolder", "Neuer Ordner" },
             { "FileChooser.other.newFolder.subsequent", "Neuer Ordner.{0}" },
-            { "FileChooser.renameErrorFileExistsText", "Cannot rename {0}: A file with the name you specified already exists. Specify a different file name." },
             { "FileChooser.renameErrorText", "Cannot rename {0}" },
             { "FileChooser.renameErrorTitleText", "Error Renaming File or Folder" },
             { "FileChooser.saveButtonMnemonic", "83" },
--- a/generated/com/sun/swing/internal/plaf/basic/resources/basic_es.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/swing/internal/plaf/basic/resources/basic_es.java	Tue Mar 04 00:06:10 2008 -0500
@@ -59,15 +59,12 @@
             { "FileChooser.helpButtonToolTipText", "Ayuda elector de archivos" },
             { "FileChooser.newFolderErrorSeparator", ": " },
             { "FileChooser.newFolderErrorText", "Error al crear una nueva carpeta" },
-            { "FileChooser.newFolderParentDoesntExistText", "Unable to create the folder.\n\nThe system cannot find the path specified." },
-            { "FileChooser.newFolderParentDoesntExistTitleText", "Unable to create folder" },
             { "FileChooser.openButtonMnemonic", "65" },
             { "FileChooser.openButtonText", "Abrir" },
             { "FileChooser.openButtonToolTipText", "Abrir archivo seleccionado" },
             { "FileChooser.openDialogTitleText", "Abrir" },
             { "FileChooser.other.newFolder", "Carpeta nueva" },
             { "FileChooser.other.newFolder.subsequent", "Carpeta nueva.{0}" },
-            { "FileChooser.renameErrorFileExistsText", "Cannot rename {0}: A file with the name you specified already exists. Specify a different file name." },
             { "FileChooser.renameErrorText", "Cannot rename {0}" },
             { "FileChooser.renameErrorTitleText", "Error Renaming File or Folder" },
             { "FileChooser.saveButtonMnemonic", "71" },
--- a/generated/com/sun/swing/internal/plaf/basic/resources/basic_fr.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/swing/internal/plaf/basic/resources/basic_fr.java	Tue Mar 04 00:06:10 2008 -0500
@@ -59,15 +59,12 @@
             { "FileChooser.helpButtonToolTipText", "Aide sur le s\u00E9lecteur de fichiers" },
             { "FileChooser.newFolderErrorSeparator", ": " },
             { "FileChooser.newFolderErrorText", "Erreur lors de la cr\u00E9ation du nouveau dossier" },
-            { "FileChooser.newFolderParentDoesntExistText", "Unable to create the folder.\n\nThe system cannot find the path specified." },
-            { "FileChooser.newFolderParentDoesntExistTitleText", "Unable to create folder" },
             { "FileChooser.openButtonMnemonic", "79" },
             { "FileChooser.openButtonText", "Ouvrir" },
             { "FileChooser.openButtonToolTipText", "Ouvre le fichier s\u00E9lectionn\u00E9" },
             { "FileChooser.openDialogTitleText", "Ouvrir" },
             { "FileChooser.other.newFolder", "Nouveau dossier" },
             { "FileChooser.other.newFolder.subsequent", "Nouveau dossier.{0}" },
-            { "FileChooser.renameErrorFileExistsText", "Cannot rename {0}: A file with the name you specified already exists. Specify a different file name." },
             { "FileChooser.renameErrorText", "Cannot rename {0}" },
             { "FileChooser.renameErrorTitleText", "Error Renaming File or Folder" },
             { "FileChooser.saveButtonMnemonic", "69" },
--- a/generated/com/sun/swing/internal/plaf/basic/resources/basic_it.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/swing/internal/plaf/basic/resources/basic_it.java	Tue Mar 04 00:06:10 2008 -0500
@@ -59,15 +59,12 @@
             { "FileChooser.helpButtonToolTipText", "Guida di Selezione file" },
             { "FileChooser.newFolderErrorSeparator", ": " },
             { "FileChooser.newFolderErrorText", "Errore durante la creazione della nuova cartella" },
-            { "FileChooser.newFolderParentDoesntExistText", "Unable to create the folder.\n\nThe system cannot find the path specified." },
-            { "FileChooser.newFolderParentDoesntExistTitleText", "Unable to create folder" },
             { "FileChooser.openButtonMnemonic", "80" },
             { "FileChooser.openButtonText", "Apri" },
             { "FileChooser.openButtonToolTipText", "Apri file selezionato" },
             { "FileChooser.openDialogTitleText", "Apri" },
             { "FileChooser.other.newFolder", "Nuova cartella" },
             { "FileChooser.other.newFolder.subsequent", "Nuova cartella.{0}" },
-            { "FileChooser.renameErrorFileExistsText", "Cannot rename {0}: A file with the name you specified already exists. Specify a different file name." },
             { "FileChooser.renameErrorText", "Cannot rename {0}" },
             { "FileChooser.renameErrorTitleText", "Error Renaming File or Folder" },
             { "FileChooser.saveButtonMnemonic", "83" },
--- a/generated/com/sun/swing/internal/plaf/basic/resources/basic_ja.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/swing/internal/plaf/basic/resources/basic_ja.java	Tue Mar 04 00:06:10 2008 -0500
@@ -59,15 +59,12 @@
             { "FileChooser.helpButtonToolTipText", "\u30D5\u30A1\u30A4\u30EB\u30C1\u30E5\u30FC\u30B6\u30D8\u30EB\u30D7" },
             { "FileChooser.newFolderErrorSeparator", ": " },
             { "FileChooser.newFolderErrorText", "\u65B0\u898F\u30D5\u30A9\u30EB\u30C0\u306E\u4F5C\u6210\u306B\u5931\u6557" },
-            { "FileChooser.newFolderParentDoesntExistText", "Unable to create the folder.\n\nThe system cannot find the path specified." },
-            { "FileChooser.newFolderParentDoesntExistTitleText", "Unable to create folder" },
             { "FileChooser.openButtonMnemonic", "79" },
             { "FileChooser.openButtonText", "\u958B\u304F" },
             { "FileChooser.openButtonToolTipText", "\u9078\u629E\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u3092\u958B\u304F" },
             { "FileChooser.openDialogTitleText", "\u958B\u304F" },
             { "FileChooser.other.newFolder", "\u65B0\u898F\u30D5\u30A9\u30EB\u30C0" },
             { "FileChooser.other.newFolder.subsequent", "\u65B0\u898F\u30D5\u30A9\u30EB\u30C0.{0}" },
-            { "FileChooser.renameErrorFileExistsText", "Cannot rename {0}: A file with the name you specified already exists. Specify a different file name." },
             { "FileChooser.renameErrorText", "Cannot rename {0}" },
             { "FileChooser.renameErrorTitleText", "Error Renaming File or Folder" },
             { "FileChooser.saveButtonMnemonic", "83" },
--- a/generated/com/sun/swing/internal/plaf/basic/resources/basic_ko.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/swing/internal/plaf/basic/resources/basic_ko.java	Tue Mar 04 00:06:10 2008 -0500
@@ -59,15 +59,12 @@
             { "FileChooser.helpButtonToolTipText", "FileChooser \uB3C4\uC6C0\uB9D0" },
             { "FileChooser.newFolderErrorSeparator", ": " },
             { "FileChooser.newFolderErrorText", "\uC0C8 \uD3F4\uB354 \uC791\uC131 \uC624\uB958" },
-            { "FileChooser.newFolderParentDoesntExistText", "Unable to create the folder.\n\nThe system cannot find the path specified." },
-            { "FileChooser.newFolderParentDoesntExistTitleText", "Unable to create folder" },
             { "FileChooser.openButtonMnemonic", "79" },
             { "FileChooser.openButtonText", "\uC5F4\uAE30" },
             { "FileChooser.openButtonToolTipText", "\uC120\uD0DD\uB41C \uD30C\uC77C \uC5F4\uAE30" },
             { "FileChooser.openDialogTitleText", "\uC5F4\uAE30" },
             { "FileChooser.other.newFolder", "\uC0C8 \uD3F4\uB354" },
             { "FileChooser.other.newFolder.subsequent", "\uC0C8 \uD3F4\uB354.{0}" },
-            { "FileChooser.renameErrorFileExistsText", "Cannot rename {0}: A file with the name you specified already exists. Specify a different file name." },
             { "FileChooser.renameErrorText", "Cannot rename {0}" },
             { "FileChooser.renameErrorTitleText", "Error Renaming File or Folder" },
             { "FileChooser.saveButtonMnemonic", "83" },
--- a/generated/com/sun/swing/internal/plaf/basic/resources/basic_sv.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/swing/internal/plaf/basic/resources/basic_sv.java	Tue Mar 04 00:06:10 2008 -0500
@@ -59,15 +59,12 @@
             { "FileChooser.helpButtonToolTipText", "Hj\u00E4lp - Filv\u00E4ljare" },
             { "FileChooser.newFolderErrorSeparator", ": " },
             { "FileChooser.newFolderErrorText", "Fel d\u00E5 ny mapp skapades" },
-            { "FileChooser.newFolderParentDoesntExistText", "Unable to create the folder.\n\nThe system cannot find the path specified." },
-            { "FileChooser.newFolderParentDoesntExistTitleText", "Unable to create folder" },
             { "FileChooser.openButtonMnemonic", "78" },
             { "FileChooser.openButtonText", "\u00D6ppna" },
             { "FileChooser.openButtonToolTipText", "\u00D6ppna markerad fil" },
             { "FileChooser.openDialogTitleText", "\u00D6ppna" },
             { "FileChooser.other.newFolder", "Ny mapp" },
             { "FileChooser.other.newFolder.subsequent", "Ny mapp.{0}" },
-            { "FileChooser.renameErrorFileExistsText", "Cannot rename {0}: A file with the name you specified already exists. Specify a different file name." },
             { "FileChooser.renameErrorText", "Cannot rename {0}" },
             { "FileChooser.renameErrorTitleText", "Error Renaming File or Folder" },
             { "FileChooser.saveButtonMnemonic", "83" },
--- a/generated/com/sun/swing/internal/plaf/basic/resources/basic_zh_CN.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/swing/internal/plaf/basic/resources/basic_zh_CN.java	Tue Mar 04 00:06:10 2008 -0500
@@ -59,15 +59,12 @@
             { "FileChooser.helpButtonToolTipText", "\u6587\u4EF6\u9009\u62E9\u5668\u5E2E\u52A9" },
             { "FileChooser.newFolderErrorSeparator", ": " },
             { "FileChooser.newFolderErrorText", "\u521B\u5EFA\u65B0\u7684\u6587\u4EF6\u5939\u65F6\u53D1\u751F\u9519\u8BEF" },
-            { "FileChooser.newFolderParentDoesntExistText", "Unable to create the folder.\n\nThe system cannot find the path specified." },
-            { "FileChooser.newFolderParentDoesntExistTitleText", "Unable to create folder" },
             { "FileChooser.openButtonMnemonic", "79" },
             { "FileChooser.openButtonText", "\u6253\u5F00" },
             { "FileChooser.openButtonToolTipText", "\u6253\u5F00\u9009\u62E9\u7684\u6587\u4EF6" },
             { "FileChooser.openDialogTitleText", "\u6253\u5F00" },
             { "FileChooser.other.newFolder", "\u65B0\u5EFA\u6587\u4EF6\u5939" },
             { "FileChooser.other.newFolder.subsequent", "\u65B0\u5EFA\u6587\u4EF6\u5939.{0}" },
-            { "FileChooser.renameErrorFileExistsText", "Cannot rename {0}: A file with the name you specified already exists. Specify a different file name." },
             { "FileChooser.renameErrorText", "Cannot rename {0}" },
             { "FileChooser.renameErrorTitleText", "Error Renaming File or Folder" },
             { "FileChooser.saveButtonMnemonic", "83" },
--- a/generated/com/sun/swing/internal/plaf/basic/resources/basic_zh_HK.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/swing/internal/plaf/basic/resources/basic_zh_HK.java	Tue Mar 04 00:06:10 2008 -0500
@@ -59,15 +59,12 @@
             { "FileChooser.helpButtonToolTipText", "\u300C\u6A94\u6848\u9078\u64C7\u5668\u300D\u8AAA\u660E" },
             { "FileChooser.newFolderErrorSeparator", ": " },
             { "FileChooser.newFolderErrorText", "\u5EFA\u7ACB\u65B0\u6A94\u6848\u593E\u6642\u767C\u751F\u932F\u8AA4" },
-            { "FileChooser.newFolderParentDoesntExistText", "Unable to create the folder.\n\nThe system cannot find the path specified." },
-            { "FileChooser.newFolderParentDoesntExistTitleText", "Unable to create folder" },
             { "FileChooser.openButtonMnemonic", "79" },
             { "FileChooser.openButtonText", "\u958B\u555F" },
             { "FileChooser.openButtonToolTipText", "\u958B\u555F\u9078\u53D6\u7684\u6A94\u6848" },
             { "FileChooser.openDialogTitleText", "\u958B\u555F" },
             { "FileChooser.other.newFolder", "\u65B0\u8CC7\u6599\u593E" },
             { "FileChooser.other.newFolder.subsequent", "\u65B0\u8CC7\u6599\u593E.{0}" },
-            { "FileChooser.renameErrorFileExistsText", "Cannot rename {0}: A file with the name you specified already exists. Specify a different file name." },
             { "FileChooser.renameErrorText", "Cannot rename {0}" },
             { "FileChooser.renameErrorTitleText", "Error Renaming File or Folder" },
             { "FileChooser.saveButtonMnemonic", "83" },
--- a/generated/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.java	Tue Mar 04 00:06:10 2008 -0500
@@ -59,15 +59,12 @@
             { "FileChooser.helpButtonToolTipText", "\u300C\u6A94\u6848\u9078\u64C7\u5668\u300D\u8AAA\u660E" },
             { "FileChooser.newFolderErrorSeparator", ": " },
             { "FileChooser.newFolderErrorText", "\u5EFA\u7ACB\u65B0\u6A94\u6848\u593E\u6642\u767C\u751F\u932F\u8AA4" },
-            { "FileChooser.newFolderParentDoesntExistText", "Unable to create the folder.\n\nThe system cannot find the path specified." },
-            { "FileChooser.newFolderParentDoesntExistTitleText", "Unable to create folder" },
             { "FileChooser.openButtonMnemonic", "79" },
             { "FileChooser.openButtonText", "\u958B\u555F" },
             { "FileChooser.openButtonToolTipText", "\u958B\u555F\u9078\u53D6\u7684\u6A94\u6848" },
             { "FileChooser.openDialogTitleText", "\u958B\u555F" },
             { "FileChooser.other.newFolder", "\u65B0\u8CC7\u6599\u593E" },
             { "FileChooser.other.newFolder.subsequent", "\u65B0\u8CC7\u6599\u593E.{0}" },
-            { "FileChooser.renameErrorFileExistsText", "Cannot rename {0}: A file with the name you specified already exists. Specify a different file name." },
             { "FileChooser.renameErrorText", "Cannot rename {0}" },
             { "FileChooser.renameErrorTitleText", "Error Renaming File or Folder" },
             { "FileChooser.saveButtonMnemonic", "83" },
--- a/generated/java/nio/ByteBuffer.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/java/nio/ByteBuffer.java	Tue Mar 04 00:06:10 2008 -0500
@@ -290,8 +290,7 @@
      * Allocates a new direct byte buffer.
      *
      * <p> The new buffer's position will be zero, its limit will be its
-     * capacity, its mark will be undefined, and each of its elements will be
-     * initialized to zero.  Whether or not it has a
+     * capacity, and its mark will be undefined.  Whether or not it has a
      * {@link #hasArray </code>backing array<code>} is unspecified.
      *
      * @param  capacity
@@ -312,8 +311,7 @@
      * Allocates a new byte buffer.
      *
      * <p> The new buffer's position will be zero, its limit will be its
-     * capacity, its mark will be undefined, and each of its elements will be
-     * initialized to zero.  It will have a {@link #array
+     * capacity, and its mark will be undefined.  It will have a {@link #array
      * </code>backing array<code>}, and its {@link #arrayOffset </code>array
      * offset<code>} will be zero.
      *
--- a/generated/java/nio/CharBuffer.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/java/nio/CharBuffer.java	Tue Mar 04 00:06:10 2008 -0500
@@ -307,13 +307,11 @@
 
 
 
-
     /**
      * Allocates a new character buffer.
      *
      * <p> The new buffer's position will be zero, its limit will be its
-     * capacity, its mark will be undefined, and each of its elements will be
-     * initialized to zero.  It will have a {@link #array
+     * capacity, and its mark will be undefined.  It will have a {@link #array
      * </code>backing array<code>}, and its {@link #arrayOffset </code>array
      * offset<code>} will be zero.
      *
--- a/generated/java/nio/DoubleBuffer.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/java/nio/DoubleBuffer.java	Tue Mar 04 00:06:10 2008 -0500
@@ -307,13 +307,11 @@
 
 
 
-
     /**
      * Allocates a new double buffer.
      *
      * <p> The new buffer's position will be zero, its limit will be its
-     * capacity, its mark will be undefined, and each of its elements will be
-     * initialized to zero.  It will have a {@link #array
+     * capacity, and its mark will be undefined.  It will have a {@link #array
      * </code>backing array<code>}, and its {@link #arrayOffset </code>array
      * offset<code>} will be zero.
      *
--- a/generated/java/nio/FloatBuffer.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/java/nio/FloatBuffer.java	Tue Mar 04 00:06:10 2008 -0500
@@ -307,13 +307,11 @@
 
 
 
-
     /**
      * Allocates a new float buffer.
      *
      * <p> The new buffer's position will be zero, its limit will be its
-     * capacity, its mark will be undefined, and each of its elements will be
-     * initialized to zero.  It will have a {@link #array
+     * capacity, and its mark will be undefined.  It will have a {@link #array
      * </code>backing array<code>}, and its {@link #arrayOffset </code>array
      * offset<code>} will be zero.
      *
--- a/generated/java/nio/IntBuffer.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/java/nio/IntBuffer.java	Tue Mar 04 00:06:10 2008 -0500
@@ -307,13 +307,11 @@
 
 
 
-
     /**
      * Allocates a new int buffer.
      *
      * <p> The new buffer's position will be zero, its limit will be its
-     * capacity, its mark will be undefined, and each of its elements will be
-     * initialized to zero.  It will have a {@link #array
+     * capacity, and its mark will be undefined.  It will have a {@link #array
      * </code>backing array<code>}, and its {@link #arrayOffset </code>array
      * offset<code>} will be zero.
      *
--- a/generated/java/nio/LongBuffer.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/java/nio/LongBuffer.java	Tue Mar 04 00:06:10 2008 -0500
@@ -307,13 +307,11 @@
 
 
 
-
     /**
      * Allocates a new long buffer.
      *
      * <p> The new buffer's position will be zero, its limit will be its
-     * capacity, its mark will be undefined, and each of its elements will be
-     * initialized to zero.  It will have a {@link #array
+     * capacity, and its mark will be undefined.  It will have a {@link #array
      * </code>backing array<code>}, and its {@link #arrayOffset </code>array
      * offset<code>} will be zero.
      *
--- a/generated/java/nio/ShortBuffer.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/java/nio/ShortBuffer.java	Tue Mar 04 00:06:10 2008 -0500
@@ -307,13 +307,11 @@
 
 
 
-
     /**
      * Allocates a new short buffer.
      *
      * <p> The new buffer's position will be zero, its limit will be its
-     * capacity, its mark will be undefined, and each of its elements will be
-     * initialized to zero.  It will have a {@link #array
+     * capacity, and its mark will be undefined.  It will have a {@link #array
      * </code>backing array<code>}, and its {@link #arrayOffset </code>array
      * offset<code>} will be zero.
      *
Binary file generated/sun/awt/X11/generator/sizer.32 has changed
--- a/generated/sun/awt/X11/generator/sizer.32.c	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/sun/awt/X11/generator/sizer.32.c	Tue Mar 04 00:06:10 2008 -0500
@@ -6,26 +6,12 @@
 #include <X11/Xatom.h>
 #include <stdio.h>
 
+#include <Xm/MwmUtil.h>
 #include <X11/extensions/Xdbe.h>
 #include "awt_p.h"
 #include "color.h"
 #include "colordata.h"
 
-/* the struct below was copied from MwmUtil.h to workaround a lesstif bug:
-   http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6586752 */
-
-typedef struct PROPMOTIFWMHINTS {
-/* 32-bit property items are stored as long on the client (whether
- * that means 32 bits or 64).  XChangeProperty handles the conversion
- * to the actual 32-bit quantities sent to the server.
- */
-    unsigned long   flags;
-    unsigned long   functions;
-    unsigned long   decorations;
-    long            inputMode;
-    unsigned long   status;
-} PropMwmHints;
-
 
 int main(){
 Screen  temp0;
--- a/generated/sun/misc/Version.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/sun/misc/Version.java	Tue Mar 04 00:06:10 2008 -0500
@@ -33,13 +33,13 @@
         "java";
 
     private static final String java_version =
-        "1.7.0";
+        "1.6.0";
 
     private static final String java_runtime_name =
         "IcedTea Runtime Environment";
 
     private static final String java_runtime_version =
-        "1.7.0-b24";
+        "1.6.0-b06";
 
     static {
         init();
@@ -75,15 +75,6 @@
     }
 
     /**
-     * This is the same as print except that it adds an extra line-feed
-     * at the end, typically used by the -showversion in the launcher
-     */
-    public static void println() {
-        print(System.err);
-        System.err.println();
-    }
-
-    /**
      * Give a stream, it will print version info on it.
      */
     public static void print(PrintStream ps) {
@@ -102,7 +93,6 @@
                    java_vm_info + ")");
     }
 
-
     /**
      * Returns the major version of the running JVM if it's 1.6 or newer
      * or any RE VM build. It will return 0 if it's an internal 1.5 or
--- a/generated/sun/tools/jconsole/Version.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/sun/tools/jconsole/Version.java	Tue Mar 04 00:06:10 2008 -0500
@@ -29,7 +29,7 @@
 
 public class Version {
     private static final String jconsole_version =
-        "1.7.0-b24";
+        "1.6.0-b06";
 
     public static void print(PrintStream ps) {
         printFullVersion(ps);
--- a/generated/sun/util/resources/CalendarData_ro.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/sun/util/resources/CalendarData_ro.java	Tue Mar 04 00:06:10 2008 -0500
@@ -5,6 +5,8 @@
 public final class CalendarData_ro extends LocaleNamesBundle {
     protected final Object[][] getContents() {
         return new Object[][] {
+            { "firstDayOfWeek", "2" },
+            { "minimalDaysInFirstWeek", "1" },
         };
     }
 }
--- a/generated/sun/util/resources/CurrencyNames_en_CA.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/sun/util/resources/CurrencyNames_en_CA.java	Tue Mar 04 00:06:10 2008 -0500
@@ -6,6 +6,7 @@
     protected final Object[][] getContents() {
         return new Object[][] {
             { "CAD", "$" },
+            { "USD", "US$" },
         };
     }
 }
--- a/generated/sun/util/resources/LocaleNames_fi.java	Mon Mar 03 23:26:02 2008 -0500
+++ b/generated/sun/util/resources/LocaleNames_fi.java	Tue Mar 04 00:06:10 2008 -0500
@@ -15,7 +15,7 @@
             { "DK", "Tanska" },
             { "ES", "Espanja" },
             { "FI", "Suomi" },
-            { "FR", "Franska" },
+            { "FR", "Ranska" },
             { "GB", "Iso-Britannia" },
             { "GR", "Kreikka" },
             { "IE", "Irlanti" },
@@ -41,7 +41,7 @@
             { "en", "englanti" },
             { "es", "espanja" },
             { "fi", "suomi" },
-            { "fr", "franska" },
+            { "fr", "ranska" },
             { "he", "heprea" },
             { "hi", "hindi" },
             { "it", "italia" },