Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-03-31 20:24:17 +0000
committerSteffen Pingel2013-03-31 20:24:17 +0000
commit4fab82832b62aba26c4416885174adbfd4c68596 (patch)
tree51e2dec4e559acc8ce00d37b312701105766e8bb /org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
parentf11aacee899077bbcdcce2305469e2134175aa04 (diff)
downloadorg.eclipse.mylyn.tasks-4fab82832b62aba26c4416885174adbfd4c68596.tar.gz
org.eclipse.mylyn.tasks-4fab82832b62aba26c4416885174adbfd4c68596.tar.xz
org.eclipse.mylyn.tasks-4fab82832b62aba26c4416885174adbfd4c68596.zip
383907: change minimum required JRE to 1.6
Change-Id: I8f176fc34a0be19b39eb09454db3b373f2284ef6 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=383907
Diffstat (limited to 'org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
index e5040a72e..4a6aeb097 100644
--- a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
@@ -12,5 +12,5 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.tasks.ui;bundle-version="[3.8.0,4.0.0)";resolution:=optional,
org.eclipse.mylyn.commons.ui;bundle-version="[3.8.0,4.0.0)";resolution:=optional,
org.apache.ant;bundle-version="1.7.0";resolution:=optional
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Localization: plugin

Back to the top