From b2b9c6c9b5582ab9f53450c2167a21f4e9cc400c Mon Sep 17 00:00:00 2001 From: David McKnight Date: Fri, 1 Jun 2007 19:58:59 +0000 Subject: [PATCH] [189187] removed unused nls stuff from import/export --- .../SystemImportExportResources.java | 13 +------------ .../SystemImportExportResources.properties | 19 ------------------- 2 files changed, 1 insertion(+), 31 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/SystemImportExportResources.java b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/SystemImportExportResources.java index 468657f2874..5c63af463bb 100644 --- a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/SystemImportExportResources.java +++ b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/SystemImportExportResources.java @@ -70,18 +70,7 @@ public class SystemImportExportResources extends NLS { public static String RESID_FILEIMPEXP_BUTTON_DESELECTALL_TOOLTIP; public static String RESID_FILEIMPEXP_BUTTON_SELECTTYPES_LABEL; public static String RESID_FILEIMPEXP_BUTTON_SELECTTYPES_TOOLTIP; - // REMOTE JAR EXPORT WIZARD - public static String RESID_RMTJAREXP_PREFIX; - public static String RESID_RMTJAREXP_FILEDIALOG_PREFIX; - public static String RESID_RMTJAREXP_FILEDIALOG_TITLE; - public static String RESID_RMTJAREXP_FILEDIALOG_PROMPT_LABEL; - public static String RESID_RMTJAREXP_FILEDIALOG_FILENAME_LABEL; - public static String RESID_RMTJAREXP_FILEDIALOG_FILENAME_TOOLTIP; - public static String RESID_RMTJAREXP_FILEDIALOG_FILETYPE_LABEL; - public static String RESID_RMTJAREXP_FILEDIALOG_FILETYPE_TOOLTIP; - public static String RESID_RMTJAREXP_SETTINGS_PREFIX; - public static String RESID_RMTJAREXP_SETTINGS_LABEL; - public static String RESID_RMTJAREXP_SETTINGS_TOOLTIP; + static { // load message values from bundle file NLS.initializeMessages(BUNDLE_NAME, SystemImportExportResources.class); diff --git a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/SystemImportExportResources.properties b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/SystemImportExportResources.properties index c9da53b5008..cec8fbfde0d 100644 --- a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/SystemImportExportResources.properties +++ b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/SystemImportExportResources.properties @@ -91,25 +91,6 @@ RESID_FILEIMPEXP_BUTTON_DESELECTALL_TOOLTIP=De-select all resources RESID_FILEIMPEXP_BUTTON_SELECTTYPES_LABEL=Select Types RESID_FILEIMPEXP_BUTTON_SELECTTYPES_TOOLTIP=Select resource types to subset the selection list by -com.ibm.etools.systems.ui.FileImport.option.settings.descfile.label=Description file: -com.ibm.etools.systems.ui.FileImport.option.settings.descfile.path.tooltip=Enter the description file path - - - -#============================================================= -# REMOTE JAR EXPORT WIZARD -#============================================================= -RESID_RMTJAREXP_FILEDIALOG_TITLE= Save As -RESID_RMTJAREXP_FILEDIALOG_PROMPT_LABEL= Specify or select a remote jar file -RESID_RMTJAREXP_FILEDIALOG_FILENAME_LABEL= File name -RESID_RMTJAREXP_FILEDIALOG_FILENAME_TOOLTIP= Enter the name of the jar file -RESID_RMTJAREXP_FILEDIALOG_FILETYPE_LABEL= Save as type -RESID_RMTJAREXP_FILEDIALOG_FILETYPE_TOOLTIP= Select the file type - -RESID_RMTJAREXP_SETTINGS_LABEL=Save the settings of this jar export in the workspace (e.g. /ExportSettings/hello.rmtjardesc) -RESID_RMTJAREXP_SETTINGS_TOOLTIP=Save the jar export settings to a description file for quicker export in the future - -