Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-11-11 08:06:42 +0000
committerAlexander Kurtakov2017-11-11 08:47:07 +0000
commit19752d9abc811e3593f031d2e8aa42290191909d (patch)
tree781a0b853028ec7f322e009a8ffe39f320c5aedc /bundles/org.eclipse.equinox.console/META-INF
parent74e716297d3a5d619f44567dd9f02eb3520fc860 (diff)
downloadrt.equinox.bundles-19752d9abc811e3593f031d2e8aa42290191909d.tar.gz
rt.equinox.bundles-19752d9abc811e3593f031d2e8aa42290191909d.tar.xz
rt.equinox.bundles-19752d9abc811e3593f031d2e8aa42290191909d.zip
Bug 527146 - Move equinox.console to Java 8I20171111-0410
To unbreak build with latest gogo bundles. Change-Id: I58697604323d35c53509b77f2100217d37ca292e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.console/META-INF')
-rwxr-xr-xbundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
index 743bb0e6f..2b47ed476 100755
--- a/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.equinox.console
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.3.0.qualifier
Bundle-Activator: org.eclipse.equinox.console.command.adapter.Activator
Bundle-Vendor: %bundleVendor
Bundle-Localization: plugin
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.eclipse.osgi.framework.console,
org.eclipse.osgi.report.resolution; version="[1.0,2.0)",
org.eclipse.osgi.service.environment,

Back to the top