From cc0ede518480cde89f6863befdbf6c4952dfaa00 Mon Sep 17 00:00:00 2001 From: David McKnight Date: Fri, 17 Apr 2009 15:03:31 +0000 Subject: [PATCH] [272708] [import/export] fix various bugs with the synchronization support --- .../org.eclipse.rse.importexport/plugin.properties | 3 +++ rse/plugins/org.eclipse.rse.importexport/plugin.xml | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/rse/plugins/org.eclipse.rse.importexport/plugin.properties b/rse/plugins/org.eclipse.rse.importexport/plugin.properties index 950025707fc..fb0abe39522 100644 --- a/rse/plugins/org.eclipse.rse.importexport/plugin.properties +++ b/rse/plugins/org.eclipse.rse.importexport/plugin.properties @@ -9,6 +9,7 @@ # IBM Corporation - initial API and implementation # Martin Oberhuber (Wind River) - add providerName # Takuya Miyamoto - [185925] Integrate Platform/Team Synchronization +# David McKnight (IBM) - [272708] [import/export] fix various bugs with the synchronization support ############################################################################### # NLS_MESSAGEFORMAT_NONE @@ -19,6 +20,8 @@ pluginName = RSE Import/Export providerName = Eclipse.org # Remote file import and export wizards +newWizardCategoryName = Remote Systems + RemoteFileSystemExportWizard.label = Remote file system RemoteFileSystemExportWizard.description = Export resources to a remote file system RemoteFileSystemImportWizard.label = Remote file system diff --git a/rse/plugins/org.eclipse.rse.importexport/plugin.xml b/rse/plugins/org.eclipse.rse.importexport/plugin.xml index bb769ede79c..9411762abb8 100644 --- a/rse/plugins/org.eclipse.rse.importexport/plugin.xml +++ b/rse/plugins/org.eclipse.rse.importexport/plugin.xml @@ -14,6 +14,7 @@ Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. Contributors: David McKnight (IBM) - [261019] New File/Folder actions available in Work Offline mode Takuya Miyamoto - [185925] Integrate Platform/Team Synchronization (adapted from org.eclipse.team.examples.filesystem / plugin.xml) +David McKnight (IBM) - [272708] [import/export] fix various bugs with the synchronization support --> @@ -23,9 +24,12 @@ Takuya Miyamoto - [185925] Integrate Platform/Team Synchronization (adapted from + + @@ -69,9 +73,13 @@ Takuya Miyamoto - [185925] Integrate Platform/Team Synchronization (adapted from + + +