Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2019-07-03 13:06:44 +0000
committerThomas Watson2019-10-30 16:49:50 +0000
commitfb6258ed257d3b1263c7c7e340b44a5102b52b79 (patch)
tree5f8bd95086baa02d6de1d512ec15c442bf555b67 /bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF
parent8706b4088137e0949adeb3fbd527167a9aea266f (diff)
downloadrt.equinox.framework-fb6258ed257d3b1263c7c7e340b44a5102b52b79.tar.gz
rt.equinox.framework-fb6258ed257d3b1263c7c7e340b44a5102b52b79.tar.xz
rt.equinox.framework-fb6258ed257d3b1263c7c7e340b44a5102b52b79.zip
Bug 552573 - [osgi r8] Implement OSGi Connect
Initial OSGi Connect implementation based on early proposal of the OSGi Connect API. This is likely to change over the course of the specification development. Change-Id: I92f6a3312dfc64d6b56d103c889aad3e00a56c7e Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF
index 3eb75b52f..fb9722396 100644
--- a/bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF
@@ -14,7 +14,7 @@ Bundle-Activator: org.eclipse.osgi.tests.OSGiTestsActivator
Import-Package: org.osgi.service.event; resolution:="optional"
Export-Package: org.eclipse.osgi.tests.bundles,
org.eclipse.osgi.tests.appadmin
-Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
DynamicImport-Package: ext.framework.b
Eclipse-BundleShape: dir
Automatic-Module-Name: org.eclipse.osgi.tests

Back to the top