Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2003-06-11 19:16:17 +0000
committerJean Michel-Lemieux2003-06-11 19:16:17 +0000
commit5136bbd1a584bbc1e14359f5bf188f1270358b21 (patch)
tree91fd759ad41def5c56d8439361bcb23c1cee1f20 /bundles/org.eclipse.team.ui/plugin.xml
parent83c97993bb5308962ce31e8e273a70f2c44d9892 (diff)
downloadeclipse.platform.team-5136bbd1a584bbc1e14359f5bf188f1270358b21.tar.gz
eclipse.platform.team-5136bbd1a584bbc1e14359f5bf188f1270358b21.tar.xz
eclipse.platform.team-5136bbd1a584bbc1e14359f5bf188f1270358b21.zip
New Live Sync view merged in from branch.
Diffstat (limited to 'bundles/org.eclipse.team.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.team.ui/plugin.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml
index 994d40c04..46d5e652e 100644
--- a/bundles/org.eclipse.team.ui/plugin.xml
+++ b/bundles/org.eclipse.team.ui/plugin.xml
@@ -24,6 +24,7 @@
<extension-point id="configurationWizards" name="%configurationWizards" schema="schema/configurationWizards.exsd"/>
<extension-point id="targetConfigWizards" name="%targetWizards"/>
+<extension-point id="subscriberMenus" name="%subscriberMenus"/>
<!-- **************** PREFERENCES ******************* -->
<extension
@@ -175,12 +176,20 @@
</category>
<view
id="org.eclipse.team.ui.sync.SyncView"
- name="%SyncView.name"
+ name="%OldSyncView.name"
icon="icons/full/cview16/synch_synch.gif"
fastViewWidthRatio="0.75"
category="org.eclipse.team.ui"
class="org.eclipse.team.internal.ui.sync.SyncView">
</view>
+ <view
+ id="org.eclipse.team.sync.views.SyncViewer"
+ name="%SyncView.name"
+ icon="icons/full/cview16/synch_synch.gif"
+ fastViewWidthRatio="0.25"
+ category="org.eclipse.team.ui"
+ class="org.eclipse.team.internal.ui.sync.views.SyncViewer">
+ </view>
</extension>
<!-- ****************** Import Wizards ********************* -->

Back to the top