Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-05-17 19:52:18 +0000
committerJean Michel-Lemieux2004-05-17 19:52:18 +0000
commit98be93d7ab6b0a3e7d7bdc90612ef4b482ae29b5 (patch)
tree9750f9b5029e0542905683dc5edb583d428267c7 /bundles/org.eclipse.team.cvs.ui/plugin.xml
parent6285e12f14a02e6f0eb7200cb7cd425a7a5c6d21 (diff)
downloadeclipse.platform.team-98be93d7ab6b0a3e7d7bdc90612ef4b482ae29b5.tar.gz
eclipse.platform.team-98be93d7ab6b0a3e7d7bdc90612ef4b482ae29b5.tar.xz
eclipse.platform.team-98be93d7ab6b0a3e7d7bdc90612ef4b482ae29b5.zip
Added checkout wizard as an import wizard.
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.xml b/bundles/org.eclipse.team.cvs.ui/plugin.xml
index cec2481dc..500906644 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.xml
@@ -908,4 +908,20 @@
</description>
</wizard>
</extension>
+
+ <!-- ********** Import Wizard ************** -->
+ <extension
+ point="org.eclipse.ui.importWizards">
+ <wizard
+ icon="icons/full/etool16/newconnect_wiz.gif"
+ name="%newProjectCheckoutWizard"
+ class="org.eclipse.team.internal.ccvs.ui.wizards.CheckoutWizard"
+ project="true"
+ id="org.eclipse.team.cvs.ui.newProjectCheckout">
+ <description>
+ %newProjectCheckoutWizardDescription
+ </description>
+ </wizard>
+ </extension>
+
</plugin>

Back to the top