diff options
| author | Vikas Chandra | 2019-06-28 10:11:54 +0000 |
|---|---|---|
| committer | Vikas Chandra | 2019-06-28 10:11:54 +0000 |
| commit | 513b459b82e4aa30a430ecc8255122e3b375bba6 (patch) | |
| tree | 62d6480c89f7082cc530d8e1fabc5eb806dd6202 | |
| parent | 50aae223ba6e9a65e96e51619c9d3714abbe4bb9 (diff) | |
| download | eclipse.pde.build-513b459b82e4aa30a430ecc8255122e3b375bba6.tar.gz eclipse.pde.build-513b459b82e4aa30a430ecc8255122e3b375bba6.tar.xz eclipse.pde.build-513b459b82e4aa30a430ecc8255122e3b375bba6.zip | |
Bug 548742 - Export of plugin as Deployable plugin/Fragment fails withY20190715-0900Y20190711-2335Y20190711-0900Y20190708-0900Y20190705-0620Y20190704-0900Y20190701-0635Y20190628-1440
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.java | 2 |
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; |
