diff options
author | Matthias Sohn | 2015-01-27 08:39:15 +0000 |
---|---|---|
committer | Matthias Sohn | 2015-02-10 15:31:55 +0000 |
commit | 7d3493e7c34575910021fcd803fad85925ba9598 (patch) | |
tree | b308be1ed64883fe369a0a9d938c2951d1b4157a /org.eclipse.mylyn.github.tests | |
parent | 6eb01317c0092c53b988d39763434377f5a1795b (diff) | |
download | egit-github-7d3493e7c34575910021fcd803fad85925ba9598.tar.gz egit-github-7d3493e7c34575910021fcd803fad85925ba9598.tar.xz egit-github-7d3493e7c34575910021fcd803fad85925ba9598.zip |
Set minimum required Java version to Java 7
Bug: 458476
Change-Id: I94fd45421295f0c72f8de541c18f0c8a49d2762c
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.tests')
-rw-r--r-- | org.eclipse.mylyn.github.tests/.classpath | 2 | ||||
-rw-r--r-- | org.eclipse.mylyn.github.tests/.settings/org.eclipse.jdt.core.prefs | 6 | ||||
-rw-r--r-- | org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.github.tests/.classpath b/org.eclipse.mylyn.github.tests/.classpath index 64c5e31b..098194ca 100644 --- a/org.eclipse.mylyn.github.tests/.classpath +++ b/org.eclipse.mylyn.github.tests/.classpath @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <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.7"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src"/> <classpathentry kind="output" path="bin"/> diff --git a/org.eclipse.mylyn.github.tests/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.mylyn.github.tests/.settings/org.eclipse.jdt.core.prefs index 593ea92a..6626108b 100644 --- a/org.eclipse.mylyn.github.tests/.settings/org.eclipse.jdt.core.prefs +++ b/org.eclipse.mylyn.github.tests/.settings/org.eclipse.jdt.core.prefs @@ -1,8 +1,8 @@ #Wed Feb 03 20:29:30 PST 2010 eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 -org.eclipse.jdt.core.compiler.compliance=1.5 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 +org.eclipse.jdt.core.compiler.compliance=1.7 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.5 +org.eclipse.jdt.core.compiler.source=1.7 diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF index d4b42c6f..4ed86028 100644 --- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Eclipse EGit Mylyn GitHub Tests Bundle-SymbolicName: org.eclipse.mylyn.github.tests Bundle-Version: 4.0.0.qualifier -Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Require-Bundle: org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)", org.eclipse.mylyn.tasks.ui;bundle-version="[3.2.0,4.0.0)", org.eclipse.mylyn.tasks.core, |