Skip to content

Commit

Permalink
Bumps ummisco.gama.annotions to JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisDrogoul committed Sep 12, 2021
1 parent 2da8d79 commit 6e0de1b
Show file tree
Hide file tree
Showing 4 changed files with 265 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ummisco.gama.annotations/.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/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
Expand Down
2 changes: 1 addition & 1 deletion ummisco.gama.annotations/META-INF/MANIFEST.MF
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: Annotations shared by all GAMA plugins
Bundle-SymbolicName: ummisco.gama.annotations
Bundle-Version: 1.8.1.qualifier
Bundle-Vendor: UMMISCO
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-11
Export-Package: msi.gama.common.interfaces;uses:="msi.gama.precompiler",
msi.gama.precompiler,
msi.gama.precompiler.constants,
Expand Down
Expand Up @@ -20,6 +20,7 @@
import java.util.concurrent.ConcurrentHashMap;
import java.util.function.Function;
import java.util.function.Supplier;
import java.lang.StackWalker;

/**
* A simple and generic debugging/logging class that can be turned on / off on a class basis.
Expand Down

0 comments on commit 6e0de1b

Please sign in to comment.