Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2003-07-15 13:24:41 +0000
committerMichael Valenta2003-07-15 13:24:41 +0000
commitc81dab39906a57fd55f06d8e4c5fbe9d030e6ad5 (patch)
tree7b4536e105fac17a8e2761749548077b34bf74ba /bundles
parent68f6d4f4a3205959a02b28e2b7bb88b5a3209d26 (diff)
downloadeclipse.platform.team-c81dab39906a57fd55f06d8e4c5fbe9d030e6ad5.tar.gz
eclipse.platform.team-c81dab39906a57fd55f06d8e4c5fbe9d030e6ad5.tar.xz
eclipse.platform.team-c81dab39906a57fd55f06d8e4c5fbe9d030e6ad5.zip
Placed old sync view back in team UI pluginI20030714
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.team.ui/plugin.properties3
-rw-r--r--bundles/org.eclipse.team.ui/plugin.xml8
2 files changed, 10 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.properties b/bundles/org.eclipse.team.ui/plugin.properties
index 5e804f495..f51ee9443 100644
--- a/bundles/org.eclipse.team.ui/plugin.properties
+++ b/bundles/org.eclipse.team.ui/plugin.properties
@@ -28,7 +28,8 @@ ConfigureProject.tooltip=Share the project with others using a version and confi
TeamGroupMenu.label=T&eam
Team.viewCategory=Team
-SyncView.name=Synchronize
+SyncView.name=Live Synchronize
+OldSyncView.name=Old Synchronize (Deprecated)
ProjectSetImportWizard.name=Team Project Set
ProjectSetImportWizard.description=A wizard that imports a Team Project Set
diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml
index d643ff05b..9e498d2d8 100644
--- a/bundles/org.eclipse.team.ui/plugin.xml
+++ b/bundles/org.eclipse.team.ui/plugin.xml
@@ -197,6 +197,14 @@
id="org.eclipse.team.ui">
</category>
<view
+ 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"
+ id="org.eclipse.team.ui.sync.SyncView">
+ </view>
+ <view
name="%SyncView.name"
icon="icons/full/cview16/synch_synch.gif"
fastViewWidthRatio="0.25"

Back to the top