Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2004-05-10 20:29:41 +0000
committerMichael Valenta2004-05-10 20:29:41 +0000
commit3b4d41ca88ceed2f2b6645f4ad7429b88976520b (patch)
tree8ddbca48110c3e00f9e5cbaabf68a24359710602 /bundles/org.eclipse.team.cvs.ui/plugin.xml
parentfef5d04a463d5b2c9b9bde275193bfc095f36d9f (diff)
downloadeclipse.platform.team-3b4d41ca88ceed2f2b6645f4ad7429b88976520b.tar.gz
eclipse.platform.team-3b4d41ca88ceed2f2b6645f4ad7429b88976520b.tar.xz
eclipse.platform.team-3b4d41ca88ceed2f2b6645f4ad7429b88976520b.zip
Synchronize view workflow changes
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.xml b/bundles/org.eclipse.team.cvs.ui/plugin.xml
index 1c4e0e73a..8b5b0d9d3 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.xml
@@ -30,7 +30,17 @@
<import plugin="org.eclipse.compare"/>
</requires>
-
+<!-- *************** Synchronize Wizards **************** -->
+ <extension
+ point="org.eclipse.team.ui.synchronizeWizards">
+ <wizard
+ name="%WorkspaceSynchronizeWizard.name"
+ description="%WorkspaceSynchronizeWizard.description"
+ icon="icons/full/eview16/cvs_persp.gif"
+ class="org.eclipse.team.internal.ccvs.ui.subscriber.CVSSynchronizeWizard"
+ id="org.eclipse.team.ccvs.ui.SynchronizeWizard">
+ </wizard>
+ </extension>
<!-- *************** Synchronize View Participant **************** -->
<extension
point="org.eclipse.team.ui.synchronizeParticipants">
@@ -78,7 +88,7 @@
</run>
</validator>
</extension>
-<!-- ******************* Wizards ****************** -->
+<!-- ******************* Configurationb Wizard ****************** -->
<extension
point="org.eclipse.team.ui.configurationWizards">
<wizard

Back to the top