Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Prigogin2014-08-19 09:08:43 +0000
committerThomas Watson2015-02-18 13:33:15 +0000
commit6e1d47679e92123b15795a2245ade8df57cace4e (patch)
tree7db2a24a6d2d54b0b02a69e919396261dbbb99ab /bundles/org.eclipse.equinox.common/META-INF
parent0e3c45a0fefc987d34e899b8c00c1c07d7ba04e6 (diff)
downloadrt.equinox.bundles-6e1d47679e92123b15795a2245ade8df57cace4e.tar.gz
rt.equinox.bundles-6e1d47679e92123b15795a2245ade8df57cace4e.tar.xz
rt.equinox.bundles-6e1d47679e92123b15795a2245ade8df57cace4e.zip
Bug 442021 - Update org.eclipse.equinox.common to use Java 1.6
Added type parameters to API methods where appropriate. Fixed warnings related to use of raw types and unchecked type conversion. Change-Id: Ia96b88f2818499edb4fa5f921a5b2341d2f1b28a Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com> Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.common/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
index edb8f7f9e..0915d5e1f 100644
--- a/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
@@ -30,8 +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: CDC-1.1/Foundation-1.1,
- J2SE-1.4
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
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