From a205d515a5046498655ce72f86a6abee5fcef24f Mon Sep 17 00:00:00 2001 From: lehtonen Date: Sat, 9 Jan 2016 13:09:21 +0000 Subject: [PATCH] Switched all Simantics plug-ins to require JavaSE-1.8 and to be compiled as 1.8 code. At the same time, fixed any non-compiling pieces of code that resulted from the switch. refs #6240 git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@32238 ac1ea38d-2e2b-0410-8846-a27921b304fc --- org.simantics.objmap2/.classpath | 2 +- org.simantics.objmap2/.settings/org.eclipse.jdt.core.prefs | 7 +++---- org.simantics.objmap2/META-INF/MANIFEST.MF | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/org.simantics.objmap2/.classpath b/org.simantics.objmap2/.classpath index 8a8f1668..b862a296 100644 --- a/org.simantics.objmap2/.classpath +++ b/org.simantics.objmap2/.classpath @@ -1,6 +1,6 @@ - + diff --git a/org.simantics.objmap2/.settings/org.eclipse.jdt.core.prefs b/org.simantics.objmap2/.settings/org.eclipse.jdt.core.prefs index 7eb740e9..295926d9 100644 --- a/org.simantics.objmap2/.settings/org.eclipse.jdt.core.prefs +++ b/org.simantics.objmap2/.settings/org.eclipse.jdt.core.prefs @@ -1,8 +1,7 @@ -#Tue Jan 24 15:35:47 EET 2012 eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 -org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.6 +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/org.simantics.objmap2/META-INF/MANIFEST.MF b/org.simantics.objmap2/META-INF/MANIFEST.MF index 521cdd41..59ec5b1e 100644 --- a/org.simantics.objmap2/META-INF/MANIFEST.MF +++ b/org.simantics.objmap2/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Objmap2 Bundle-SymbolicName: org.simantics.objmap2 Bundle-Version: 1.0.0.qualifier -Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.simantics.db;bundle-version="1.1.0", gnu.trove3;bundle-version="3.0.0", org.eclipse.core.runtime;bundle-version="3.7.0", -- 2.45.2