Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2004-08-20 13:43:31 +0000
committerMichael Valenta2004-08-20 13:43:31 +0000
commite1e24cdfbfbaebd69e0d318fdc91d608d67ff045 (patch)
tree23c18b5a7c2af760ea0cf1c69aaf8fa56455e836 /bundles/org.eclipse.team.cvs.ssh2/plugin.xml
parentf97dade31e8fdb4eeef3a245e4f67e20dedafe3f (diff)
downloadeclipse.platform.team-e1e24cdfbfbaebd69e0d318fdc91d608d67ff045.tar.gz
eclipse.platform.team-e1e24cdfbfbaebd69e0d318fdc91d608d67ff045.tar.xz
eclipse.platform.team-e1e24cdfbfbaebd69e0d318fdc91d608d67ff045.zip
Bug 61255 reduce deprecation warnings for core.runtime.compatibility
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ssh2/plugin.xml')
-rw-r--r--bundles/org.eclipse.team.cvs.ssh2/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.cvs.ssh2/plugin.xml b/bundles/org.eclipse.team.cvs.ssh2/plugin.xml
index b993a60f1..214a75574 100644
--- a/bundles/org.eclipse.team.cvs.ssh2/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ssh2/plugin.xml
@@ -28,7 +28,7 @@
<!-- =================================================================================== -->
<requires>
<import plugin="org.eclipse.core.boot"/>
- <import plugin="org.eclipse.core.runtime.compatibility"/>
+ <import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.team.cvs.core"/>
<import plugin="org.eclipse.team.core"/>

Back to the top