Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2015-02-18 09:04:19 +0000
committerMat Booth2015-02-18 11:39:12 +0000
commit1bf1c17ab4070679d47112a2a69ba3967e27c508 (patch)
treebf44f19769d46dc6b378b88c1c6c113606412df6 /tests/org.eclipse.team.tests.core/META-INF/MANIFEST.MF
parent742a91ab0e685b1370753c5182035ce6027c22eb (diff)
downloadeclipse.platform.team-1bf1c17ab4070679d47112a2a69ba3967e27c508.tar.gz
eclipse.platform.team-1bf1c17ab4070679d47112a2a69ba3967e27c508.tar.xz
eclipse.platform.team-1bf1c17ab4070679d47112a2a69ba3967e27c508.zip
Bug 394739 - Remove org.eclipse.core.runtime.compatibility* bundles
Change-Id: Iacc036e92d43a5bca1a727f2dd203d1a39692f9a Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'tests/org.eclipse.team.tests.core/META-INF/MANIFEST.MF')
-rw-r--r--tests/org.eclipse.team.tests.core/META-INF/MANIFEST.MF3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/org.eclipse.team.tests.core/META-INF/MANIFEST.MF b/tests/org.eclipse.team.tests.core/META-INF/MANIFEST.MF
index f7a93288c..3891c3ac5 100644
--- a/tests/org.eclipse.team.tests.core/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.team.tests.core/META-INF/MANIFEST.MF
@@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.team.tests.core; singleton:=true
Bundle-Version: 3.7.300.qualifier
-Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.team.tests.core,
@@ -18,7 +17,7 @@ Require-Bundle: org.eclipse.ui.ide;resolution:=optional,
org.eclipse.ui.editors;resolution:=optional,
org.eclipse.core.tests.harness,
org.eclipse.core.resources,
- org.eclipse.core.runtime.compatibility,
+ org.eclipse.core.runtime,
org.eclipse.team.core,
org.eclipse.team.cvs.core,
org.eclipse.team.ui,

Back to the top