From 6780ae8b16d79ccd5389de3522a56b649d563c1a Mon Sep 17 00:00:00 2001
From: Martin Oberhuber < martin.oberhuber@windriver.com>
Date: Fri, 11 May 2007 16:43:07 +0000
Subject: [PATCH] [174945] split importexport icons from rse.ui
---
.../HelpContexts.xml | 32 +++++++++++
.../icons/full/wizban/export_wiz.gif | Bin
.../icons/full/wizban/import_wiz.gif | Bin
.../RemoteImportExportPlugin.java | 51 +++++++++++++-----
.../files/RemoteExportWizard.java | 20 +++----
.../files/RemoteExportWizardPage1.java | 6 ++-
.../files/RemoteFileExportActionDelegate.java | 10 ++--
.../RemoteFileExportDescriptionReader.java | 11 ++--
.../RemoteFileExportDescriptionWriter.java | 9 ++--
.../files/RemoteFileExportOperation.java | 14 ++---
.../files/RemoteFileImportActionDelegate.java | 10 ++--
.../RemoteFileImportDescriptionReader.java | 11 ++--
.../RemoteFileImportDescriptionWriter.java | 9 ++--
.../files/RemoteFileImportOperation.java | 16 +++---
.../files/RemoteImportWizard.java | 20 +++----
.../files/RemoteImportWizardPage1.java | 6 ++-
.../importexport/files/Utilities.java | 4 +-
.../org.eclipse.rse.ui/HelpContexts.xml | 16 +-----
.../eclipse/rse/ui/ISystemIconConstants.java | 7 +--
.../icons/full/cview16/editor.gif | Bin 591 -> 0 bytes
.../icons/full/cview16/errorlist_view.gif | Bin 604 -> 0 bytes
.../icons/full/cview16/resourceRef_obj.gif | Bin 365 -> 0 bytes
.../icons/full/dtool16/export_wiz.gif | Bin 230 -> 0 bytes
.../icons/full/dtool16/import_wiz.gif | Bin 232 -> 0 bytes
.../icons/full/dtool16/rmotejar_expt.gif | Bin 331 -> 0 bytes
.../icons/full/dtool16/rmotejar_impt.gif | Bin 332 -> 0 bytes
.../icons/full/dtool16/rmtarchv_exp.gif | Bin 221 -> 0 bytes
.../icons/full/dtool16/rmtarchv_imp.gif | Bin 218 -> 0 bytes
.../icons/full/dtool16/rmtexp.gif | Bin 130 -> 0 bytes
.../icons/full/dtool16/rmtimp.gif | Bin 131 -> 0 bytes
.../icons/full/etool16/archive_export.gif | Bin 343 -> 0 bytes
.../icons/full/etool16/archive_import.gif | Bin 342 -> 0 bytes
.../icons/full/etool16/export_wiz.gif | Bin 356 -> 0 bytes
.../icons/full/etool16/import_wiz.gif | Bin 357 -> 0 bytes
.../icons/full/etool16/jar_export.gif | Bin 552 -> 0 bytes
.../icons/full/etool16/jar_import.gif | Bin 552 -> 0 bytes
.../icons/full/eview16/editor.gif | Bin 591 -> 0 bytes
.../icons/full/eview16/errorlist_view.gif | Bin 604 -> 0 bytes
.../icons/full/obj16/compcmd_ibm_obj.gif | Bin 596 -> 0 bytes
.../icons/full/obj16/compcmd_ibmuser_obj.gif | Bin 587 -> 0 bytes
.../icons/full/obj16/compcmd_new_obj.gif | Bin 597 -> 0 bytes
.../icons/full/obj16/compcmd_user_obj.gif | Bin 563 -> 0 bytes
.../icons/full/obj16/systemfailed.gif | Bin 138 -> 0 bytes
.../icons/full/obj16/systemjobs_obj.gif | Bin 347 -> 0 bytes
.../icons/full/obj16/systemjobslive_obj.gif | Bin 362 -> 0 bytes
.../icons/full/obj16/user_action_ibm_obj.gif | Bin 338 -> 0 bytes
.../full/obj16/user_action_ibm_user_obj.gif | Bin 361 -> 0 bytes
.../icons/full/obj16/user_action_new_obj.gif | Bin 370 -> 0 bytes
.../icons/full/obj16/user_action_obj.gif | Bin 353 -> 0 bytes
.../full/obj16/user_type_ibm_new_obj.gif | Bin 574 -> 0 bytes
.../icons/full/obj16/user_type_ibm_obj.gif | Bin 341 -> 0 bytes
.../full/obj16/user_type_ibm_user_obj.gif | Bin 577 -> 0 bytes
.../icons/full/obj16/user_type_new_obj.gif | Bin 577 -> 0 bytes
.../icons/full/obj16/user_type_obj.gif | Bin 341 -> 0 bytes
.../icons/full/view16/editor.gif | Bin 591 -> 0 bytes
.../icons/full/view16/errorlist_view.gif | Bin 604 -> 0 bytes
.../icons/full/view16/fastopen.gif | Bin 1023 -> 0 bytes
.../icons/full/wizban/rmote_exprt.gif | Bin 2722 -> 0 bytes
.../icons/full/wizban/rmote_imprt.gif | Bin 2678 -> 0 bytes
.../icons/full/wizban/rmotearchv_exprt.gif | Bin 3500 -> 0 bytes
.../icons/full/wizban/rmotearchv_imprt.gif | Bin 3416 -> 0 bytes
.../icons/full/wizban/rmotejar_exprt.gif | Bin 3249 -> 0 bytes
.../icons/full/wizban/rmotejar_imprt.gif | Bin 3357 -> 0 bytes
63 files changed, 156 insertions(+), 96 deletions(-)
create mode 100644 rse/plugins/org.eclipse.rse.importexport/HelpContexts.xml
rename rse/plugins/{org.eclipse.rse.ui => org.eclipse.rse.importexport}/icons/full/wizban/export_wiz.gif (100%)
rename rse/plugins/{org.eclipse.rse.ui => org.eclipse.rse.importexport}/icons/full/wizban/import_wiz.gif (100%)
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/cview16/editor.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/cview16/errorlist_view.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/cview16/resourceRef_obj.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/export_wiz.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/import_wiz.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/rmotejar_expt.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/rmotejar_impt.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/rmtarchv_exp.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/rmtarchv_imp.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/rmtexp.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/rmtimp.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/etool16/archive_export.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/etool16/archive_import.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/etool16/export_wiz.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/etool16/import_wiz.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/etool16/jar_export.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/etool16/jar_import.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/eview16/editor.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/eview16/errorlist_view.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/obj16/compcmd_ibm_obj.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/obj16/compcmd_ibmuser_obj.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/obj16/compcmd_new_obj.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/obj16/compcmd_user_obj.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/obj16/systemfailed.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/obj16/systemjobs_obj.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/obj16/systemjobslive_obj.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_action_ibm_obj.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_action_ibm_user_obj.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_action_new_obj.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_action_obj.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_type_ibm_new_obj.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_type_ibm_obj.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_type_ibm_user_obj.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_type_new_obj.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_type_obj.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/view16/editor.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/view16/errorlist_view.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/view16/fastopen.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/wizban/rmote_exprt.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/wizban/rmote_imprt.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/wizban/rmotearchv_exprt.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/wizban/rmotearchv_imprt.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/wizban/rmotejar_exprt.gif
delete mode 100644 rse/plugins/org.eclipse.rse.ui/icons/full/wizban/rmotejar_imprt.gif
diff --git a/rse/plugins/org.eclipse.rse.importexport/HelpContexts.xml b/rse/plugins/org.eclipse.rse.importexport/HelpContexts.xml
new file mode 100644
index 00000000000..15203023bf0
--- /dev/null
+++ b/rse/plugins/org.eclipse.rse.importexport/HelpContexts.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+ Import files from a remote server to a project on your local workstation.
+
+
+
+
+
+ Export files from your local workstation to a folder on a remote server.
+
+
+
+
\ No newline at end of file
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/wizban/export_wiz.gif b/rse/plugins/org.eclipse.rse.importexport/icons/full/wizban/export_wiz.gif
similarity index 100%
rename from rse/plugins/org.eclipse.rse.ui/icons/full/wizban/export_wiz.gif
rename to rse/plugins/org.eclipse.rse.importexport/icons/full/wizban/export_wiz.gif
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/wizban/import_wiz.gif b/rse/plugins/org.eclipse.rse.importexport/icons/full/wizban/import_wiz.gif
similarity index 100%
rename from rse/plugins/org.eclipse.rse.ui/icons/full/wizban/import_wiz.gif
rename to rse/plugins/org.eclipse.rse.importexport/icons/full/wizban/import_wiz.gif
diff --git a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/RemoteImportExportPlugin.java b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/RemoteImportExportPlugin.java
index c6dbc130a9d..6cd7134f8f4 100644
--- a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/RemoteImportExportPlugin.java
+++ b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/RemoteImportExportPlugin.java
@@ -7,17 +7,35 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
+ * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui
*******************************************************************************/
package org.eclipse.rse.internal.importexport;
-import org.eclipse.jface.resource.ImageDescriptor;
-import org.eclipse.ui.plugin.AbstractUIPlugin;
+import org.eclipse.rse.core.SystemBasePlugin;
import org.osgi.framework.BundleContext;
/**
* The main plugin class to be used in the desktop.
*/
-public class RemoteImportExportPlugin extends AbstractUIPlugin {
+public class RemoteImportExportPlugin extends SystemBasePlugin {
+
+ public static final String PLUGIN_ID ="org.eclipse.rse.importexport"; //$NON-NLS-1$
+ public static final String HELPPREFIX = "org.eclipse.rse.importexport."; //$NON-NLS-1$
+
+ // Icons
+ public static final String PREFIX = PLUGIN_ID + "."; //$NON-NLS-1$
+ public static final String ICON_BANNER_SUFFIX = "BannerIcon"; //$NON-NLS-1$
+ public static final String ICON_EXT = ".gif"; //$NON-NLS-1$
+
+ // WIZARD ICONS...
+ public static final String ICON_WIZARD_DIR = "full/wizban/"; //$NON-NLS-1$
+ public static final String ICON_EXPORTWIZARD_ROOT = "export_wiz"; //$NON-NLS-1$
+ public static final String ICON_EXPORTWIZARD = ICON_WIZARD_DIR + ICON_EXPORTWIZARD_ROOT + ICON_EXT;
+ public static final String ICON_EXPORTWIZARD_ID = PREFIX + ICON_EXPORTWIZARD_ROOT + ICON_BANNER_SUFFIX;
+ public static final String ICON_IMPORTWIZARD_ROOT = "import_wiz"; //$NON-NLS-1$
+ public static final String ICON_IMPORTWIZARD = ICON_WIZARD_DIR + ICON_EXPORTWIZARD_ROOT + ICON_EXT;
+ public static final String ICON_IMPORTWIZARD_ID = PREFIX + ICON_EXPORTWIZARD_ROOT + ICON_BANNER_SUFFIX;
+
//The shared instance.
private static RemoteImportExportPlugin plugin;
@@ -51,14 +69,21 @@ public class RemoteImportExportPlugin extends AbstractUIPlugin {
return plugin;
}
- /**
- * Returns an image descriptor for the image file at the given
- * plug-in relative path.
- *
- * @param path the path
- * @return the image descriptor
- */
- public static ImageDescriptor getImageDescriptor(String path) {
- return AbstractUIPlugin.imageDescriptorFromPlugin("org.eclipse.rse.importexport", path); //$NON-NLS-1$
- }
+ /* (non-Javadoc)
+ * @see org.eclipse.rse.core.SystemBasePlugin#initializeImageRegistry()
+ */
+ protected void initializeImageRegistry()
+ {
+ //SystemElapsedTimer timer = new SystemElapsedTimer();
+ //timer.setStartTime();
+
+ String path = getIconPath();
+ // Wizards...
+ putImageInRegistry(ICON_EXPORTWIZARD_ID, path+ICON_EXPORTWIZARD);
+ putImageInRegistry(ICON_IMPORTWIZARD_ID, path+ICON_IMPORTWIZARD);
+
+ //timer.setEndTime();
+ //System.out.println("Time to load images: "+timer);
+ }
+
}
diff --git a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizard.java b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizard.java
index 76d73fdd872..e9142f31a02 100644
--- a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizard.java
+++ b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizard.java
@@ -1,5 +1,3 @@
-package org.eclipse.rse.internal.importexport.files;
-
/*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
@@ -9,14 +7,17 @@ package org.eclipse.rse.internal.importexport.files;
*
* Contributors:
* IBM Corporation - initial API and implementation
+ * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui
*******************************************************************************/
+package org.eclipse.rse.internal.importexport.files;
+
import org.eclipse.core.resources.IResource;
import org.eclipse.jface.dialogs.IDialogSettings;
import org.eclipse.jface.resource.ImageDescriptor;
import org.eclipse.jface.viewers.IStructuredSelection;
import org.eclipse.jface.viewers.StructuredSelection;
+import org.eclipse.rse.internal.importexport.RemoteImportExportPlugin;
import org.eclipse.rse.internal.importexport.SystemImportExportResources;
-import org.eclipse.rse.ui.RSEUIPlugin;
import org.eclipse.rse.ui.wizards.AbstractSystemWizard;
import org.eclipse.ui.IEditorPart;
import org.eclipse.ui.IExportWizard;
@@ -54,7 +55,7 @@ public class RemoteExportWizard extends AbstractSystemWizard implements IExportW
* Creates a wizard for exporting workspace resources to the local file system.
*/
public RemoteExportWizard() {
- IDialogSettings workbenchSettings = RSEUIPlugin.getDefault().getDialogSettings();
+ IDialogSettings workbenchSettings = RemoteImportExportPlugin.getDefault().getDialogSettings();
IDialogSettings section = workbenchSettings.getSection("RemoteExportWizard"); //$NON-NLS-1$
if (section == null) section = workbenchSettings.addNewSection("RemoteExportWizard"); //$NON-NLS-1$
setDialogSettings(section);
@@ -69,11 +70,10 @@ public class RemoteExportWizard extends AbstractSystemWizard implements IExportW
}
/**
- * Returns the image descriptor with the given relative path.
+ * Returns the image descriptor with the given key.
*/
- private ImageDescriptor getImageDescriptor(String relativePath) {
- String iconPath = "icons/full/"; //$NON-NLS-1$
- return RSEUIPlugin.getDefault().getPluginImage(iconPath + relativePath);
+ private ImageDescriptor getImageDescriptor(String key) {
+ return RemoteImportExportPlugin.getDefault().getImageDescriptor(key);
}
/* (non-Javadoc)
@@ -94,7 +94,7 @@ public class RemoteExportWizard extends AbstractSystemWizard implements IExportW
}
setInitializeFromExportData(false);
setWindowTitle(SystemImportExportResources.RESID_FILEEXPORT_TITLE);
- setDefaultPageImageDescriptor(getImageDescriptor("wizban/export_wiz.gif")); //$NON-NLS-1$
+ setDefaultPageImageDescriptor(getImageDescriptor(RemoteImportExportPlugin.ICON_EXPORTWIZARD_ID));
setNeedsProgressMonitor(true);
}
@@ -103,7 +103,7 @@ public class RemoteExportWizard extends AbstractSystemWizard implements IExportW
this.exportData = exportData;
setInitializeFromExportData(true);
setWindowTitle(SystemImportExportResources.RESID_FILEEXPORT_TITLE);
- setDefaultPageImageDescriptor(getImageDescriptor("wizban/export_wiz.gif")); //$NON-NLS-1$
+ setDefaultPageImageDescriptor(getImageDescriptor(RemoteImportExportPlugin.ICON_EXPORTWIZARD_ID));
setNeedsProgressMonitor(true);
}
diff --git a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java
index 726f18393ca..0ed3017bee3 100644
--- a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java
+++ b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java
@@ -7,6 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
+ * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui
*******************************************************************************/
package org.eclipse.rse.internal.importexport.files;
@@ -31,6 +32,7 @@ import org.eclipse.jface.window.Window;
import org.eclipse.rse.core.SystemBasePlugin;
import org.eclipse.rse.core.model.IHost;
import org.eclipse.rse.files.ui.actions.SystemSelectRemoteFolderAction;
+import org.eclipse.rse.internal.importexport.RemoteImportExportPlugin;
import org.eclipse.rse.internal.importexport.RemoteImportExportResources;
import org.eclipse.rse.internal.importexport.RemoteImportExportUtil;
import org.eclipse.rse.internal.importexport.SystemImportExportResources;
@@ -136,13 +138,13 @@ class RemoteExportWizardPage1 extends WizardExportResourcesPage implements Liste
if (helpId != null) {
SystemWidgetHelpers.setHelp(parentComposite, helpId);
} else {
- SystemWidgetHelpers.setHelp(parentComposite, RSEUIPlugin.HELPPREFIX + "import_context"); //$NON-NLS-1$
+ SystemWidgetHelpers.setHelp(parentComposite, RemoteImportExportPlugin.HELPPREFIX + "import_context"); //$NON-NLS-1$
}
setControl(parentComposite);
// super.createControl(parent);
// parentComposite = parent;
// giveFocusToDestination();
- // SystemWidgetHelpers.setHelp(getControl(), RSEUIPlugin.HELPPREFIX + "export_context");
+ // SystemWidgetHelpers.setHelp(getControl(), RemoteImportExportPlugin.HELPPREFIX + "export_context");
// Control c = getControl();
// if (c instanceof Composite)
// {
diff --git a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportActionDelegate.java b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportActionDelegate.java
index fddb02d0fc1..c57fb95c29f 100644
--- a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportActionDelegate.java
+++ b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportActionDelegate.java
@@ -7,6 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
+ * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui
*******************************************************************************/
package org.eclipse.rse.internal.importexport.files;
@@ -23,6 +24,7 @@ import org.eclipse.core.runtime.MultiStatus;
import org.eclipse.core.runtime.Status;
import org.eclipse.jface.action.IAction;
import org.eclipse.rse.core.SystemBasePlugin;
+import org.eclipse.rse.internal.importexport.RemoteImportExportPlugin;
import org.eclipse.rse.internal.importexport.RemoteImportExportProblemDialog;
import org.eclipse.rse.internal.importexport.RemoteImportExportResources;
import org.eclipse.rse.services.clientserver.messages.SystemMessage;
@@ -52,7 +54,7 @@ public class RemoteFileExportActionDelegate extends RemoteFileImportExportAction
} else {
message = RemoteImportExportResources.IMPORT_EXPORT_ERROR_CREATE_FILE_FAILED;
}
- MultiStatus readStatus = new MultiStatus(RSEUIPlugin.getDefault().getSymbolicName(), 0, message, null);
+ MultiStatus readStatus = new MultiStatus(RemoteImportExportPlugin.getDefault().getSymbolicName(), 0, message, null);
RemoteFileExportData[] exportDatas = readExportDatas(descriptions, readStatus);
if (exportDatas.length > 0) {
IStatus status = export(exportDatas);
@@ -65,7 +67,7 @@ public class RemoteFileExportActionDelegate extends RemoteFileImportExportAction
message = status.getMessage();
}
// create new status because we want another message - no API to set message
- mergedStatus = new MultiStatus(RSEUIPlugin.getDefault().getSymbolicName(), status.getCode(), readStatus.getChildren(), message, null);
+ mergedStatus = new MultiStatus(RemoteImportExportPlugin.getDefault().getSymbolicName(), status.getCode(), readStatus.getChildren(), message, null);
mergedStatus.merge(status);
} else {
mergedStatus = readStatus;
@@ -130,10 +132,10 @@ public class RemoteFileExportActionDelegate extends RemoteFileImportExportAction
status = op.getStatus();
} catch (InvocationTargetException e) {
SystemBasePlugin.logError("Error occured trying to export", e); //$NON-NLS-1$
- status = new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getBundle().getSymbolicName(), 0, "", e); //$NON-NLS-1$
+ status = new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getBundle().getSymbolicName(), 0, "", e); //$NON-NLS-1$
} catch (InterruptedException e) {
SystemBasePlugin.logError("Error occured trying to export", e); //$NON-NLS-1$
- status = new Status(IStatus.OK, RSEUIPlugin.getDefault().getBundle().getSymbolicName(), 0, "", e); //$NON-NLS-1$
+ status = new Status(IStatus.OK, RemoteImportExportPlugin.getDefault().getBundle().getSymbolicName(), 0, "", e); //$NON-NLS-1$
}
if (!status.isOK()) {
SystemMessage msg = RSEUIPlugin.getPluginMessage(ISystemMessages.FILEMSG_EXPORT_FAILED);
diff --git a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportDescriptionReader.java b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportDescriptionReader.java
index 1ea3000c028..31c5f0acce8 100644
--- a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportDescriptionReader.java
+++ b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportDescriptionReader.java
@@ -7,6 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
+ * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui
*******************************************************************************/
package org.eclipse.rse.internal.importexport.files;
@@ -30,7 +31,7 @@ import org.eclipse.core.runtime.IStatus;
import org.eclipse.core.runtime.Path;
import org.eclipse.core.runtime.Status;
import org.eclipse.rse.core.SystemBasePlugin;
-import org.eclipse.rse.ui.RSEUIPlugin;
+import org.eclipse.rse.internal.importexport.RemoteImportExportPlugin;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
@@ -59,10 +60,10 @@ public class RemoteFileExportDescriptionReader implements IRemoteFileExportDescr
readXML(exportData);
} catch (IOException ex) {
String message = (ex.getLocalizedMessage() != null ? ex.getLocalizedMessage() : ""); //$NON-NLS-1$
- throw new CoreException(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getSymbolicName(), 0, message, ex));
+ throw new CoreException(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getSymbolicName(), 0, message, ex));
} catch (SAXException ex) {
String message = (ex.getLocalizedMessage() != null ? ex.getLocalizedMessage() : ""); //$NON-NLS-1$
- throw new CoreException(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getSymbolicName(), 0, message, ex));
+ throw new CoreException(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getSymbolicName(), 0, message, ex));
}
}
@@ -188,7 +189,7 @@ public class RemoteFileExportDescriptionReader implements IRemoteFileExportDescr
fInputStream.close();
} catch (IOException ex) {
String message = (ex.getLocalizedMessage() != null ? ex.getLocalizedMessage() : ""); //$NON-NLS-1$
- throw new CoreException(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getSymbolicName(), 0, message, ex));
+ throw new CoreException(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getSymbolicName(), 0, message, ex));
}
}
}
@@ -197,6 +198,6 @@ public class RemoteFileExportDescriptionReader implements IRemoteFileExportDescr
* @see org.eclipse.rse.internal.importexport.files.IRemoteFileExportDescriptionReader#getStatus()
*/
public IStatus getStatus() {
- return new Status(IStatus.OK, RSEUIPlugin.getDefault().getSymbolicName(), 0, "", null); //$NON-NLS-1$
+ return new Status(IStatus.OK, RemoteImportExportPlugin.getDefault().getSymbolicName(), 0, "", null); //$NON-NLS-1$
}
}
diff --git a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportDescriptionWriter.java b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportDescriptionWriter.java
index cbd3a50c76b..8ea72985e9b 100644
--- a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportDescriptionWriter.java
+++ b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportDescriptionWriter.java
@@ -7,6 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
+ * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui
*******************************************************************************/
package org.eclipse.rse.internal.importexport.files;
@@ -31,7 +32,7 @@ import org.eclipse.core.runtime.Assert;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.core.runtime.Status;
-import org.eclipse.rse.ui.RSEUIPlugin;
+import org.eclipse.rse.internal.importexport.RemoteImportExportPlugin;
import org.w3c.dom.DOMException;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
@@ -58,7 +59,7 @@ public class RemoteFileExportDescriptionWriter implements IRemoteFileExportDescr
writeXML(exportData);
} catch (IOException ex) {
String message = (ex.getLocalizedMessage() != null ? ex.getLocalizedMessage() : ""); //$NON-NLS-1$
- throw new CoreException(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getSymbolicName(), 0, message, ex));
+ throw new CoreException(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getSymbolicName(), 0, message, ex));
}
}
@@ -155,7 +156,7 @@ public class RemoteFileExportDescriptionWriter implements IRemoteFileExportDescr
fOutputStream.close();
} catch (IOException ex) {
String message = (ex.getLocalizedMessage() != null ? ex.getLocalizedMessage() : ""); //$NON-NLS-1$
- throw new CoreException(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getSymbolicName(), 0, message, ex));
+ throw new CoreException(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getSymbolicName(), 0, message, ex));
}
}
}
@@ -164,6 +165,6 @@ public class RemoteFileExportDescriptionWriter implements IRemoteFileExportDescr
* @see org.eclipse.rse.internal.importexport.files.IRemoteFileExportDescriptionWriter#getStatus()
*/
public IStatus getStatus() {
- return new Status(IStatus.OK, RSEUIPlugin.getDefault().getSymbolicName(), 0, "", null); //$NON-NLS-1$
+ return new Status(IStatus.OK, RemoteImportExportPlugin.getDefault().getSymbolicName(), 0, "", null); //$NON-NLS-1$
}
}
diff --git a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java
index f1d82bb25e5..2f63a18581b 100644
--- a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java
+++ b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java
@@ -7,6 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
+ * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui
*******************************************************************************/
package org.eclipse.rse.internal.importexport.files;
@@ -33,6 +34,7 @@ import org.eclipse.jface.operation.ModalContext;
import org.eclipse.rse.core.SystemBasePlugin;
import org.eclipse.rse.core.model.IHost;
import org.eclipse.rse.files.ui.resources.SystemIFileProperties;
+import org.eclipse.rse.internal.importexport.RemoteImportExportPlugin;
import org.eclipse.rse.internal.importexport.RemoteImportExportUtil;
import org.eclipse.rse.internal.importexport.SystemImportExportResources;
import org.eclipse.rse.services.files.RemoteFileIOException;
@@ -178,7 +180,7 @@ class RemoteFileExportOperation implements IRunnableWithProgress {
} catch (Exception e) {
String msg = RSEUIPlugin.getPluginMessage(ISystemMessages.FILEMSG_EXPORT_ERROR, new Object[] { destination, e.getLocalizedMessage() == null ? e.toString() : e.getMessage(), e })
.toString();
- errorTable.add(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getBundle().getSymbolicName(), 0, msg, e));
+ errorTable.add(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getBundle().getSymbolicName(), 0, msg, e));
}
try {
exportChildren(((IContainer) child).members(), destination);
@@ -188,7 +190,7 @@ class RemoteFileExportOperation implements IRunnableWithProgress {
// i. this method is called recursively iterating over the result of #members,
// which only answers existing children
// ii. there is an #isAccessible check done before #members is invoked
- errorTable.add(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getBundle().getSymbolicName(), 0, e.getMessage(), e));
+ errorTable.add(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getBundle().getSymbolicName(), 0, e.getMessage(), e));
//errorTable.add(e.getStatus());
}
}
@@ -218,7 +220,7 @@ class RemoteFileExportOperation implements IRunnableWithProgress {
// Assume that communication has failed.
String msg = RSEUIPlugin.getPluginMessage(ISystemMessages.FILEMSG_EXPORT_ERROR,
new Object[] { fullPath, RSEUIPlugin.getPluginMessage(ISystemMessages.MSG_IMPORT_EXPORT_UNABLE_TO_USE_CONNECTION).getLevelOneText(), e }).toString();
- errorTable.add(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getBundle().getSymbolicName(), 0, msg, e));
+ errorTable.add(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getBundle().getSymbolicName(), 0, msg, e));
throw e;
}
}
@@ -273,10 +275,10 @@ class RemoteFileExportOperation implements IRunnableWithProgress {
errorTable.add(new Status(IStatus.ERROR, PlatformUI.PLUGIN_ID, 0, msg, e));
} catch (RemoteFileIOException e) {
String msg = RSEUIPlugin.getPluginMessage(ISystemMessages.FILEMSG_EXPORT_ERROR, new Object[] { fullPath, e.getLocalizedMessage(), e }).toString();
- errorTable.add(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getBundle().getSymbolicName(), 0, msg, e));
+ errorTable.add(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getBundle().getSymbolicName(), 0, msg, e));
} catch (RemoteFileSecurityException e) {
String msg = RSEUIPlugin.getPluginMessage(ISystemMessages.FILEMSG_EXPORT_ERROR, new Object[] { fullPath, e.getLocalizedMessage(), e }).toString();
- errorTable.add(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getBundle().getSymbolicName(), 0, msg, e));
+ errorTable.add(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getBundle().getSymbolicName(), 0, msg, e));
} catch (Exception e) {
String msg = RSEUIPlugin.getPluginMessage(ISystemMessages.FILEMSG_EXPORT_ERROR, new Object[] { fullPath, e.getLocalizedMessage(), e }).toString();
errorTable.add(new Status(IStatus.ERROR, PlatformUI.PLUGIN_ID, 0, msg, e));
@@ -427,7 +429,7 @@ class RemoteFileExportOperation implements IRunnableWithProgress {
errorTable.add(e.getStatus());
} catch (IOException e) {
SystemBasePlugin.logError("Error occured trying to save description " + descriptionFilePath, e); //$NON-NLS-1$
- errorTable.add(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getSymbolicName(), 0, e.getLocalizedMessage(), e));
+ errorTable.add(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getSymbolicName(), 0, e.getLocalizedMessage(), e));
}
}
} finally {
diff --git a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportActionDelegate.java b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportActionDelegate.java
index dde75b1cd9d..03d29e86b26 100644
--- a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportActionDelegate.java
+++ b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportActionDelegate.java
@@ -7,6 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
+ * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui
*******************************************************************************/
package org.eclipse.rse.internal.importexport.files;
@@ -23,6 +24,7 @@ import org.eclipse.core.runtime.MultiStatus;
import org.eclipse.core.runtime.Status;
import org.eclipse.jface.action.IAction;
import org.eclipse.rse.core.SystemBasePlugin;
+import org.eclipse.rse.internal.importexport.RemoteImportExportPlugin;
import org.eclipse.rse.internal.importexport.RemoteImportExportProblemDialog;
import org.eclipse.rse.internal.importexport.RemoteImportExportResources;
import org.eclipse.rse.services.clientserver.messages.SystemMessage;
@@ -52,7 +54,7 @@ public class RemoteFileImportActionDelegate extends RemoteFileImportExportAction
} else {
message = RemoteImportExportResources.IMPORT_EXPORT_ERROR_CREATE_FILE_FAILED;
}
- MultiStatus readStatus = new MultiStatus(RSEUIPlugin.getDefault().getSymbolicName(), 0, message, null);
+ MultiStatus readStatus = new MultiStatus(RemoteImportExportPlugin.getDefault().getSymbolicName(), 0, message, null);
RemoteFileImportData[] importDatas = readImportDatas(descriptions, readStatus);
if (importDatas.length > 0) {
IStatus status = importFiles(importDatas);
@@ -65,7 +67,7 @@ public class RemoteFileImportActionDelegate extends RemoteFileImportExportAction
message = status.getMessage();
}
// create new status because we want another message - no API to set message
- mergedStatus = new MultiStatus(RSEUIPlugin.getDefault().getSymbolicName(), status.getCode(), readStatus.getChildren(), message, null);
+ mergedStatus = new MultiStatus(RemoteImportExportPlugin.getDefault().getSymbolicName(), status.getCode(), readStatus.getChildren(), message, null);
mergedStatus.merge(status);
} else {
mergedStatus = readStatus;
@@ -130,10 +132,10 @@ public class RemoteFileImportActionDelegate extends RemoteFileImportExportAction
status = op.getStatus();
} catch (InvocationTargetException e) {
SystemBasePlugin.logError("Error occured trying to import", e); //$NON-NLS-1$
- status = new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getBundle().getSymbolicName(), 0, "", e); //$NON-NLS-1$
+ status = new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getBundle().getSymbolicName(), 0, "", e); //$NON-NLS-1$
} catch (InterruptedException e) {
SystemBasePlugin.logError("Error occured trying to import", e); //$NON-NLS-1$
- status = new Status(IStatus.OK, RSEUIPlugin.getDefault().getBundle().getSymbolicName(), 0, "", e); //$NON-NLS-1$
+ status = new Status(IStatus.OK, RemoteImportExportPlugin.getDefault().getBundle().getSymbolicName(), 0, "", e); //$NON-NLS-1$
}
if (!status.isOK()) {
SystemMessage msg = RSEUIPlugin.getPluginMessage(ISystemMessages.FILEMSG_IMPORT_FAILED);
diff --git a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportDescriptionReader.java b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportDescriptionReader.java
index 76f534428ad..df6aec7b8f3 100644
--- a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportDescriptionReader.java
+++ b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportDescriptionReader.java
@@ -7,6 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
+ * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui
*******************************************************************************/
package org.eclipse.rse.internal.importexport.files;
@@ -27,10 +28,10 @@ import org.eclipse.core.runtime.NullProgressMonitor;
import org.eclipse.core.runtime.Path;
import org.eclipse.core.runtime.Status;
import org.eclipse.rse.core.SystemBasePlugin;
+import org.eclipse.rse.internal.importexport.RemoteImportExportPlugin;
import org.eclipse.rse.services.clientserver.messages.SystemMessageException;
import org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFile;
import org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFileSubSystem;
-import org.eclipse.rse.ui.RSEUIPlugin;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
@@ -60,10 +61,10 @@ public class RemoteFileImportDescriptionReader implements IRemoteFileImportDescr
readXML(importData);
} catch (IOException ex) {
String message = (ex.getLocalizedMessage() != null ? ex.getLocalizedMessage() : ""); //$NON-NLS-1$
- throw new CoreException(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getSymbolicName(), 0, message, ex));
+ throw new CoreException(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getSymbolicName(), 0, message, ex));
} catch (SAXException ex) {
String message = (ex.getLocalizedMessage() != null ? ex.getLocalizedMessage() : ""); //$NON-NLS-1$
- throw new CoreException(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getSymbolicName(), 0, message, ex));
+ throw new CoreException(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getSymbolicName(), 0, message, ex));
}
}
@@ -179,7 +180,7 @@ public class RemoteFileImportDescriptionReader implements IRemoteFileImportDescr
subsystem = null;
} catch (IOException ex) {
String message = (ex.getLocalizedMessage() != null ? ex.getLocalizedMessage() : ""); //$NON-NLS-1$
- throw new CoreException(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getSymbolicName(), 0, message, ex));
+ throw new CoreException(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getSymbolicName(), 0, message, ex));
}
}
}
@@ -188,6 +189,6 @@ public class RemoteFileImportDescriptionReader implements IRemoteFileImportDescr
* @see org.eclipse.rse.internal.importexport.files.IRemoteFileImportDescriptionReader#getStatus()
*/
public IStatus getStatus() {
- return new Status(IStatus.OK, RSEUIPlugin.getDefault().getSymbolicName(), 0, "", null); //$NON-NLS-1$
+ return new Status(IStatus.OK, RemoteImportExportPlugin.getDefault().getSymbolicName(), 0, "", null); //$NON-NLS-1$
}
}
diff --git a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportDescriptionWriter.java b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportDescriptionWriter.java
index bdf64a891fc..7e5d92190c5 100644
--- a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportDescriptionWriter.java
+++ b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportDescriptionWriter.java
@@ -7,6 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
+ * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui
*******************************************************************************/
package org.eclipse.rse.internal.importexport.files;
@@ -30,7 +31,7 @@ import org.eclipse.core.runtime.Assert;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.core.runtime.Status;
-import org.eclipse.rse.ui.RSEUIPlugin;
+import org.eclipse.rse.internal.importexport.RemoteImportExportPlugin;
import org.w3c.dom.DOMException;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
@@ -57,7 +58,7 @@ public class RemoteFileImportDescriptionWriter implements IRemoteFileImportDescr
writeXML(importData);
} catch (IOException ex) {
String message = (ex.getLocalizedMessage() != null ? ex.getLocalizedMessage() : ""); //$NON-NLS-1$
- throw new CoreException(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getSymbolicName(), 0, message, ex));
+ throw new CoreException(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getSymbolicName(), 0, message, ex));
}
}
@@ -157,7 +158,7 @@ public class RemoteFileImportDescriptionWriter implements IRemoteFileImportDescr
fOutputStream.close();
} catch (IOException ex) {
String message = (ex.getLocalizedMessage() != null ? ex.getLocalizedMessage() : ""); //$NON-NLS-1$
- throw new CoreException(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getSymbolicName(), 0, message, ex));
+ throw new CoreException(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getSymbolicName(), 0, message, ex));
}
}
}
@@ -166,6 +167,6 @@ public class RemoteFileImportDescriptionWriter implements IRemoteFileImportDescr
* @see org.eclipse.rse.internal.importexport.files.IRemoteFileImportDescriptionWriter#getStatus()
*/
public IStatus getStatus() {
- return new Status(IStatus.OK, RSEUIPlugin.getDefault().getSymbolicName(), 0, "", null); //$NON-NLS-1$
+ return new Status(IStatus.OK, RemoteImportExportPlugin.getDefault().getSymbolicName(), 0, "", null); //$NON-NLS-1$
}
}
diff --git a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportOperation.java b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportOperation.java
index 569fc383d2b..46fc137db50 100644
--- a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportOperation.java
+++ b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportOperation.java
@@ -7,6 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
+ * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui
*******************************************************************************/
package org.eclipse.rse.internal.importexport.files;
@@ -34,6 +35,7 @@ import org.eclipse.core.runtime.Path;
import org.eclipse.core.runtime.Status;
import org.eclipse.core.runtime.SubProgressMonitor;
import org.eclipse.rse.core.SystemBasePlugin;
+import org.eclipse.rse.internal.importexport.RemoteImportExportPlugin;
import org.eclipse.rse.internal.importexport.RemoteImportExportUtil;
import org.eclipse.rse.internal.importexport.SystemImportExportResources;
import org.eclipse.rse.services.files.RemoteFileIOException;
@@ -303,7 +305,7 @@ public class RemoteFileImportOperation extends WorkspaceModifyOperation {
errorTable.add(e.getStatus());
} catch (IOException e) {
SystemBasePlugin.logError("Error occured trying to save description " + descriptionFilePath, e); //$NON-NLS-1$
- errorTable.add(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getSymbolicName(), 0, e.getLocalizedMessage(), e));
+ errorTable.add(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getSymbolicName(), 0, e.getLocalizedMessage(), e));
}
}
} catch (CoreException e) {
@@ -415,7 +417,7 @@ public class RemoteFileImportOperation extends WorkspaceModifyOperation {
errorTable.toArray(errors);
// IFS:
String msg = RSEUIPlugin.getPluginMessage(ISystemMessages.FILEMSG_IMPORT_PROBLEMS).getLevelOneText();
- return new MultiStatus(RSEUIPlugin.getDefault().getBundle().getSymbolicName(), IStatus.OK, errors, msg, null);
+ return new MultiStatus(RemoteImportExportPlugin.getDefault().getBundle().getSymbolicName(), IStatus.OK, errors, msg, null);
}
/**
@@ -446,7 +448,7 @@ public class RemoteFileImportOperation extends WorkspaceModifyOperation {
// Use Files for comparison to avoid platform specific case issues
if (targetPath != null && (targetPath.toFile().equals(new File(fileObjectPath)))) {
String msg = RSEUIPlugin.getPluginMessage(ISystemMessages.FILEMSG_IMPORT_SELF, fileObjectPath).toString();
- errorTable.add(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getBundle().getSymbolicName(), 0, msg, null));
+ errorTable.add(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getBundle().getSymbolicName(), 0, msg, null));
return;
}
if (!ensureTargetDoesNotExist(targetResource, policy)) {
@@ -474,15 +476,15 @@ public class RemoteFileImportOperation extends WorkspaceModifyOperation {
}
} catch (RemoteFileIOException e) {
String msg = RSEUIPlugin.getPluginMessage(ISystemMessages.FILEMSG_IMPORT_ERROR, new Object[] { fileObjectPath, e.getRemoteException().getLocalizedMessage(), e }).toString();
- errorTable.add(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getBundle().getSymbolicName(), 0, msg, e));
+ errorTable.add(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getBundle().getSymbolicName(), 0, msg, e));
return;
} catch (RemoteFileSecurityException e) {
String msg = RSEUIPlugin.getPluginMessage(ISystemMessages.FILEMSG_IMPORT_ERROR, new Object[] { fileObjectPath, e.getRemoteException().getLocalizedMessage(), e }).toString();
- errorTable.add(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getBundle().getSymbolicName(), 0, msg, e));
+ errorTable.add(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getBundle().getSymbolicName(), 0, msg, e));
return;
} catch (Exception e) {
String msg = RSEUIPlugin.getPluginMessage(ISystemMessages.FILEMSG_IMPORT_ERROR, new Object[] { fileObjectPath, e.getMessage() == null ? e.toString() : e.getMessage(), e }).toString();
- errorTable.add(new Status(IStatus.ERROR, RSEUIPlugin.getDefault().getBundle().getSymbolicName(), 0, msg, e));
+ errorTable.add(new Status(IStatus.ERROR, RemoteImportExportPlugin.getDefault().getBundle().getSymbolicName(), 0, msg, e));
return;
}
}
@@ -508,7 +510,7 @@ public class RemoteFileImportOperation extends WorkspaceModifyOperation {
// file systems root. Roots can't copied (at least not
// under windows).
String msg = RSEUIPlugin.getPluginMessage(ISystemMessages.FILEMSG_COPY_ROOT).toString();
- errorTable.add(new Status(IStatus.INFO, RSEUIPlugin.getDefault().getBundle().getSymbolicName(), 0, msg, null));
+ errorTable.add(new Status(IStatus.INFO, RemoteImportExportPlugin.getDefault().getBundle().getSymbolicName(), 0, msg, null));
continue;
}
source = sourcePath.toFile();
diff --git a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizard.java b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizard.java
index 6a8c0108a8c..3bbbabc9aaf 100644
--- a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizard.java
+++ b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizard.java
@@ -1,5 +1,3 @@
-package org.eclipse.rse.internal.importexport.files;
-
/*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
@@ -9,13 +7,16 @@ package org.eclipse.rse.internal.importexport.files;
*
* Contributors:
* IBM Corporation - initial API and implementation
+ * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui
*******************************************************************************/
+package org.eclipse.rse.internal.importexport.files;
+
import org.eclipse.jface.dialogs.IDialogSettings;
import org.eclipse.jface.resource.ImageDescriptor;
import org.eclipse.jface.viewers.IStructuredSelection;
import org.eclipse.jface.viewers.StructuredSelection;
+import org.eclipse.rse.internal.importexport.RemoteImportExportPlugin;
import org.eclipse.rse.internal.importexport.SystemImportExportResources;
-import org.eclipse.rse.ui.RSEUIPlugin;
import org.eclipse.rse.ui.wizards.AbstractSystemWizard;
import org.eclipse.ui.IImportWizard;
import org.eclipse.ui.IWorkbench;
@@ -55,7 +56,7 @@ public class RemoteImportWizard extends AbstractSystemWizard implements IImportW
* the file system.
*/
public RemoteImportWizard() {
- IDialogSettings workbenchSettings = RSEUIPlugin.getDefault().getDialogSettings();
+ IDialogSettings workbenchSettings = RemoteImportExportPlugin.getDefault().getDialogSettings();
IDialogSettings section = workbenchSettings.getSection("RemoteImportWizard"); //$NON-NLS-1$
if (section == null) section = workbenchSettings.addNewSection("RemoteImportWizard"); //$NON-NLS-1$
setDialogSettings(section);
@@ -70,11 +71,10 @@ public class RemoteImportWizard extends AbstractSystemWizard implements IImportW
}
/**
- * Returns the image descriptor with the given relative path.
+ * Returns the image descriptor with the given key.
*/
- private ImageDescriptor getImageDescriptor(String relativePath) {
- String iconPath = "icons/full/"; //$NON-NLS-1$
- return RSEUIPlugin.getDefault().getPluginImage(iconPath + relativePath);
+ private ImageDescriptor getImageDescriptor(String key) {
+ return RemoteImportExportPlugin.getDefault().getImageDescriptor(key);
}
/* (non-Javadoc)
@@ -84,7 +84,7 @@ public class RemoteImportWizard extends AbstractSystemWizard implements IImportW
this.workbench = workbench;
selection = currentSelection;
setWindowTitle(SystemImportExportResources.RESID_FILEIMPORT_TITLE);
- setDefaultPageImageDescriptor(getImageDescriptor("wizban/import_wiz.gif")); //$NON-NLS-1$
+ setDefaultPageImageDescriptor(getImageDescriptor(RemoteImportExportPlugin.ICON_IMPORTWIZARD_ID));
setNeedsProgressMonitor(true);
}
@@ -94,7 +94,7 @@ public class RemoteImportWizard extends AbstractSystemWizard implements IImportW
this.importData = importData;
setInitializeFromImportData(true);
setWindowTitle(SystemImportExportResources.RESID_FILEIMPORT_TITLE);
- setDefaultPageImageDescriptor(getImageDescriptor("wizban/import_wiz.gif")); //$NON-NLS-1$
+ setDefaultPageImageDescriptor(getImageDescriptor(RemoteImportExportPlugin.ICON_IMPORTWIZARD_ID));
setNeedsProgressMonitor(true);
}
diff --git a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java
index de4614766d4..d6e6af3e7ba 100644
--- a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java
+++ b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java
@@ -7,6 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
+ * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui
*******************************************************************************/
package org.eclipse.rse.internal.importexport.files;
@@ -38,6 +39,7 @@ import org.eclipse.jface.window.Window;
import org.eclipse.rse.core.SystemBasePlugin;
import org.eclipse.rse.core.model.IHost;
import org.eclipse.rse.files.ui.actions.SystemSelectRemoteFolderAction;
+import org.eclipse.rse.internal.importexport.RemoteImportExportPlugin;
import org.eclipse.rse.internal.importexport.RemoteImportExportResources;
import org.eclipse.rse.internal.importexport.RemoteImportExportUtil;
import org.eclipse.rse.internal.importexport.SystemImportExportResources;
@@ -242,10 +244,10 @@ class RemoteImportWizardPage1 extends WizardResourceImportPage implements Listen
if (helpId != null) {
SystemWidgetHelpers.setHelp(parentComposite, helpId);
} else {
- SystemWidgetHelpers.setHelp(parentComposite, RSEUIPlugin.HELPPREFIX + "import_context"); //$NON-NLS-1$
+ SystemWidgetHelpers.setHelp(parentComposite, RemoteImportExportPlugin.HELPPREFIX + "import_context"); //$NON-NLS-1$
}
setControl(parentComposite);
- // SystemWidgetHelpers.setHelp(getControl(), RSEUIPlugin.HELPPREFIX + "import_context");
+ // SystemWidgetHelpers.setHelp(getControl(), RemoteImportExportPlugin.HELPPREFIX + "import_context");
// Control c = getControl();
// if (c instanceof Composite)
// {
diff --git a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java
index d3bff1815c8..e4c44723557 100644
--- a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java
+++ b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java
@@ -8,10 +8,12 @@
* Contributors:
* IBM Corporation - initial API and implementation
* Martin Oberhuber (Wind River) - [180562][api] dont implement IRemoteImportExportConstants
+ * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui
*******************************************************************************/
package org.eclipse.rse.internal.importexport.files;
import org.eclipse.core.runtime.NullProgressMonitor;
+import org.eclipse.rse.core.RSECorePlugin;
import org.eclipse.rse.core.SystemBasePlugin;
import org.eclipse.rse.core.model.IHost;
import org.eclipse.rse.internal.importexport.IRemoteImportExportConstants;
@@ -120,7 +122,7 @@ public class Utilities {
* connectionName string.
*/
public static IHost getConnection(String profileName, String connectionName) {
- IHost[] connections = RSEUIPlugin.getTheSystemRegistry().getHosts();
+ IHost[] connections = RSECorePlugin.getTheSystemRegistry().getHosts();
if (profileName != null) {
// given both profile and connection name...
for (int loop = 0; loop < connections.length; loop++) {
diff --git a/rse/plugins/org.eclipse.rse.ui/HelpContexts.xml b/rse/plugins/org.eclipse.rse.ui/HelpContexts.xml
index a7f43984bcf..be95725a3a0 100644
--- a/rse/plugins/org.eclipse.rse.ui/HelpContexts.xml
+++ b/rse/plugins/org.eclipse.rse.ui/HelpContexts.xml
@@ -1,6 +1,6 @@
@@ -22,18 +22,6 @@ Contributors:
Click in the columns to change the enablement state or default user ID for a given system type. Disabled system types do not appear in the New Connection wizard. Default user IDs are used when connecting to a remote system of that type.
-
-
- Import files from a remote server to a project on your local workstation.
-
-
-
-
-
- Export files from your local workstation to a folder on a remote server.
-
-
-
Open a wizard to create a new connection to a remote system.
diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemIconConstants.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemIconConstants.java
index 8ba7e8ea257..915aa4a845d 100644
--- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemIconConstants.java
+++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemIconConstants.java
@@ -1,5 +1,5 @@
/********************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation. All rights reserved.
+ * Copyright (c) 2000, 2007 IBM Corporation and others. All rights reserved.
* This program and the accompanying materials are made available under the terms
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
* available at http://www.eclipse.org/legal/epl-v10.html
@@ -12,6 +12,7 @@
*
* Contributors:
* Michael Berger (IBM) - 146339 Added refresh action graphic.
+ * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui
********************************************************************************/
package org.eclipse.rse.ui;
@@ -331,10 +332,6 @@ public interface ISystemIconConstants
public static final String ICON_SYSTEM_WARNING_ID = PREFIX + ICON_SYSTEM_WARNING_ROOT + ICON_SUFFIX;
public static final String ICON_SYSTEM_WARNING = ICON_OBJS_DIR + ICON_SYSTEM_WARNING_ROOT + ICON_EXT;
- public static final String ICON_SYSTEM_FAILED_ROOT = "systemfailed"; // not used yet //$NON-NLS-1$
- public static final String ICON_SYSTEM_FAILED_ID = PREFIX + ICON_SYSTEM_FAILED_ROOT + ICON_SUFFIX;
- public static final String ICON_SYSTEM_FAILED = ICON_OBJS_DIR + ICON_SYSTEM_FAILED_ROOT + ICON_EXT;
-
public static final String ICON_SYSTEM_BLANK_ROOT = "systemblank"; // not used yet //$NON-NLS-1$
public static final String ICON_SYSTEM_BLANK_ID = PREFIX + ICON_SYSTEM_BLANK_ROOT + ICON_SUFFIX;
public static final String ICON_SYSTEM_BLANK = ICON_OBJS_DIR + ICON_SYSTEM_BLANK_ROOT + ICON_EXT;
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/cview16/editor.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/cview16/editor.gif
deleted file mode 100644
index 007e98dc702996ae8614878e2048b0c884b4a3d7..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 591
zcmZ?wbhEHb6krfwc*el+_wT=tpMU-M`RD8RKW{$#Y@f2WXWFXgZ-0LN1{C@I>-XOu
zKYz!SEzWIO8(%yvp?F$h(}M14tM0$}@#xjhN3VW-`0~49%9h3{Tbd@Wn!fzNjO7QG
zZ@<(xd&Bx&XV&dHGilbcPat!CO`5$-$vOS^pTDaQUO9I1^vwAS7cQBza^w2Vho@KdXIk`S
zTJ-1G_2=46C~%%o;Bs_U;-nI
zVrb&;>);?DB`GN-;N{@!uWx8w^Je?aI(A%~inlnmoLX#kb#0iW&+#y7y0lnYS-UASvwULFaBlHX
zQ&3jsc*d^o!6Ez8V4)K$7l&Y%g_DLS3#WjxlgWgZ3zL{6jI&~#PH;}{S8%q9bSVl@
HV6X-N3G>&j
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/cview16/errorlist_view.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/cview16/errorlist_view.gif
deleted file mode 100644
index cc87d38aa0a1b26e02c85a621d6ce447e9dbf97c..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 604
zcmZ?wbhEHb6krfwc*ekRP*ifisKkH&p#KTU|H~_`ib-D)lfEOR@ZUfDe{j@C|Iq)T
zQ6GcDKZQpAk4^laSNzh{?tg6B|E$8lfB)q*uPf=?bn4QhZ$JM0{`2qWuRlM2{;ulZ
z);i}%$D9N2KmTf&w!3TLi3!V3Pg{GjZ_$y7OOMapbZzO*+h?vmxpeFK(>Fh!zx%o7
z;KR+wpY_gI`Rc>Z2d{oSdj0*)r(a*b|9<@D`}6ldKYsiD{ny{0zyHpfIbrVX-UV~J
zmoDg>J+uGz&GY*Yt0?n7Kj(jL?*FAr|F2l_9}E}<2T=UU!pOi7#GnIm4k%6-*mpJrH3fNj`gnOb
zcXc~A`}q5M`}+t>PMg*n)F0^YKWEBxNtYl2UcY&B{Fns9L`9@rgBS%lI06H=3NlKF
z@3jkJ=jL4D&&kccR>a6{3D>;2bGQV|O|RNFvGE58@dfa+s!Okvb7*GeVP@fBH8Xto
z&b@gFJA;6Rto$PpJ;zVBCR!OBG8zT#Hj0`a6C^GwwmP?4J$c$-$lT^Cq3BT1FwuG5
e6fu3LeFBCY?EL*f5o-(rnUm1RU=08!bm#>D
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/cview16/resourceRef_obj.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/cview16/resourceRef_obj.gif
deleted file mode 100644
index f84a67a3559c96fffa4f5c1bb63c5ac844e49f5e..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 365
zcmV-z0h0blNk%w1VGsZi0M!5htGU$j_51ny{P6Vq7cyNeMQ)O$!IPxH-st$`?D^;J
z`R(%h^Y;66iKyJ?_uuLG;p+J6@cC42kLK?AQ*Dm$_4^`2XEs!K+tgP^zifZ@bmNW$HuvPbWeJ7PkVDudvj2SdQ5|NO@DMwk$*^y
zeM+5$MVEp`(#y8`_wKNdKCFyDr;0+Si$bD^L*U4dw2(d2vS`$@Y1+Mf)v{^-`R)7m
z?*IS)A^8LW002J#EC2ui01yBW000Jxz@PAkD;kT#BvHU@>TpV-j6<#Ncu?hR!|mR7
zxtWp{D4WZSn$lKjyW0bs(zU4D?JgxO!teKALl%OA788aO3M@kxJ&lbP36YU4LlQm&
zm@yU*oSZ2`4I(3$Ar=p(4+ttl2Ob0;1Rxd;w6rTj00bQx7#S8MB_<^(Cqo4Q1`QM!
L7E#X6LO}pK0am{a
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/export_wiz.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/export_wiz.gif
deleted file mode 100644
index bc5feb4468d30795b9c75bef111fe29beef367c7..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 230
zcmZ?wbhEHb6krfwIKsei@X*ou%hs-2zoCD|f*G@Bojr5x%;}?_KE8SOn$Bm(RX=`S{a^H&55)Q2fcl$iN`YpaT*E*~!3~{6MWQ#WQV1W?IzjmC0=iT`dbUXUf*x->=?YV8L=s
zXex_Pn$Bm(RX=`S{a^H&55)Q2fcl$iN`YpaT*E*~!3~`arEOB{MIwYTC?aX{%=_b|@vTJSA6i|L~HYWDgZ4
z_n9uL3sb_h+;66M&DC49;`HN1PxCg;>`2Y&bWspUP&1H7VPI=e6_4c)Xj`#B&OwyH
biixFEgO`^_gsH1Zt;C@zLc3a8k--`O=Fe~_
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/rmotejar_expt.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/rmotejar_expt.gif
deleted file mode 100644
index b09005c5469f511872efefd0d6a43fb7079f66bb..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 331
zcmZ?wbhEHb6krfwxXQrr`}dz;zkdJx`Rm}JqaQzgdH>~Ni`~KtWx9?xQdH3@5+ZV6iJb(H6+xH(|zkPrE?*03ZpWeKCKV#OcKY#x|
zeDvt%t((7o{rK?V-G>kFzkc~}?aJ8)cP>7Cbo1@&r(eH(T)Se?{1)F%gJFI%y4b@p0E25SH&aHH-3
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/rmotejar_impt.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/rmotejar_impt.gif
deleted file mode 100644
index 647f3d8e0b7a0aaf6c156ceaa719db86866d7bc2..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 332
zcmZ?wbhEHb6krfwxXQrr`}dz;zkdJx`Rm}JqaQzgdH>{r3H$mT3-@SkT@za}k?`O=K_2=*3hmRiJ
zymj-}uOA;iy!-Is{nsxau3b6%;LgRTk8Zww{q*aXk84-Vxpw*Np@Rqi|NsBz&!6AF
zfB*XR3&>`m04V-sVPs&?X3znd0rC?ATjqhO1s*zlz9*JU%(&Izq;UC@$Erz7f`cCw
z9Fh@=Sj@@ju#%~x;3CV!B`m@nvvz6-aI|?v2&NhT;}vA~(B=}4P?Hqn;}?-+mRIGP
kEbgQxB_}JREalZ!>)GO56TGx|*>Z0WuBGm3lN}kX0k_|uNdN!<
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/rmtarchv_exp.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/rmtarchv_exp.gif
deleted file mode 100644
index 4668049eebe9c6d9dd44c592a7967c71eba20981..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 221
zcmV<303!cKNk%w1VGsZi0K@2G?B?g`#K+8?p{J*-
zv7)A|-r(cM%Fdsrt>Wb7@bU8P?(dkIny9CtrKF(J(8|!x$hEPj+}O|7)6MVh?B?U%
z!ok7({QUp_{{R30A^8LW0015UEC2ui01yBW000GApeK%GX>w?4lANGzn82+f2N9eC
z%rqCxoC|NoF#tQAVTp49779w%12~~XM;r!jk+@<94FrmY4JaK~PGCLuI3y{Dqh_&G
XGIF`ZgPQYGJa0U0D`+faBOw4gb+2!|
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/rmtarchv_imp.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/rmtarchv_imp.gif
deleted file mode 100644
index 49851c4c336e7476ed77a46aa15949ca7e528f2b..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 218
zcmV<0044uNNk%w1VGsZi0K@2G?B?g`#K+8?p{J*-
zv7)A|-r(cM%Fdsrt>Wb7@bU8P?(dkIny9CtrKF(J(8|!x$hEPj+}O|7)6MVh?B?U%
z!ok7({QUp_{{R30A^8LW0015UEC2ui01yBW000G7peK%GDRO9PlANGzn82+kL~sf)
z(_A!jm)(kE_;otM66f$M6q2mRZ$g2NIE>pOVZ9C-2o&uaNII;XfLiQvNYEBbCF7{O
Uucy?`y<@M=c@AS&9CaZ8J86b?$p8QV
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/rmtexp.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/dtool16/rmtexp.gif
deleted file mode 100644
index 263f72181009bba7962fdd51bb3a311defbccc45..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 130
zcmZ?wbhEHb6krfw*v!Ci@X*ou%ht}AHS6q|V`okuy>{j7r3{j7r3Azx~R6-rXPBPS_E6ll9D8VXpNAFZq
Y7k9SWDgVQ_YnbLJZ#ulhg@M5u03a$eod5s;
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/etool16/archive_export.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/etool16/archive_export.gif
deleted file mode 100644
index f08164b673a96d956cc3d06107df432d52bd5b08..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 343
zcmZ?wbhEHb6krfwxXQq=Z0l8huSS!APKTID9aGokm$m%-^~WZn$2D<^Z{{4I^y$HQ
z3xe|(1m(^TD_Gb(>rh1L($vOvX-(@}=N#@@aCGO1hX>C+K7aN8sjJWKJpZ0s(SGU9
ztB23u-+J^Wy=Ibe!4l(w#SZ1md1GezM#bL0zrVV~zrD)4t;*-*?(X(V?=yS5XEeD@
zZ*sf1zh`B)!|kJeTPE1v+FSGX+4c8l+TYz=|NsAg2E0J=CkrD3gDHa!NEOIW3~VI_
zW)*noNHI=Y!jhokrDSv~=cb641%pSD!isAuvhKWY-@MF{rXLho?PZV@rnb2#`pB|i
z&8O=a#5mX);~02Eg!y^noVd8eU07AzdV9rLoLH4r6y=qaoWwP>boJ$=SZA8fnQzLn
UZrzMoPKpX~6I~R$og5jg0Uf!AGXMYp
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/etool16/archive_import.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/etool16/archive_import.gif
deleted file mode 100644
index db388005a8c4eac22bd2e16574790d6ea8f5e011..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 342
zcmZ?wbhEHb6krfwxXQq=Z0l8huSS!APKTID9aGokm$m%-^~WZn$2D<^Z{{4I^y$HQ
z3xe|(1m(^TD_Gb(>rh1L($vOvX-(@}=N#@@aCGO1hX>C+K7aN8sjJWKJpZ0s(SGU9
ztB23u-+J^Wy=Ibe!4l(w#SZ1md1GezM#bL0zrVV~zrD)4t;*-*?(X(V?=yS5XEeD@
zZ*sf1zh`B)!|kJeTPE1v+FSGX+4c8l+TYz=|NsAg2E0J=CkrD3gDHa!NEOIW3~a>*
zW)*noa4}9=!jhokrDSv~=cb641%pSD!isAuvhKWY-@MF{rXLho?PZV@rnb2#`pB|i
z&8O=a#5mX);~02Eg!y^noVd8eU07AzdV9rLoLH47xr%FO>FUc#vCec>bYfY#a>gtt
UMftdi>*STX*C{9|IWkxS0I4L0UjP6A
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/etool16/export_wiz.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/etool16/export_wiz.gif
deleted file mode 100644
index 130ec819080e39d5d236cf9df177dbbf98e46a7a..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 356
zcmZ?wbhEHb6krfwxXQrLH*sFa)OGn~E$6S^h=rubE_Au*A4vu|xTC-k4dwQL*>$
z??1Go^ViFHM|X7|+}82`>zR|gyZ?VY`0f6*Gkd%Le>n923)4CdcFs+vs}HVSAK<#g)sev(0EFq6=l}o!
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/etool16/import_wiz.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/etool16/import_wiz.gif
deleted file mode 100644
index d3886945bcc84ba3e49de36af27f2a815c75bdd9..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 357
zcmZ?wbhEHb6krfwxXQqA>GF+^sq6B~T5>De(`zOf7c4O@SnN=~oHu5cZ&d94`}+^=
z==}9^-qBs12e)!pJ9Uq?>zwY^JK3dos6}UY
zt;YUFt-bYHn`+HhHu*m}z4FnimAlIn=C@~0>uviF1`N1?;!hSv1_m<*9gq@`pBUJh
z9A+1I=t$+Rc(PGrwPmWeV&}mL4Q`r3nyDtX`w|LPRxAq9NGnk-(pqI8&J$C&b4Ayh
zp1Sq#H+1Pr%Sbo1$SCT%8ptd4D#^>s$!R;WvvP14GV(Dpm>BEpxlH3QW8`LZVd7fM
kwv3l?qZ1S78fW%p0>WZaEX+(>+%_KGyftvu8b=0e0PY`}uK)l5
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/etool16/jar_export.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/etool16/jar_export.gif
deleted file mode 100644
index 46301af6864537dfb370442529d73ffe598303a3..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 552
zcmZ?wbhEHb6krfwc*el+_1n*msq6B~T0VdMdHunM75g4sc=Y%3!>@fy5BD!Uym;%`
zTTj2d{`j+O(zfO~duFdavgP=_t;g@J-E(f!!OIsPemQ^d_2<7ed(Pc>
z_U-E9&o`fadG+yUdd;MB_uikr{pR%T*H@o>e(?I+m!JRo7j2ogV#kf=UyTcv7#A#d
zC|^Ep#r7MI-|)uFy8if$Z&d8b%U4cbzWnq5{~y18?mM#o)$99j-rl)?fB)~_zyAGw
z|M$m@zu&L_dAoDhbhUFk^8Y-Ud1i0-hHk~*cbjh<>AQWj?>`tY3>~2OlZBCi!Hq!&
zEgS(!MTId{QLNL5=+RkGz^la_|A?$p+=KYq4oY5x7f%EQ874FD2>&}IMt
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/etool16/jar_import.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/etool16/jar_import.gif
deleted file mode 100644
index 9eb8facddf35ff8d5f26a1853cb136dcd9c3e286..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 552
zcmZ?wbhEHb6krfwc*el+_1n*msq6B~T0VdMdHunM75g4sc=Y%3!>@fy5BD!Uym;%`
zTTj2d{`j+O(zfO~duFdavgP=_t;g@J-E(f!!OIsPemQ^d_2<7ed(Pc>
z_U-E9&o`fadG+yUdd;MB_uikr{pR%T*H@o>e(?I+m!JRo7j2ogV#kf=UyTcv7#A#d
zC|^Ep#r7MI-|)uFy8if$Z&d8b%U4cbzWnq5{~y18?mM#o)$99j-rl)?fB)~_zyAGw
z|M$m@zu&L_dAoDhbhUFk^8Y-Ud1i0-hHk~*cbjh<>AQWj?>`tY3>~2OlZBCi!Hq!&
zcG}vtwb)wP*gM(wwmVLD?3v2K%I0ds#>z64OF+VcK}C>j
zDu)=4F|(`~=Tu%PZe?*9b;f2U^JYE;b|q;MMaENZO!^1i_zm?$<#h}gon7RZ&Nc~~
tSeu$znK+z2d)`e*Ra;F}vgN?k&sv{bwKTpp|Iq#ArllFRg@c8`8UQ4((BA+6
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/eview16/editor.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/eview16/editor.gif
deleted file mode 100644
index 007e98dc702996ae8614878e2048b0c884b4a3d7..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 591
zcmZ?wbhEHb6krfwc*el+_wT=tpMU-M`RD8RKW{$#Y@f2WXWFXgZ-0LN1{C@I>-XOu
zKYz!SEzWIO8(%yvp?F$h(}M14tM0$}@#xjhN3VW-`0~49%9h3{Tbd@Wn!fzNjO7QG
zZ@<(xd&Bx&XV&dHGilbcPat!CO`5$-$vOS^pTDaQUO9I1^vwAS7cQBza^w2Vho@KdXIk`S
zTJ-1G_2=46C~%%o;Bs_U;-nI
zVrb&;>);?DB`GN-;N{@!uWx8w^Je?aI(A%~inlnmoLX#kb#0iW&+#y7y0lnYS-UASvwULFaBlHX
zQ&3jsc*d^o!6Ez8V4)K$7l&Y%g_DLS3#WjxlgWgZ3zL{6jI&~#PH;}{S8%q9bSVl@
HV6X-N3G>&j
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/eview16/errorlist_view.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/eview16/errorlist_view.gif
deleted file mode 100644
index cc87d38aa0a1b26e02c85a621d6ce447e9dbf97c..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 604
zcmZ?wbhEHb6krfwc*ekRP*ifisKkH&p#KTU|H~_`ib-D)lfEOR@ZUfDe{j@C|Iq)T
zQ6GcDKZQpAk4^laSNzh{?tg6B|E$8lfB)q*uPf=?bn4QhZ$JM0{`2qWuRlM2{;ulZ
z);i}%$D9N2KmTf&w!3TLi3!V3Pg{GjZ_$y7OOMapbZzO*+h?vmxpeFK(>Fh!zx%o7
z;KR+wpY_gI`Rc>Z2d{oSdj0*)r(a*b|9<@D`}6ldKYsiD{ny{0zyHpfIbrVX-UV~J
zmoDg>J+uGz&GY*Yt0?n7Kj(jL?*FAr|F2l_9}E}<2T=UU!pOi7#GnIm4k%6-*mpJrH3fNj`gnOb
zcXc~A`}q5M`}+t>PMg*n)F0^YKWEBxNtYl2UcY&B{Fns9L`9@rgBS%lI06H=3NlKF
z@3jkJ=jL4D&&kccR>a6{3D>;2bGQV|O|RNFvGE58@dfa+s!Okvb7*GeVP@fBH8Xto
z&b@gFJA;6Rto$PpJ;zVBCR!OBG8zT#Hj0`a6C^GwwmP?4J$c$-$lT^Cq3BT1FwuG5
e6fu3LeFBCY?EL*f5o-(rnUm1RU=08!bm#>D
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/compcmd_ibm_obj.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/compcmd_ibm_obj.gif
deleted file mode 100644
index c7a0c3fc2fa8114f01df4996e5d34018f0ddaaaf..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 596
zcmZ?wbhEHb6krfwc*el+_{qBy=kBiDbZq_hldY52bxmFU?Z=;=zy3HSFLFy?;+3`B
zH*b|s=Ddiq^$B&`Qk%A?HEr)+e0Jiztp`qAd-(GE(>FiGjbd|p_80UYD4BGqV%pK#
z8ONIDoM@YW>gD^NpTGUi=-g92?NH_PBU4wOK6d5hy%*n~zWw>?!_Rl0e|4`s+qL4%
z>C@xn*{jg!yXbm*>PHvgsr8Ho-$WxNN0DrxUIE`mNq9FTi}&&
z1#>GCO+^lQ`G5!E{u=K;X!yPHm6Kx@6H*rvV+{Wx#PV=Oz{2^h5{$oM4K-G>(n3&W)OkU9P*rQBiJqr_qH2`i>@@D`5
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/compcmd_ibmuser_obj.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/compcmd_ibmuser_obj.gif
deleted file mode 100644
index 1c277194b2173de4d7933fce6294ba893bd4811c..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 587
zcmZ?wbhEHb6krfwc*el+_wTb|sZHC{
znznZ@K09&V*6oLH95`|9;mhw&-~1Feip}ZSU(kP`WYVFEX-8{k9BZ0$qHX@Et9M_$
zeE&0}b5G^;Bgd}1JbCr`y%*n~zWw>?!_Rl0e|4`s+qL4%O%+w>O`-x9QmJ9j9-dyZiLqy~i`>FMROw^|iZquiwA>Fu5YI
zKhvTw)1p7eZbE_cgaVgIC0_lRme)`1`VR&Sg8(T0WMO1r2xia$xdjv_4D2f!f}41_
zxSQIWJY1cdB#qQ$IXi;gyIquyeF~E@%%DV`p>P;6KfOwWy_z
z93O+PgR_fYhlrJ#y0%oHkE5g4WML}{Lsd_J;qnQAJsWnSvdYVv21ZK@M08D__H;_!eD^{6O-J9
R>
zoD*&HPrZEq^Ygdg8J&B|ryZ)Ceq`$E)5os7y!Yb!)3-lgefatA^RMoeXS-IMnY`iB
zo-_9+%vv^g$F+<1-adNs{rUSJ8;;)IeB$1wW4CvlzIE>I({uM8&z!&T!OPdz?%utA
z|L&8wub#epb?w%*MN4L1zIod}UMSt-Uq>!GK}lfZ|UUMh1p31|5(S
zKykvrzNsOsNq~>PsXffABTU9bOOdz3%dx9n+R{*wyWPXn(bKbC%G8LPrzybA&E4HC
zpea<6o6E)3HO$}N+s}7{gteYBH(T&_pFp2>aT^P5T_w(tqhUcEVm4OBnpzyJtj^tG
z@@AIC8Vc-ka!wD!9MnI2RJVU?Co9V&DySwX$`JNbiDQ>zW7B>v1BM@)ivk3?IfePA
l1^igQP?Sl
zoD*&HPrZEq^Ygdg8J&B|ryZ)Ceq`$E)5os7y!Yb!)3-lgefatA^RMoeXS-IMnY`iB
zo-_9+%vv^g$F+<1-adNs{rUSJ8;;)IeB$1wW4CvlzIE>I({uM8&z!&T!OPdz?%utA
z|L&8wub#epb?w%*MN4L1zIFKO@h1x-
z1A_;H4#=^fIALI)(BRP|z{lUz-q9{&qNT{&IYHXeP?38=rf1*jJXlmzUg>{-e~VK}z=3H8hb@EL
KmnWJ64AuaUd(Gtl
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/systemfailed.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/systemfailed.gif
deleted file mode 100644
index f476936c48778943a6979e57b5522bfce6415235..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 138
zcmZ?wbhEHb6krfw*v!DNa?`Ojd#A8BZMfAby{f8999w{_53kn=eT-3-Yb8xq)j<3k`x$A8tdec_7l&n=!
SHPQOoBiEniwKhtL!5RQb;Vpy!
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/systemjobs_obj.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/systemjobs_obj.gif
deleted file mode 100644
index 49a2abf2c6af5ecc91ae5813a17c0e0476281188..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 347
zcmZ?wbhEHb6krfwxXQrr`RlI_pMM=ZeLt&dZGQX4;;yaL6L$K2*W(u+)=t?y
zYs=lds=mW#?>&0;{n^_e?>_(Tow4%!&p%fmeK~yY?#-uPUw!!T{>$&LKmL69`upwY
zUnyRZ3OamAvxMf1A%ZKycDweaw!l6~td
zwy&<)zPk4Q?X&-XfB66ZKLd$C@h1x-1A{(;4oDx!PYi4o2c{Qz=w
z?~+$^5#-~pANYVJw8q~GI9;Qo1IG5
K?%L(ZU=0AEkd}V{
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/systemjobslive_obj.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/systemjobslive_obj.gif
deleted file mode 100644
index f81c05aec6ed1b5b1d016275b52569566274c36e..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 362
zcmV-w0hRtoNk%w1VGsZi0M!5h^Y!}h^ZLQd-)e%bZ-=pSinV)@x{RgL*W&fj+wI5D
z;eC|5nzY?+dXB@*-s0-_=I!|I^ZSjMsrUK()#CKS&fVGN_3H5W@AUii`26to`|b1k
zWQL~O=J4O?@&G(;9A%<5cdc5FyK0)knX$zHPK?&$?bhJv=kN9G^Y|WoLyoKIJ
zW)q0t)XpZ9*}IG5tmX}(=k6Ov)nCxiC5Ng
z-@H{mne!sb)~7aYPixwq)3d*z|3Jy4L$x!GHO)B@ms)t`{>RGcN2abmeeBB1t`%n{
zZ@9GQ%>B7Lu3fzMcEi!zn@`-^bnJFmd`4J8hF?UyUu1%NP`Hy{;L~@n{(}Jn1wip9
z3nK%AHiHhx43M7~*zymECVA+r>+@*IIvJxh;pEe&j5{qBx-VVDbjV~~gs$q9f(GHh
zt4j}VST#>OPmO@O`A4Mc4V*y05Gw8+5i9m
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_action_ibm_user_obj.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_action_ibm_user_obj.gif
deleted file mode 100644
index 15d6f4ba853da500e39e552732b5e44b29a390a7..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 361
zcmV-v0hazpNk%w1VGsZi0M!5htgy?Lnz5Cdv2S#SfQFfFbcTS3n9I-EUSx56h@WC<
zceTRXO>U}8X`WbiuVsR_W`ei3!`N($zi^Mhbdth-n8t#f$X;b})Zg*d-RgOl#KzR=
zim1%I%-_`C?IJ^Gow(M~-tDl(+q1~tvc}t1UuaffXiivPPFY|_QddGwQM0(YBN5a=E#$LSCe>Ak7+oLX*iE;K9F!jkZ?qjbV_SgIFD&L|NsC0|Nj60
z00000A^8LW002DzEC2ui01yBW000Jtz+PfVEcSZ3*h|Q3I-7@{ObKK1Fb@a@I-}04
z7LlgW%u#d4M6)t#IC!_#3x+#dF%8Dn=5payc4`>5U1_33nb|?e_04KmlDapyl
HsX+ic{u`t(
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_action_new_obj.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_action_new_obj.gif
deleted file mode 100644
index b595eb20bf27eb0063c8bfd882dcbb010c1952d3..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 370
zcmV-&0ge7gNk%w1VGsZi0M!5h|C#@+u*;U3v6Y&!Z*+!$hM8`3hJc5dUSx4%X?I>_
zaaLbwR$ypOSYJ+AU`J9{LQYZs{qNJnd$NZDc;y#CzP!hW+%htz~j%JaT3|
zZe%`fV?OBJw*B+ZwUHyWk|Vm8CT?Rs{O6b
z%Ub5vTY^H7Q0Qn2OL#e->T>yfE~?+E+T&$?DJdi;>-T(jq
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_action_obj.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_action_obj.gif
deleted file mode 100644
index 556c02836333ee70df93ad0162414dcd51fff64f..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 353
zcmZ?wbhEHb6krfwxXQq=X2a=evo=nhwK2b>t)XpZ9*}IG5tmY!lvy5^S{N3e5tfkQ
z7ZL9lncyB2?&KGE`AGH2?fJPWcGr$n-#Oj3XIa#twW&pEHbrT+c`0_e$#yU9ZmY<&
z&P%p?ba`n@zIk)L`H>Y7bvc%`IhN%a)-$UOrdAkEC^eo?W<0abs;kI!!xZniHTtuv
z47yX5a{Oifg8>84K=CIFBLjmWgAPas$WIJxbq6G}J#>!soe;}888dBy$K|5QUb)lM
zUI=dWi40r+)KfaRR8j9*P^pW8=RZ|1V5&*zbjzr@wlTAuk{7w9FY(G+?v^sgH*b|s=DdWu
zZD~#0yBD7gDBG0Nv%jGKK*^*-71NG3%{kFF|CE3E#-Pg0p;ep1Yqmz#ZHsN(kCc8?p%EM=B*c>K79Li?%v}E&t5!u`TD_&mq)MPxOVsM`8&6tynXfb
z-K#s#ZvFfF{_mIbe?On!I#GG+B;{Sx)&4wRJg-u0S)XG0Q2fcl$iU#kpaXIsC{7sIXE*pXHMg`j>+tgEv^lkkSjcj>I@$I%3+u>owKzE1
zIy$xpakhBa+1cCMc{B-HY0PeRcXxJkZ4$6H)sSazaq)C%=C{^RQD@WEI<4(>O5aD?
zSVLKc)$qm*qZ@iYQs$b9s?6R`pLrYJ^^vqu<1&2y>}8XLnG(l`k1t+{n<%i{WGWI)
dQEX>tG>FoOSs@@L%r45nV&JkdX`usyH2@Z8#%TZm
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_type_ibm_obj.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_type_ibm_obj.gif
deleted file mode 100644
index 8d1885ba6d462b50c91d83917187da89c1d6ba3d..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 341
zcmV-b0jmB-Nk%w1VGsZi0M!5hE>D#%P?a=QmpNLUJzSbXW1>c9q)KY1Mr52#ZmLXa
zo?w2qW`ehiqs>ruvTTgMaF4)rlEQeF#e$s3hM&q$cd=4=vsHStSA4ZuezskKxM+#I
zcb39=m&Asn&6TUmh^5Y>yV{GW&5Nncim1$zuhf#S(vz^#ow(Mx%iKtaxVF#ZxXaoY
zXrM57taY8aqr=(S=3qfGkq|NsC0|Nj60
z00000A^8LW002DzEC2ui01yBW000JZz@BhOEDl)>2Fqxq+&T+pal+~-q(w;rON``D
zS1v?HLwye1hYm$L8CI&eT=nX0WT+9R5bOKGtbv+Ih00CULML_^Nw%MdP
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_type_ibm_user_obj.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_type_ibm_user_obj.gif
deleted file mode 100644
index 19ef4a224c6eba8e3117289ae1313a6594f2791b..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 577
zcmZ?wbhEHb6krfwc*ek>=RZ|1V5&*zbjzr@wlTAuk{7w9FY(G+?v^sgH*b|s=DdWu
zZD~#0yBD7gDBG0Nv%jGKK*^*-71NG3%{kFF|CE3E#-Pg0p;ep1Yqmz#ZHsN(k7B^VW+`AHMxMckl6oXD=SSeEs0X%cIwCT)TVs{GHoR-oASJ
z?$w=Vw{BlvxO+?2hZ`$i9;y5G?8M}n@G14NQyUW|R|NKFTJ&XF^yk=3C~%%o;4-Pi
zD?8MpKhyF*7%&Vnp!k!8k%7UVK?me6P@FKZ&uj2+YHn$5*5T#RX>0ar60wlw?(uhV
zY!cRy3;Ev~L#T>~Wg!&?IQ3Ij6;SnXA8mwW+2&d$ad4?O94XQs1-FH{Ep0d&E-qSlxb5^jixmtC3`@JknHd?Z0noe22mk;8
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_type_new_obj.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_type_new_obj.gif
deleted file mode 100644
index 823609da24a3264223dd67f8a949052be521b1e0..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 577
zcmZ?wbhEHb6krfwc*ek>Fu5YIKhvTw)1p7eZbE_cgaVgIC0^N~
z7X6u)|G|J^kO9S?EQ|~c{tP-GcY)%BfqhCi#u`&Cr^9W1JS^F{gy1V)L-D*|%<$sHD}NO}S@nKY!H`
mRL)D0_9(bLS%}N!fri3@g@@Zt&)bnP(V2Z|w>UE+gEauI%Db-s
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_type_obj.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/obj16/user_type_obj.gif
deleted file mode 100644
index 2ecef415faf0314feaf64c575b1b855defa69b64..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 341
zcmV-b0jmB-Nk%w1VGsZi0M!5hNQk($&*Kb)C7R!`a&C^7HVe?&oyp-gfiu
zrR3Oe=iiU;>7nrHs_Wi+@aLf0%yiq#dB3Vv!K_!sv0%ioV9dH|&%Jc9nM1*VJvcFD@f6|Aq{Yq-OEf7i
zS8nUzxOjBj(%~|x-XOu
zKYz!SEzWIO8(%yvp?F$h(}M14tM0$}@#xjhN3VW-`0~49%9h3{Tbd@Wn!fzNjO7QG
zZ@<(xd&Bx&XV&dHGilbcPat!CO`5$-$vOS^pTDaQUO9I1^vwAS7cQBza^w2Vho@KdXIk`S
zTJ-1G_2=46C~%%o;Bs_U;-nI
zVrb&;>);?DB`GN-;N{@!uWx8w^Je?aI(A%~inlnmoLX#kb#0iW&+#y7y0lnYS-UASvwULFaBlHX
zQ&3jsc*d^o!6Ez8V4)K$7l&Y%g_DLS3#WjxlgWgZ3zL{6jI&~#PH;}{S8%q9bSVl@
HV6X-N3G>&j
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/view16/errorlist_view.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/view16/errorlist_view.gif
deleted file mode 100644
index cc87d38aa0a1b26e02c85a621d6ce447e9dbf97c..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 604
zcmZ?wbhEHb6krfwc*ekRP*ifisKkH&p#KTU|H~_`ib-D)lfEOR@ZUfDe{j@C|Iq)T
zQ6GcDKZQpAk4^laSNzh{?tg6B|E$8lfB)q*uPf=?bn4QhZ$JM0{`2qWuRlM2{;ulZ
z);i}%$D9N2KmTf&w!3TLi3!V3Pg{GjZ_$y7OOMapbZzO*+h?vmxpeFK(>Fh!zx%o7
z;KR+wpY_gI`Rc>Z2d{oSdj0*)r(a*b|9<@D`}6ldKYsiD{ny{0zyHpfIbrVX-UV~J
zmoDg>J+uGz&GY*Yt0?n7Kj(jL?*FAr|F2l_9}E}<2T=UU!pOi7#GnIm4k%6-*mpJrH3fNj`gnOb
zcXc~A`}q5M`}+t>PMg*n)F0^YKWEBxNtYl2UcY&B{Fns9L`9@rgBS%lI06H=3NlKF
z@3jkJ=jL4D&&kccR>a6{3D>;2bGQV|O|RNFvGE58@dfa+s!Okvb7*GeVP@fBH8Xto
z&b@gFJA;6Rto$PpJ;zVBCR!OBG8zT#Hj0`a6C^GwwmP?4J$c$-$lT^Cq3BT1FwuG5
e6fu3LeFBCY?EL*f5o-(rnUm1RU=08!bm#>D
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/view16/fastopen.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/view16/fastopen.gif
deleted file mode 100644
index 7802b6dceff7aba594d0a02d6d58564a62d27b43..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 1023
zcmZ?wbhEHb6krfw_|Cxa|KI=5Uw{Aj`RCoIU!T7I{{83Q&tHFj{QTWEYhTa&Lm$5U
zp1kbXtTm?>Z9czZ$K^G9u0DD5^ZLD4&)@yL_vGE%PrttY`1|?W?^hpw{`mFx+mGMR
z-u?XW_4nuRe?EQt{q@K1?>~R)n&5(I1
z;q%khU)W|pCBSJ~aMJSp>{aCfQ)8l*q*ttOH0^h`pXTGyADlQZ%Xx}V(5z^~HcRzF
z9n*H}Y5Qin&GgD!SvX6}*=;jp|4iE^yV&`$a}Lj$yMK;Pn|st^zs+aY
zr_2v&*ppMRBtB+~kK9}i~y`FwLjzulT1hvi*P%e$QxbvXaH(edC!|DX5gZ=Bn@
zWrFRG3lWn9^md24UYpEoD}yuW;PQ|6Bg4S(L8+0$yYrQT?1j>_61?LGBIhg;3=
z9bYpqO?_>V{=Fm1ZyZ`VFJ87kNb)}zFpL7ahk)Ww7Dfh!W(FOQ&7eHNz;TCxoioOH
zgMwothu}KH0~;33HsuuT`l;}M!Id%pi9?UYG3I7gPJtAM&&$rv=t$v+c#)vk&^lf0
zl**Unw8PBoymoCN32Y1HwBs}aBosuN19`FpuI>Ev^w3#0K?eiRBy=@7Znyd
zF^X6$3Yqw6Nk@lc*`b0)gN5hkiF;4sn8mcTv){4eQOd&$>^{?_Jo-3N*)cIGV1Zpu(B{VCq+|TbPE{8o6esk*
Vy+t&U^!(rF`0Vlf`~3d+`u*wd
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
a%gBtS$crBUjlWol2Ox~FNQ?p)5CA)FPYmAx
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/wizban/rmotearchv_imprt.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/wizban/rmotearchv_imprt.gif
deleted file mode 100644
index 82f052791622a4f7ec3a2aeb5afc496d612ffbbb..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 3416
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
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/wizban/rmotejar_exprt.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/wizban/rmotejar_exprt.gif
deleted file mode 100644
index d51c1dbf8af18563d7405b2959d2cdf8ddfb4234..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 3249
zcmV;i3{LY$Nk%w1VM_o)0QUd@|NsBq=J@FD`g)bPGgWu``|{%B>+$sb-Rbq@zEGIi^|Ni&%;;Nsv(~qLQ>+t&I>iOX2^ZEMy
z?(+NW(uh`er{U=J`uqMyW}3RrFx5Y!rRi@-E@MOYKFF>xzqpu=*raB)7H(}
z+T`%|`s3>Pae0W%-R-Qn#QXgI^4y}z)8h2z#p&+)>hJnbV|d%+;nLyou*Kbio4k#T
ziQeY*l&sBnn#keo_P){P?C|vT`{pnzG3A@#XaQ{EDK)
zw#wn`^ZNGd%;4wv)Y07H>G-(0%jN9()7+bCE^Yh5r>f_-DL;)6v@2h^o}%?f1&o=>7fvuffvi?fU!s%-`hk
z{`=y@%*p=#?xnrh0oVtjHk%u?)a&{+VtqP#@FiQ$6@{Y?&syz(ckZJjJfag`{U^H=IZhG_w>EX
z-0SJw^5nVx|NqCwxYyR<^y$Cx`2By5p)5&%@X?Ly^ZNY!`OV(%?)Cii_tM_u@Avuo
zyu{KtNL=*y;iIj^>hby4)ZY2=zVY+-?C|*K@c8)a!-0yU^7s4p`0oGz`|9%f;Nj}v
zCfQsS%A0i^7)XMv5lz8%iHbz`RniU+mNQpnW(*DS4
z@QkzHnXu9G_4)n$*Z2AT+T-x{Nr@C
zxWv_Bf3VfGKi}%(maopu*W~*6>aWb)pt#n5kfpA`&y=OX-`>&o_UGg2+3Dxk{PyYS
z@%riV`aocmA^8LV00000EC2ui080Qu000R8009UbNU)&6g9sBUTu9Ih2qy{zFq}xS
z;>1524n!2d(W1wX6TNI$Z~z0xlM+FyTnS*tHzyEp+(6lprOl8t7Qj4!LyJtBDQ^lr
z2tp@J1vq;Cq&c+dK$i=2mc)?M=S-$fh5q>#HR@EVO0S~KYExuaouU+ASX*`JSh6ai
zc6Gu*fm*gNeVQbeJ=3Pb3X5vnsjjeB9jiqM!pp@J0drH#`L
zZ&OJJ8mJ`UNqLNXL6#sS^Qc3NJL*;GUtyCtCrBaHZhN)aTM
zNa7}&;GrTOMYw@qY!)6@TTnK+;f4)K)FB83p48z>8mvf1Lj|m)QAacn)&XP%6z1pM
zg^#^;lM)Fe&`Bp9WS3nBTyiCv0s|uiU}ykMouWz?55V!jqmV`_X%}6nf)95UHYUy$Rg6&Rp@%j_
zN)Pv(@(BxTtbtFeYp~!d3zJO$Qb-|VP}2iAm^!JJ0Gu+wz!aW>8mdt73_!;cr>uI$
zvdga8s;jZiI))5AIPjtZS_t|=6;=2O?5DyCMalpvxKK(y`|JbBy8C?6Y^txK`bjn`
z^q`I?Cb8M(w%z_3tgwjQ^aK#PNODUl1$g6)Ck)GzPZJPF3^5sGkdTZ$Jxp=M#u@C(
zt+)S%Yg0TueDF;z#cWW3A*py_j4UuqQp(I_ltBa$B#eRp7Y<-j!p8c(z%R()f+}zd
zt$>k8DY8)Dg%_zr?Zpfmgh7l8%+g0y&*))z*@%a1G)qkA(Y6?s5J5{AVF*I|?N@_whv!^?4!8s&00G45
zL!YgfPj9?Vh3^%LL!b41u!`9fl-LUG3duN
zF6^Kh+!Nd){NTUTq0LY$`GX?{00wg$kPAY{#2t8XjAO*&g)O`T{X8d!3rfHNLl7J$
zI7qhesV;3Enc4{dX@P(kfMO2nOGGea$izDYBN&NDL?0@+13O4y2su2&4m(J+-gr7#mwOk)}|(T6GS3>0Q?fCxk|gc5AAhyVK_2tASty3HVr2(UvnK#@Qp
zw6TqBJmeI)hJZQ5fD=QQ;}EpS!^3rPd>--R9|u50GngR;NECu7M@dRiA^-t>d!z`U
z0EHpYV~1_xRuw+*fhiadlNI@cCWnXsPH>_c2t1`QhdE3+Sg;zvgF+-k@Jc_>@|n+^
z!Vd!Q!2lTJn%K;yHm?b@xbZT7W;mi8#!1Xmj?K9S%Xo~^P(8N=lCd~
zf-mSp4Im9ENcTX}J*;2_Ul=GaBk2G$pl=Qe<$_FS%7r%qKWt5I{`^
zJ%LKkd*X9g9F;~SN{|8zSb!Vw0Kzn$u!t;V0SGCb0SQQmfFVFZ1QMvmGL|QXvcj~i
zWnD(-II&J1XyOpeB%Cb$f)t2=8;eNC5k`B2y3TbF>0pOOS0|99mOv9|;6o?`
z>w$m&yn+%>NNHlq7YxU`Qvzln<18ji+-1xH8u*hVI}bq*&%$F7maqhAOKaD3P(!sx
z-Qz%#st0?>}Y1>G)y4h~2J6iV>e9CE@A(3pjM3-pX2_N`?QE-3*1PH)pHs@gf
z3%R%ik9%wgUA&z3C58yF?
zOTb_lm>$Lna=_^vT;c?|*a8;jOy^?MfE(Lj#w*qlij@9>1WQn|Bg$atTB||JI>@!I
zv4IT|=voIRum?PzfQw$NVihfDL3B$y2o0nI2BKzgL%eVvUC1B{K`??5THR+@TO$HJ
zpaU-Upaw*k8xc#Om^Nx=WilW_4JNoo3dl@sBv9el%9ie2H86#ATw>JH7Rb|-@iId|
zq6Y(Dh7nM3WFjoV8oh{s3@$K$MbLo`tpkL{H?9XJFaaLVzywwAA%h4Y!QROKUUsuT
z;Hw&7p_&JIniuFM3uWkI04N9n!!i8ohxY;r5r}{ltgwq+P~!qfPdd`6QS_k)J?K<0
zwz7|~at3(Ni_@OD+-6YoIP{<$?J#dQaJB>kSR>iJNIMly&i1z3JL<+xxpb3}3|dyf
zhcM5&CT9SGt`8vW1*nV@y3q`rk$}-|fQ-gF{_)75doo5r`Htc7>e7CiF1OD2
zzAGaRe6Gx8oNxdNHKQ58NIedyOoBYP{`GliMC=>Uh%3~dczMjbz-PYst%KnAlK8xC
z6$6uYeFnvGI85{N(mjf=MoV9Rvb`?~!e1i>dn;E7-S<0Bt7F`|l&Pnhrgu~{Pa*ItfBXVy{_`(?NsT`g_-Ym?H_2U>T!leBPIQ-+_Pn
zXMU*Df2*T@>*ssdhdCQ?3kGNu2>5+4vVd37fVhWw;UaSY7=RUMff-nQq(^@Wcp3~?
jejx~fp+bTH$bKhC87Vk_321*FNPhcwegFh20RaFzdUUQe
diff --git a/rse/plugins/org.eclipse.rse.ui/icons/full/wizban/rmotejar_imprt.gif b/rse/plugins/org.eclipse.rse.ui/icons/full/wizban/rmotejar_imprt.gif
deleted file mode 100644
index 7d43b7ed09c5d367db46de02c91c9d61ff16ae2d..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 3357
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