diff options
author | Alexander Kurtakov | 2018-05-29 16:23:21 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2018-05-29 16:52:31 +0000 |
commit | 1a90a86ea231d6bae22955c4b4ee4d1dc2fc835f (patch) | |
tree | 46374208f80de6de4317e10b99fe418550b656cc /eclipse-platform-parent/pom.xml | |
parent | dc0f7f3c9186a1b0c3a11a0a1eb50bcf48fecee3 (diff) | |
download | eclipse.platform.releng.aggregator-1a90a86ea231d6bae22955c4b4ee4d1dc2fc835f.tar.gz eclipse.platform.releng.aggregator-1a90a86ea231d6bae22955c4b4ee4d1dc2fc835f.tar.xz eclipse.platform.releng.aggregator-1a90a86ea231d6bae22955c4b4ee4d1dc2fc835f.zip |
Remove java10patch47 profile.
Change-Id: If0fb71617925ae9c86c30c837dce50bfd31c548f
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r-- | eclipse-platform-parent/pom.xml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index 0042d0c21..f8508eb96 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -610,41 +610,6 @@ </build> <profiles> <profile> - <id>java10patch47</id> - <properties> - <qualifier.format>'v'yyyyMMdd-HHmm'_BETA_JAVA10'</qualifier.format> - - <featureToPatch>org.eclipse.jdt</featureToPatch> - - <!-- - For future versions, in addition to changing this value of "featureToPatchVersion", - the same value needs to be edited in - .../java10patch47/org.eclipse.jdt.java10patch/feature.xml - and - .../java10patch47/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-java10patch47 p2 repository, as well as the lower - bound, in 'versionRangeForPatch'. - - Also, when new patch created, should update the wiki at - https://wiki.eclipse.org/Java10 - --> - <!-- This needs the version of the feature to be patched. --> - <featureToPatchVersion>3.13.3.v20180125-0335</featureToPatchVersion> - <!-- Can specify an exact range here, or something of a loose range, depending on what's needed. --> - <versionRangeForPatch>[3.13.3.v20180125-0335,3.13.3.v20190125-0335)</versionRangeForPatch> - <!-- 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-java10patch47</id> - <url>http://download.eclipse.org/eclipse/updates/4.7-M-builds</url> - <layout>p2</layout> - </repository> - </repositories> - </profile> - <profile> <id>build-individual-bundles</id> <activation> <property> |