From 4fab82832b62aba26c4416885174adbfd4c68596 Mon Sep 17 00:00:00 2001 From: Steffen Pingel Date: Sun, 31 Mar 2013 22:24:17 +0200 Subject: 383907: change minimum required JRE to 1.6 Change-Id: I8f176fc34a0be19b39eb09454db3b373f2284ef6 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=383907 --- org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org.eclipse.mylyn.tasks.index.core/META-INF') diff --git a/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF index cfff92940..4ba9b5016 100644 --- a/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF @@ -8,7 +8,7 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.mylyn.tasks.core;bundle-version="3.8.0", org.eclipse.mylyn.commons.core;bundle-version="3.8.0", org.apache.lucene.core;bundle-version="[2.9.1,3.6.0)" -Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ActivationPolicy: lazy Export-Package: org.eclipse.mylyn.internal.tasks.index.core;x-internal:=true -- cgit v1.2.3