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.bugzilla.ui/.classpath | 2 +- org.eclipse.mylyn.bugzilla.ui/.settings/org.eclipse.jdt.core.prefs | 4 ++-- org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'org.eclipse.mylyn.bugzilla.ui') diff --git a/org.eclipse.mylyn.bugzilla.ui/.classpath b/org.eclipse.mylyn.bugzilla.ui/.classpath index 8dae74326..c00bed3d2 100644 --- a/org.eclipse.mylyn.bugzilla.ui/.classpath +++ b/org.eclipse.mylyn.bugzilla.ui/.classpath @@ -8,7 +8,7 @@ - + diff --git a/org.eclipse.mylyn.bugzilla.ui/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.mylyn.bugzilla.ui/.settings/org.eclipse.jdt.core.prefs index 8e95137ad..e958f3a6d 100644 --- a/org.eclipse.mylyn.bugzilla.ui/.settings/org.eclipse.jdt.core.prefs +++ b/org.eclipse.mylyn.bugzilla.ui/.settings/org.eclipse.jdt.core.prefs @@ -9,9 +9,9 @@ org.eclipse.jdt.core.codeComplete.localSuffixes= org.eclipse.jdt.core.codeComplete.staticFieldPrefixes= org.eclipse.jdt.core.codeComplete.staticFieldSuffixes= 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.bugzilla.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF index 17c078754..ee9ab22db 100644 --- a/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF @@ -28,6 +28,6 @@ Export-Package: org.eclipse.mylyn.internal.bugzilla.ui;x-internal:=true, org.eclipse.mylyn.internal.bugzilla.ui.search;x-internal:=true, org.eclipse.mylyn.internal.bugzilla.ui.tasklist;x-internal:=true, org.eclipse.mylyn.internal.bugzilla.ui.wizard;x-internal:=true -Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ClassPath: . Bundle-Localization: plugin -- cgit v1.2.3