Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2016-07-28 12:32:35 +0000
committerAlexander Kurtakov2016-09-14 11:00:51 +0000
commita9abe271aa30b4cdf0c7f970c0c12b8d8b7848fe (patch)
tree55edd951dab1b8fd1c69a3dad5dff0fe03151e45 /bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
parentf98e2d60d99847731b6b043e5d6df92647eddd70 (diff)
downloadrt.equinox.framework-a9abe271aa30b4cdf0c7f970c0c12b8d8b7848fe.tar.gz
rt.equinox.framework-a9abe271aa30b4cdf0c7f970c0c12b8d8b7848fe.tar.xz
rt.equinox.framework-a9abe271aa30b4cdf0c7f970c0c12b8d8b7848fe.zip
Bug 498758 - Move launcher to Java 6Y20160922-1000
Moved to Java 6. Bumped BREE and minor version to reflect this change. Adjusted fragments range. Generified code. Bumped launcher fragments micro to prevent them being replaced by baseline version. Change-Id: I0ebde7cf31ac4bceeae837d7e2cf1b7a9d180142 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com> Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
index 5c0e55a48..2933964fe 100644
--- a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.launcher;singleton:=true
-Bundle-Version: 1.3.200.qualifier
+Bundle-Version: 1.4.0.qualifier
Main-Class: org.eclipse.equinox.launcher.Main
Bundle-ClassPath: .
Bundle-Vendor: %providerName
-Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.2
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Localization: launcher
Export-Package: org.eclipse.core.launcher;x-internal:=true,
org.eclipse.equinox.internal.launcher;x-internal:=true,

Back to the top