2007-03-22 14:52:36 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2007-03-22 15:09:42 +00:00
|
|
|
<?eclipse version="3.0"?>
|
2007-03-22 14:52:36 +00:00
|
|
|
<plugin>
|
2007-03-22 15:09:42 +00:00
|
|
|
|
|
|
|
<!-- ========================================================================= -->
|
|
|
|
<!-- Remote File System import and export wizards. -->
|
|
|
|
<!-- ========================================================================= -->
|
|
|
|
<extension point="org.eclipse.ui.importWizards">
|
|
|
|
<wizard
|
|
|
|
name="%RemoteFileSystemImportWizard.label"
|
|
|
|
icon="icons/full/etool16/file_import.gif"
|
2007-04-11 19:57:27 +00:00
|
|
|
class="org.eclipse.rse.internal.importexport.files.RemoteImportWizard"
|
2007-03-22 15:09:42 +00:00
|
|
|
id="org.eclipse.rse.files.importexport.fileImportWizard">
|
|
|
|
<description>
|
|
|
|
%RemoteFileSystemImportWizard.description
|
|
|
|
</description>
|
|
|
|
<selection
|
|
|
|
class="org.eclipse.core.resources.IResource">
|
|
|
|
</selection>
|
|
|
|
</wizard>
|
2007-03-22 14:52:36 +00:00
|
|
|
</extension>
|
2007-03-22 15:09:42 +00:00
|
|
|
|
2007-03-22 14:52:36 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.ui.popupMenus">
|
2007-03-22 15:09:42 +00:00
|
|
|
<objectContribution
|
|
|
|
objectClass="org.eclipse.core.resources.IResource"
|
|
|
|
nameFilter="*.rimpfd"
|
|
|
|
id="org.eclipse.rse.files.importexport.runFileImport">
|
|
|
|
<action
|
|
|
|
label="%RemoteFileImportAction.label"
|
|
|
|
tooltip="%RemoteFileImportAction.tooltip"
|
2007-04-11 19:57:27 +00:00
|
|
|
class="org.eclipse.rse.internal.importexport.files.RemoteFileImportActionDelegate"
|
2007-03-22 15:09:42 +00:00
|
|
|
menubarPath="additions"
|
|
|
|
enablesFor="+"
|
|
|
|
id="importRemoteFiles">
|
|
|
|
</action>
|
|
|
|
</objectContribution>
|
|
|
|
<objectContribution
|
|
|
|
objectClass="org.eclipse.core.resources.IResource"
|
|
|
|
nameFilter="*.rimpfd"
|
|
|
|
id="org.eclipse.rse.files.importexport.openFileImport">
|
|
|
|
<action
|
|
|
|
label="%OpenRemoteFileImport.label"
|
|
|
|
tooltip="%OpenRemoteFileImport.tooltip"
|
2007-04-11 19:57:27 +00:00
|
|
|
class="org.eclipse.rse.internal.importexport.files.RemoteFileOpenImportWizardActionDelegate"
|
2007-03-22 15:09:42 +00:00
|
|
|
menubarPath="additions"
|
|
|
|
enablesFor="1"
|
|
|
|
id="openRemoteFileImport">
|
|
|
|
</action>
|
|
|
|
</objectContribution>
|
2007-03-22 14:52:36 +00:00
|
|
|
</extension>
|
2007-03-22 15:09:42 +00:00
|
|
|
|
2007-03-22 14:52:36 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.ui.exportWizards">
|
2007-03-22 15:09:42 +00:00
|
|
|
<wizard
|
|
|
|
name="%RemoteFileSystemExportWizard.label"
|
|
|
|
icon="icons/full/etool16/file_export.gif"
|
2007-04-11 19:57:27 +00:00
|
|
|
class="org.eclipse.rse.internal.importexport.files.RemoteExportWizard"
|
2007-03-22 15:09:42 +00:00
|
|
|
id="org.eclipse.rse.files.importexport.fileExportWizard">
|
|
|
|
<description>
|
|
|
|
%RemoteFileSystemExportWizard.description
|
|
|
|
</description>
|
|
|
|
<selection
|
|
|
|
class="org.eclipse.core.resources.IResource">
|
|
|
|
</selection>
|
|
|
|
</wizard>
|
2007-03-22 14:52:36 +00:00
|
|
|
</extension>
|
2007-03-22 15:09:42 +00:00
|
|
|
|
2007-03-22 14:52:36 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.ui.popupMenus">
|
2007-03-22 15:09:42 +00:00
|
|
|
<objectContribution
|
|
|
|
objectClass="org.eclipse.core.resources.IResource"
|
|
|
|
nameFilter="*.rexpfd"
|
|
|
|
id="org.eclipse.rse.files.importexport.runFileExport">
|
|
|
|
<action
|
|
|
|
label="%RemoteFileExportAction.label"
|
|
|
|
tooltip="%RemoteFileExportAction.tooltip"
|
2007-04-11 19:57:27 +00:00
|
|
|
class="org.eclipse.rse.internal.importexport.files.RemoteFileExportActionDelegate"
|
2007-03-22 15:09:42 +00:00
|
|
|
menubarPath="additions"
|
|
|
|
enablesFor="+"
|
|
|
|
id="exportRemoteFiles">
|
|
|
|
</action>
|
|
|
|
</objectContribution>
|
|
|
|
<objectContribution
|
|
|
|
objectClass="org.eclipse.core.resources.IResource"
|
|
|
|
nameFilter="*.rexpfd"
|
|
|
|
id="org.eclipse.rse.files.importexport.openFileExport">
|
|
|
|
<action
|
|
|
|
label="%OpenRemoteFileExport.label"
|
|
|
|
tooltip="%OpenRemoteFileExport.tooltip"
|
2007-04-11 19:57:27 +00:00
|
|
|
class="org.eclipse.rse.internal.importexport.files.RemoteFileOpenExportWizardActionDelegate"
|
2007-03-22 15:09:42 +00:00
|
|
|
menubarPath="additions"
|
|
|
|
enablesFor="1"
|
|
|
|
id="openRemoteFileExport">
|
|
|
|
</action>
|
|
|
|
</objectContribution>
|
2007-03-22 14:52:36 +00:00
|
|
|
</extension>
|
2007-03-22 15:09:42 +00:00
|
|
|
|
2007-03-22 14:52:36 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.ui.popupMenus">
|
2007-03-22 15:09:42 +00:00
|
|
|
<objectContribution
|
|
|
|
objectClass="org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFile"
|
|
|
|
id="org.eclipse.rse.files.importexport.projectImportExport">
|
|
|
|
<filter
|
|
|
|
name="isDirectory"
|
|
|
|
value="true">
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<action
|
|
|
|
label="%ImportToProject.label"
|
|
|
|
tooltip="%ImportToProject.tooltip"
|
2007-04-11 19:57:27 +00:00
|
|
|
class="org.eclipse.rse.internal.importexport.files.RemoteFileImportToProjectActionDelegate"
|
2007-03-22 15:09:42 +00:00
|
|
|
menubarPath="group.importexport"
|
|
|
|
enablesFor="1"
|
|
|
|
id="importToProject">
|
|
|
|
</action>
|
|
|
|
|
|
|
|
<action
|
|
|
|
label="%ExportFromProject.label"
|
|
|
|
tooltip="%ExportFromProject.tooltip"
|
2007-04-11 19:57:27 +00:00
|
|
|
class="org.eclipse.rse.internal.importexport.files.RemoteFileExportFromProjectActionDelegate"
|
2007-03-22 15:09:42 +00:00
|
|
|
menubarPath="group.importexport"
|
|
|
|
enablesFor="1"
|
|
|
|
id="exportFromProject">
|
|
|
|
</action>
|
|
|
|
</objectContribution>
|
2007-03-22 14:52:36 +00:00
|
|
|
</extension>
|
2007-03-22 15:09:42 +00:00
|
|
|
|
2007-03-22 14:52:36 +00:00
|
|
|
</plugin>
|