Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2003-07-02 19:35:47 +0000
committerJean Michel-Lemieux2003-07-02 19:35:47 +0000
commite3fc6e0540b35d889bb549aaa0724b3069ba73a0 (patch)
tree50c002f100dfa1eb6c0ffb82c5f56ba72a162842 /bundles/org.eclipse.team.ui/plugin.xml
parent378a91075bd06e91122b1d5bbd6f942f4adf67ca (diff)
downloadeclipse.platform.team-e3fc6e0540b35d889bb549aaa0724b3069ba73a0.tar.gz
eclipse.platform.team-e3fc6e0540b35d889bb549aaa0724b3069ba73a0.tar.xz
eclipse.platform.team-e3fc6e0540b35d889bb549aaa0724b3069ba73a0.zip
Refresh in background work
Diffstat (limited to 'bundles/org.eclipse.team.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.team.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml
index e30759105..a2a3f6a1f 100644
--- a/bundles/org.eclipse.team.ui/plugin.xml
+++ b/bundles/org.eclipse.team.ui/plugin.xml
@@ -198,7 +198,7 @@
<wizard
id="org.eclipse.team.ui.ProjectSetImportWizard"
name="%ProjectSetImportWizard.name"
- class="org.eclipse.team.internal.ui.wizard.ProjectSetImportWizard"
+ class="org.eclipse.team.internal.ui.wizards.ProjectSetImportWizard"
icon="icons/full/obj/import_projectset.gif">
<description>
%ProjectSetImportWizard.description

Back to the top