Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2003-10-29 22:04:17 +0000
committerJean Michel-Lemieux2003-10-29 22:04:17 +0000
commit1acec58795d08858e2b7a14af093c22c16d46a89 (patch)
treea362378002aad60bb392f4b294ae6f5050ae70e6 /bundles/org.eclipse.team.ui/plugin.xml
parent41b8824b42722a3a9d48ca42390a55009605267b (diff)
downloadeclipse.platform.team-1acec58795d08858e2b7a14af093c22c16d46a89.tar.gz
eclipse.platform.team-1acec58795d08858e2b7a14af093c22c16d46a89.tar.xz
eclipse.platform.team-1acec58795d08858e2b7a14af093c22c16d46a89.zip
Initial release of Synchronize View API.
Diffstat (limited to 'bundles/org.eclipse.team.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.team.ui/plugin.xml48
1 files changed, 3 insertions, 45 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml
index 0b1982837..42db50369 100644
--- a/bundles/org.eclipse.team.ui/plugin.xml
+++ b/bundles/org.eclipse.team.ui/plugin.xml
@@ -22,6 +22,7 @@
<extension-point id="configurationWizards" name="%configurationWizards" schema="schema/configurationWizards.exsd"/>
<extension-point id="subscriberMenus" name="%subscriberMenus"/>
+ <extension-point id="synchronizeParticipants" name="%synchronizeParticipants" schema="schema/synchronizeParticipants.exsd"/>
<!-- **************** PREFERENCES ******************* -->
<extension
@@ -127,7 +128,7 @@
icon="icons/full/cview16/synch_synch.gif"
fastViewWidthRatio="0.25"
category="org.eclipse.team.ui"
- class="org.eclipse.team.internal.ui.sync.views.SynchronizeView"
+ class="org.eclipse.team.internal.ui.synchronize.SynchronizeView"
id="org.eclipse.team.sync.views.SynchronizeView">
</view>
</extension>
@@ -137,7 +138,7 @@
<perspective
name="%Synchronizing.perspective"
icon="icons/full/cview16/synch_synch.gif"
- class="org.eclipse.team.internal.ui.sync.views.TeamSynchronizingPerspective"
+ class="org.eclipse.team.internal.ui.synchronize.TeamSynchronizingPerspective"
id="org.eclipse.team.ui.TeamSynchronizingPerspective">
</perspective>
</extension>
@@ -148,10 +149,6 @@
<perspectiveShortcut
id="org.eclipse.team.ui.TeamSynchronizingPerspective">
</perspectiveShortcut>
- <view id="org.eclipse.team.sync.views.SyncViewer"
- relative="org.eclipse.ui.views.ResourceNavigator"
- visible="false"
- relationship="stack"/>
</perspectiveExtension>
</extension>
<!-- ****************** Import Wizards ********************* -->
@@ -190,15 +187,6 @@
<extension
point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension
- targetID="org.eclipse.ui.resourcePerspective">
- <view
- relative="org.eclipse.ui.views.ResourceNavigator"
- visible="false"
- relationship="stack"
- id="org.eclipse.team.ui.sync.SyncView">
- </view>
- </perspectiveExtension>
- <perspectiveExtension
targetID="org.eclipse.team.internal.ui.sync.views.TeamSynchronizingPerspective">
<showInPart
id="org.eclipse.ui.views.ResourceNavigator">
@@ -213,36 +201,6 @@
description="%Command.category.description"
id="org.eclipse.team.ui.commands.category">
</category>
- <command
- name="%Command.incomingFilter.name"
- description="%Command.incomingFilter.description"
- category="org.eclipse.team.ui.commands.category"
- id="org.eclipse.team.ui.syncview.incomingFilter">
- </command>
- <command
- name="%Command.outgoingFilter.name"
- description="%Command.outgoingFilter.description"
- category="org.eclipse.team.ui.commands.category"
- id="org.eclipse.team.ui.syncview.outgoingFilter">
- </command>
- <command
- name="%Command.bothFilter.name"
- description="%Command.bothFilter.description"
- category="org.eclipse.team.ui.commands.category"
- id="org.eclipse.team.ui.syncview.bothFilter">
- </command>
- <command
- name="%Command.conflictsFilter.name"
- description="%Command.conflictsFilter.description"
- category="org.eclipse.team.ui.commands.category"
- id="org.eclipse.team.ui.syncview.conflictsFilter">
- </command>
- <command
- name="%Command.syncAll.name"
- description="%Command.syncAll.description"
- category="org.eclipse.team.ui.commands.category"
- id="org.eclipse.team.ui.syncview.syncAll">
- </command>
</extension>
<!-- ***************** Action sets ********************** -->
<extension

Back to the top