Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Honnen2019-02-07 08:35:35 +0000
committerJulian Honnen2019-02-08 14:54:14 +0000
commitf7e971a9181eb47b0d0d1fddd5dcd32c5fecb32a (patch)
tree22c6905bbc76c8e343959d62b130781d7d1b930e /bundles/org.eclipse.equinox.common.tests/META-INF/MANIFEST.MF
parent970375004be10a7ad99207b61bbc65ce01a294f4 (diff)
downloadrt.equinox.bundles-f7e971a9181eb47b0d0d1fddd5dcd32c5fecb32a.tar.gz
rt.equinox.bundles-f7e971a9181eb47b0d0d1fddd5dcd32c5fecb32a.tar.xz
rt.equinox.bundles-f7e971a9181eb47b0d0d1fddd5dcd32c5fecb32a.zip
Bug 263880 - moved equinox tests from core.tests.runtime
Moved tests from org.eclipse.core.tests.runtime that only required minimal adaptations. Change-Id: I6f742cd939269ba3cbc91d8a410a32be2b544c3c Signed-off-by: Julian Honnen <julian.honnen@vector.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.common.tests/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.common.tests/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.common.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.common.tests/META-INF/MANIFEST.MF
index 229262788..f767c56f9 100644
--- a/bundles/org.eclipse.equinox.common.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.common.tests/META-INF/MANIFEST.MF
@@ -9,3 +9,5 @@ Bundle-ActivationPolicy: lazy
Require-Bundle: org.junit,
org.eclipse.equinox.common;bundle-version="3.10.300",
org.eclipse.core.tests.harness;bundle-version="3.11.400"
+Import-Package: org.osgi.framework,
+ org.osgi.util.tracker

Back to the top