Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-03-23 20:37:04 +0000
committerJean Michel-Lemieux2004-03-23 20:37:04 +0000
commit9d57a6fae078c9c327fc06e3ac4b8fc8d327a010 (patch)
tree57fe03a39eeb0e94a45c459205c9d1e4da56677a
parentc761aca970106698d13c9c90504ff7c87a7b3276 (diff)
downloadeclipse.platform.team-9d57a6fae078c9c327fc06e3ac4b8fc8d327a010.tar.gz
eclipse.platform.team-9d57a6fae078c9c327fc06e3ac4b8fc8d327a010.tar.xz
eclipse.platform.team-9d57a6fae078c9c327fc06e3ac4b8fc8d327a010.zip
Removed optional requirement for compatibility plug-in.
-rw-r--r--bundles/org.eclipse.team.ui/plugin.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml
index 0343e5e19..fe2677f3e 100644
--- a/bundles/org.eclipse.team.ui/plugin.xml
+++ b/bundles/org.eclipse.team.ui/plugin.xml
@@ -20,7 +20,7 @@
<import plugin="org.eclipse.ui.workbench.texteditor" optional="true"/>
<import plugin="org.eclipse.ui.editors" optional="true"/>
<import plugin="org.eclipse.core.resources"/>
- <import plugin="org.eclipse.core.runtime.compatibility" optional="true"/>
+ <import plugin="org.eclipse.core.runtime.compatibility"/>
<import plugin="org.eclipse.team.core"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.compare"/>
@@ -137,7 +137,6 @@
point="org.eclipse.ui.perspectives">
<perspective
name="%Synchronizing.perspective"
- label="%Synchronizing.perspective"
icon="icons/full/cview16/synch_synch.gif"
class="org.eclipse.team.internal.ui.synchronize.TeamSynchronizingPerspective"
id="org.eclipse.team.ui.TeamSynchronizingPerspective">

Back to the top