Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2003-11-28 14:57:52 +0000
committerJean Michel-Lemieux2003-11-28 14:57:52 +0000
commit5d892cc4a0351bf0da936e621a354f93b4dc2d99 (patch)
treea069eeab8a653669049a829a9d321a9774757d28 /tests/org.eclipse.team.tests.core/plugin.xml
parent325b4933e94248b1f6ce38ef60383fd7973e925c (diff)
downloadeclipse.platform.team-5d892cc4a0351bf0da936e621a354f93b4dc2d99.tar.gz
eclipse.platform.team-5d892cc4a0351bf0da936e621a354f93b4dc2d99.tar.xz
eclipse.platform.team-5d892cc4a0351bf0da936e621a354f93b4dc2d99.zip
Added runtime.compatibility import required for new OSGI runtime.
Diffstat (limited to 'tests/org.eclipse.team.tests.core/plugin.xml')
-rw-r--r--tests/org.eclipse.team.tests.core/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/org.eclipse.team.tests.core/plugin.xml b/tests/org.eclipse.team.tests.core/plugin.xml
index 7f818cb6b..7064a441b 100644
--- a/tests/org.eclipse.team.tests.core/plugin.xml
+++ b/tests/org.eclipse.team.tests.core/plugin.xml
@@ -21,6 +21,7 @@
<import plugin="org.eclipse.ui.editors" optional="true"/>
<import plugin="org.eclipse.core.tests.harness"/>
<import plugin="org.eclipse.core.resources"/>
+ <import plugin="org.eclipse.core.runtime.compatibility"/>
<import plugin="org.eclipse.core.boot"/>
<import plugin="org.eclipse.team.core"/>
<import plugin="org.eclipse.team.cvs.core"/>

Back to the top