Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2019-06-28 10:11:54 +0000
committerVikas Chandra2019-06-28 10:11:54 +0000
commit513b459b82e4aa30a430ecc8255122e3b375bba6 (patch)
tree62d6480c89f7082cc530d8e1fabc5eb806dd6202
parent50aae223ba6e9a65e96e51619c9d3714abbe4bb9 (diff)
downloadeclipse.pde.build-513b459b82e4aa30a430ecc8255122e3b375bba6.tar.gz
eclipse.pde.build-513b459b82e4aa30a430ecc8255122e3b375bba6.tar.xz
eclipse.pde.build-513b459b82e4aa30a430ecc8255122e3b375bba6.zip
Java 13 Change-Id: I96db1eb2739781e7173dabff46c5f00a6b78cf15 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 9ee1a8b7..54c98102 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 = 12;
+ private static int LAST_SUPPORTED_JDK = 13;
private StateObjectFactory factory;
protected State state;
private long id;

Back to the top