Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2015-08-06 09:59:17 +0000
committerThomas Watson2015-08-10 14:22:28 +0000
commit7161e0b74fe02433efcd80ca250dcdc5a06fc6d9 (patch)
tree232dabf61529670d2fbbcd3bae455906acc2f785 /bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
parent27e1fe1a53ce5e115b0b90d4a43832d00bb14895 (diff)
downloadrt.equinox.bundles-7161e0b74fe02433efcd80ca250dcdc5a06fc6d9.tar.gz
rt.equinox.bundles-7161e0b74fe02433efcd80ca250dcdc5a06fc6d9.tar.xz
rt.equinox.bundles-7161e0b74fe02433efcd80ca250dcdc5a06fc6d9.zip
Bug 474395 - Update org.eclipse.equinox.common to use Java 1.7 to remove
redundant type information Change-Id: If1039db38175a29ca9f6cf76c91e2351d848257a Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
index c9d1344b6..6f7d0a30f 100644
--- a/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
@@ -30,7 +30,7 @@ Import-Package: org.eclipse.equinox.log;version="[1.0,2.0)",
org.osgi.service.packageadmin,
org.osgi.service.url,
org.osgi.util.tracker
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy

Back to the top