Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjay2018-08-07 10:28:45 +0000
committerSravan Kumar Lakkimsetti2018-08-09 11:45:10 +0000
commit51b79934717f1c15d39885dcb610a2a2d532e2bd (patch)
tree6ca883f833580a84e1ac87a1dad7520693c6d26d /eclipse-platform-parent/pom.xml
parent0acad17114c71afdd361b9f51ea64c04ef2c4071 (diff)
downloadeclipse.platform.releng.aggregator-51b79934717f1c15d39885dcb610a2a2d532e2bd.tar.gz
eclipse.platform.releng.aggregator-51b79934717f1c15d39885dcb610a2a2d532e2bd.tar.xz
eclipse.platform.releng.aggregator-51b79934717f1c15d39885dcb610a2a2d532e2bd.zip
Bug 537753: Include PDE in Java 11 Patch build
Change-Id: Icb764c27627dd85da1108c96cbcc35f241e5be8b Signed-off-by: jay <jarthana@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 5c768f0d4..6bf896099 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -617,6 +617,7 @@
<qualifier.format>'v'yyyyMMdd-HHmm'_BETA_JAVA11'</qualifier.format>
<featureToPatch>org.eclipse.jdt</featureToPatch>
+ <featureToPatchPDE>org.eclipse.pde</featureToPatchPDE>
<!--
For future versions, in addition to changing this value of "featureToPatchVersion",
@@ -632,16 +633,18 @@
https://wiki.eclipse.org/Java11
-->
<!-- This needs the version of the feature to be patched. -->
- <featureToPatchVersion>3.15.0.v20180725-2000</featureToPatchVersion>
+ <featureToPatchVersion>3.15.0.v20180808-2000</featureToPatchVersion>
+ <featureToPatchVersionPDE>3.13.200.v20180808-2000</featureToPatchVersionPDE>
<!-- Can specify an exact range here, or something of a loose range, depending on what's needed. -->
- <versionRangeForPatch>[3.15.0.v20180725-2000,3.16.0.v20190724-2000)</versionRangeForPatch>
+ <versionRangeForPatch>[3.15.0.v20180808-2000,3.16.0.v20190724-2000)</versionRangeForPatch>
+ <versionRangeForPatchPDE>[3.13.200.v20180808-2000,3.16.0.v20190724-2000)</versionRangeForPatchPDE>
<!-- Comment this line when a patch is required on top of I-build -->
<!--comparator.repo>http://download.eclipse.org/eclipse/updates/4.7-M-builds</comparator.repo-->
</properties>
<repositories>
<repository>
<id>eclipse-p2-repo-java11patch49</id>
- <url>http://download.eclipse.org/eclipse/updates/4.9-I-builds/</url>
+ <url>http://download.eclipse.org/eclipse/updates/4.9-I-builds</url>
<layout>p2</layout>
</repository>
</repositories>

Back to the top