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.tasks.core/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.tasks.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
index 5cc2e320e..ab138b597 100644
--- a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.tasks.core;singleton:=true
Bundle-Version: 3.9.0.qualifier
Bundle-Vendor: %Bundle-Vendor
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.net,
org.eclipse.equinox.security,

Back to the top