File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<classpath >
3
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11" />
4
+ <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
3
5
<classpathentry kind =" src" path =" src/main/java" />
4
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5" />
5
6
<classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" />
6
- <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
7
7
<classpathentry kind =" output" path =" target/classes" />
8
8
</classpath >
Original file line number Diff line number Diff line change 1
1
eclipse.preferences.version =1
2
- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
3
- org.eclipse.jdt.core.compiler.compliance =1.5
2
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =11
3
+ org.eclipse.jdt.core.compiler.compliance =11
4
+ org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
4
5
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
6
+ org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
5
7
org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
6
- org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =ignore
7
- org.eclipse.jdt.core.compiler.release =disabled
8
- org.eclipse.jdt.core.compiler.source =1.5
8
+ org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
9
+ org.eclipse.jdt.core.compiler.release =enabled
10
+ org.eclipse.jdt.core.compiler.source =11
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
12
12
* Added ` opAccess ` statistic to cache statistics.
13
13
* Added functionality to reset statistics.
14
14
* Removed ` MicroFactory ` , ` UberMicroFactory ` , ` TypedBDDFactory ` and ` TestBDDFactory ` .
15
+ * Upgrade to Java 11. Java 11 is now required to use this library.
15
16
16
17
## [ 1.0.1] - 2020-03-17
17
18
* Updated SCM URL for proper Maven Central metadata.
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ Bundle-Name: JavaBDD
4
4
Bundle-SymbolicName : com.github.javabdd
5
5
Bundle-Version : 2.0.0.qualifier
6
6
Export-Package : com.github.javabdd
7
- Bundle-RequiredExecutionEnvironment : J2SE-1.5
7
+ Bundle-RequiredExecutionEnvironment : JavaSE-11
8
8
Automatic-Module-Name : com.github.javabdd
You can’t perform that action at this time.
0 commit comments