diff options
author | Alexander Kurtakov | 2020-01-14 08:10:46 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2020-01-14 08:10:46 +0000 |
commit | f7e5b5c5f049d21216059b9c12090b2ed2a909e1 (patch) | |
tree | 2f4e33c8c18fc128bbad5068c70113e5a7b495bf /eclipse-platform-parent | |
parent | c11d541def63931815f8cdf510908ea66d048036 (diff) | |
download | eclipse.platform.releng.aggregator-f7e5b5c5f049d21216059b9c12090b2ed2a909e1.tar.gz eclipse.platform.releng.aggregator-f7e5b5c5f049d21216059b9c12090b2ed2a909e1.tar.xz eclipse.platform.releng.aggregator-f7e5b5c5f049d21216059b9c12090b2ed2a909e1.zip |
Bug 559140 - Remove java13patch413
Should have been removed long ago.
Change-Id: I7b9513726728dfa6a41e7a85b3c2bf89b99be563
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'eclipse-platform-parent')
-rw-r--r-- | eclipse-platform-parent/pom.xml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index 899a63e77..570376120 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -582,44 +582,6 @@ </pluginManagement> </build> <profiles> - <profile> - <id>java13patch413</id> - <properties> - <qualifier.format>'v'yyyyMMdd-HHmm'_BETA_JAVA13'</qualifier.format> - - <featureToPatch>org.eclipse.jdt</featureToPatch> - <featureToPatchPDE>org.eclipse.pde</featureToPatchPDE> - - <!-- - For future versions, in addition to changing this value of "featureToPatchVersion", - the same value needs to be edited in - .../java13patch413/org.eclipse.jdt.java13patch/feature.xml - and - .../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-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/Java13 - --> - <!-- This needs the version of the feature to be patched. --> - <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.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.13milestones/</comparator.repo> - </properties> - <repositories> - <repository> - <id>eclipse-p2-repo-java13patch413</id> - <url>https://download.eclipse.org/eclipse/updates/4.13milestones/</url> - <layout>p2</layout> - </repository> - </repositories> - </profile> <profile> <id>build-individual-bundles</id> <activation> |