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.activity.ui
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.activity.ui')
-rw-r--r--org.eclipse.mylyn.tasks.activity.ui/.classpath2
-rw-r--r--org.eclipse.mylyn.tasks.activity.ui/.settings/org.eclipse.jdt.core.prefs4
-rw-r--r--org.eclipse.mylyn.tasks.activity.ui/META-INF/MANIFEST.MF2
3 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.tasks.activity.ui/.classpath b/org.eclipse.mylyn.tasks.activity.ui/.classpath
index 70cc08730..5f3a9665c 100644
--- a/org.eclipse.mylyn.tasks.activity.ui/.classpath
+++ b/org.eclipse.mylyn.tasks.activity.ui/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
<accessrules>
<accessrule kind="nonaccessible" pattern="com/sun/**"/>
</accessrules>
diff --git a/org.eclipse.mylyn.tasks.activity.ui/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.mylyn.tasks.activity.ui/.settings/org.eclipse.jdt.core.prefs
index 7be1805cd..997a785a2 100644
--- a/org.eclipse.mylyn.tasks.activity.ui/.settings/org.eclipse.jdt.core.prefs
+++ b/org.eclipse.mylyn.tasks.activity.ui/.settings/org.eclipse.jdt.core.prefs
@@ -11,9 +11,9 @@ org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
diff --git a/org.eclipse.mylyn.tasks.activity.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.activity.ui/META-INF/MANIFEST.MF
index 1fbc7a739..887f045e3 100644
--- a/org.eclipse.mylyn.tasks.activity.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.activity.ui/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.tasks.activity.ui;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.ui,
org.eclipse.ui.forms,
org.eclipse.core.runtime,

Back to the top