Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/java12patch411/org.eclipse.jdt.java12patch/feature.xml7
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/java12patch411/org.eclipse.pde.java12patch/feature.xml6
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/java12patch411/pom.xml6
3 files changed, 17 insertions, 2 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>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java12patch411/org.eclipse.pde.java12patch/feature.xml b/eclipse.platform.releng.tychoeclipsebuilder/java12patch411/org.eclipse.pde.java12patch/feature.xml
index 3a9516b56..a62715e55 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java12patch411/org.eclipse.pde.java12patch/feature.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java12patch411/org.eclipse.pde.java12patch/feature.xml
@@ -29,5 +29,11 @@
install-size="0"
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.pde.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
</feature>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java12patch411/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/java12patch411/pom.xml
index 869250fb3..3a004fa96 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java12patch411/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java12patch411/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2016, 2017 Eclipse Foundation and others.
+ Copyright (c) 2016, 2019 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -43,7 +43,9 @@
<module>../../eclipse.jdt.debug/org.eclipse.jdt.launching</module>
<module>../../eclipse.jdt.ui/org.eclipse.jdt.core.manipulation</module>
<module>../../eclipse.jdt.ui/org.eclipse.jdt.ui</module>
- <module>../../eclipse.pde.ui/apitools/org.eclipse.pde.api.tools</module>
+ <module>../../eclipse.jdt.ui/org.eclipse.jdt.junit.core</module>
+ <module>../../eclipse.pde.ui/apitools/org.eclipse.pde.api.tools</module>
+ <module>../../eclipse.pde.ui/ui/org.eclipse.pde.ui</module>
<module>org.eclipse.jdt.java12patch</module>
<module>org.eclipse.pde.java12patch</module>
<module>eclipse.releng.repository.java12patch</module>

Back to the top