Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2020-10-29 12:05:58 +0000
committerVikas Chandra2020-10-29 12:05:58 +0000
commit13712e63d030b9176b698c197b8eaefe8da36c3b (patch)
tree6ac8be554df5afb7cdca26957ef7a34a6f579ed3
parentf5c1169d719689a31c7c6848d0323d5302124697 (diff)
downloadeclipse.pde.build-13712e63d030b9176b698c197b8eaefe8da36c3b.tar.gz
eclipse.pde.build-13712e63d030b9176b698c197b8eaefe8da36c3b.tar.xz
eclipse.pde.build-13712e63d030b9176b698c197b8eaefe8da36c3b.zip
Java16 Change-Id: I8c02ec6ddafe476cf74a5d72dcbdaf7cbe05859f Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
-rw-r--r--org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PDEState.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PDEState.java b/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PDEState.java
index f6b29d7c..45e72145 100644
--- a/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PDEState.java
+++ b/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PDEState.java
@@ -31,7 +31,7 @@ import org.osgi.framework.*;
// This class provides a higher level API on the state
public class PDEState implements IPDEBuildConstants, IBuildPropertiesConstants {
private static final String[] MANIFEST_ENTRIES = {Constants.BUNDLE_LOCALIZATION, Constants.BUNDLE_NAME, Constants.BUNDLE_VENDOR, ECLIPSE_BUNDLE_SHAPE, ECLIPSE_SOURCE_BUNDLE, ECLIPSE_SOURCE_REF};
- private static int LAST_SUPPORTED_JDK = 15;
+ private static int LAST_SUPPORTED_JDK = 16;
private StateObjectFactory factory;
protected State state;
private long id;

Back to the top