Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2019-03-01 06:25:38 +0000
committerJay Arthanareeswaran2019-03-01 07:44:31 +0000
commit7f50c6bea119a4cfa924c99e2718997069fb7109 (patch)
tree3e42452b67df638ce11c29b9802630df122c4ae3 /eclipse.platform.releng.tychoeclipsebuilder/java12patch411/org.eclipse.jdt.java12patch
parent17b8f830f6fe3c6ce4bef2e1089d58acc89cdb3c (diff)
downloadeclipse.platform.releng.aggregator-7f50c6bea119a4cfa924c99e2718997069fb7109.tar.gz
eclipse.platform.releng.aggregator-7f50c6bea119a4cfa924c99e2718997069fb7109.tar.xz
eclipse.platform.releng.aggregator-7f50c6bea119a4cfa924c99e2718997069fb7109.zip
Bug 544692 - [12] Create Patch (P) build support for Java 12
Include the newly modified PDE And JDE UI bundles Change-Id: I1d7a04444b6bdd5b7f5a90589fc1242aa3b59d41 Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/java12patch411/org.eclipse.jdt.java12patch')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/java12patch411/org.eclipse.jdt.java12patch/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java12patch411/org.eclipse.jdt.java12patch/feature.xml b/eclipse.platform.releng.tychoeclipsebuilder/java12patch411/org.eclipse.jdt.java12patch/feature.xml
index 3432de472..7abd76c93 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java12patch411/org.eclipse.jdt.java12patch/feature.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java12patch411/org.eclipse.jdt.java12patch/feature.xml
@@ -58,4 +58,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.jdt.junit.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top