Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2015-12-08 14:11:24 +0000
committerAlexander Kurtakov2015-12-08 14:29:21 +0000
commit9ff091edbdf4aa2d86be48f47f12dc3a1c050d93 (patch)
treebdbbc96606f77c51fe1a78660f618542a9465b00 /changelog/org.eclipse.linuxtools.changelog.core/META-INF/MANIFEST.MF
parent0c5940c774eaa4c71260445256be78aafeb5a562 (diff)
downloadorg.eclipse.linuxtools-9ff091edbdf4aa2d86be48f47f12dc3a1c050d93.tar.gz
org.eclipse.linuxtools-9ff091edbdf4aa2d86be48f47f12dc3a1c050d93.tar.xz
org.eclipse.linuxtools-9ff091edbdf4aa2d86be48f47f12dc3a1c050d93.zip
changelog: Move to Java 8 and Neon.
* Bump BREE to Java 8. * Use lambdas where feasible. Change-Id: If540b7560f0c4cf2ad4147fe959de9dc9bc157a6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/62216 Tested-by: Hudson CI
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog.core/META-INF/MANIFEST.MF')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.core/META-INF/MANIFEST.MF b/changelog/org.eclipse.linuxtools.changelog.core/META-INF/MANIFEST.MF
index 1df2c99b74..677dd4af05 100644
--- a/changelog/org.eclipse.linuxtools.changelog.core/META-INF/MANIFEST.MF
+++ b/changelog/org.eclipse.linuxtools.changelog.core/META-INF/MANIFEST.MF
@@ -20,6 +20,6 @@ Require-Bundle: org.eclipse.team.ui,
org.eclipse.core.filesystem,
org.eclipse.core.expressions;bundle-version="3.3.0"
Export-Package: org.eclipse.linuxtools.changelog.core
-Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Eclipse-ExtensibleAPI: true

Back to the top