Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-09-04 15:12:16 +0000
committerAlexander Kurtakov2017-09-04 15:28:07 +0000
commit84c0010b4087047b6a2266bcda21d21dbcb595fd (patch)
tree146817a74995b6657fc165f7d9eccb26ad485783 /bundles/org.eclipse.equinox.p2.discovery.compatibility/META-INF/MANIFEST.MF
parent61dd236707838aef30d2f849b4ffd4df3093717a (diff)
downloadrt.equinox.p2-84c0010b4087047b6a2266bcda21d21dbcb595fd.tar.gz
rt.equinox.p2-84c0010b4087047b6a2266bcda21d21dbcb595fd.tar.xz
rt.equinox.p2-84c0010b4087047b6a2266bcda21d21dbcb595fd.zip
Bug 521838 - Move discovery.compatibility to Java 8
* Bump BREE. * Bump minor version for the BREE change. * Enable more warnings. * Lambda conversions. * Remove duplicate type declarations. * Try-with-resources. * StandardCharsets usage. * Add missing Override annotations. Change-Id: Ic7b0dd0946fcae017212ed674509934d0bfcb6e9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.discovery.compatibility/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.discovery.compatibility/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.discovery.compatibility/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.discovery.compatibility/META-INF/MANIFEST.MF
index 2d139b642..a6b30519e 100644
--- a/bundles/org.eclipse.equinox.p2.discovery.compatibility/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.discovery.compatibility/META-INF/MANIFEST.MF
@@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.equinox.p2.discovery.compatibility;singleton:=true
-Bundle-Version: 1.0.200.qualifier
+Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: %Bundle-Vendor
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.3.0",
org.eclipse.equinox.p2.core;bundle-version="2.0.0",
org.eclipse.equinox.p2.discovery;bundle-version="1.0.0",

Back to the top