Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2019-08-29 10:26:06 +0000
committerSarika Sinha2019-08-30 09:52:18 +0000
commitc530a24c9ede1c35bbd58409ce54ccf92d393c13 (patch)
tree035554ea1d5a0342a481a1f8d8cadf5489b4fada /eclipse-platform-parent/pom.xml
parent17942408ab06fc387506b50f5097c9b54ac32896 (diff)
downloadeclipse.platform.releng.aggregator-c530a24c9ede1c35bbd58409ce54ccf92d393c13.tar.gz
eclipse.platform.releng.aggregator-c530a24c9ede1c35bbd58409ce54ccf92d393c13.tar.xz
eclipse.platform.releng.aggregator-c530a24c9ede1c35bbd58409ce54ccf92d393c13.zip
Bug 547710 - [13] Create P build
Change-Id: Ib2027a344b093b8a06c84a8e563505747a55a5f5 Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 4f25af653..9f11871bc 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -584,9 +584,9 @@
</build>
<profiles>
<profile>
- <id>java12patch411</id>
+ <id>java13patch413</id>
<properties>
- <qualifier.format>'v'yyyyMMdd-HHmm'_BETA_JAVA12'</qualifier.format>
+ <qualifier.format>'v'yyyyMMdd-HHmm'_BETA_JAVA13'</qualifier.format>
<featureToPatch>org.eclipse.jdt</featureToPatch>
<featureToPatchPDE>org.eclipse.pde</featureToPatchPDE>
@@ -594,29 +594,29 @@
<!--
For future versions, in addition to changing this value of "featureToPatchVersion",
the same value needs to be edited in
- .../java12patch411/org.eclipse.jdt.java12patch/feature.xml
+ .../java13patch413/org.eclipse.jdt.java13patch/feature.xml
and
- .../java12patch411/org.eclipse.jdt-feature-dummy/feature.xml
+ .../java13patch413/org.eclipse.jdt-feature-dummy/feature.xml
and it of course, must "match" what ever version was produced by the build specified
- a few lines below, as the eclipse-p2-repo-java12patch411 p2 repository, as well as the lower
+ a few lines below, as the eclipse-p2-repo-java13patch413 p2 repository, as well as the lower
bound, in 'versionRangeForPatch'.
Also, when new patch created, should update the wiki at
- https://wiki.eclipse.org/Java12
+ https://wiki.eclipse.org/Java13
-->
<!-- This needs the version of the feature to be patched. -->
- <featureToPatchVersion>3.17.0.v20190307-0500</featureToPatchVersion>
- <featureToPatchVersionPDE>3.13.400.v20190307-0943</featureToPatchVersionPDE>
+ <featureToPatchVersion>3.18.100.v20190828-1800</featureToPatchVersion>
+ <featureToPatchVersionPDE>3.14.100.v20190828-1800</featureToPatchVersionPDE>
<!-- Can specify an exact range here, or something of a loose range, depending on what's needed. -->
- <versionRangeForPatch>[3.17.0.v20190307-0500,3.18.0.v20190724-2000)</versionRangeForPatch>
- <versionRangeForPatchPDE>[3.13.400.v20190307-0943,3.13.500.v20190724-2000)</versionRangeForPatchPDE>
+ <versionRangeForPatch>[3.18.100.v20190828-1800,3.19.0.v20191201-1800)</versionRangeForPatch>
+ <versionRangeForPatchPDE>[3.14.100.v20190828-1800,3.14.200.v20191201-1800)</versionRangeForPatchPDE>
<!-- Comment this line when a patch is required on top of I-build -->
- <comparator.repo>https://download.eclipse.org/eclipse/updates/4.11/R-4.11-201903070500/</comparator.repo>
+ <comparator.repo>https://download.eclipse.org/eclipse/updates/4.13milestones/S-4.13M3-201908211800/</comparator.repo>
</properties>
<repositories>
<repository>
- <id>eclipse-p2-repo-java12patch411</id>
- <url>https://download.eclipse.org/eclipse/updates/4.11/R-4.11-201903070500/</url>
+ <id>eclipse-p2-repo-java13patch413</id>
+ <url>https://download.eclipse.org/eclipse/updates/4.13milestones/S-4.13RC1-201908281800/</url>
<layout>p2</layout>
</repository>
</repositories>

Back to the top