1diff -ru eclipse-platform-parent/pom.xml eclipse-platform-parent/pom.xml 2--- eclipse-platform-parent/pom.xml 0000-00-00 00:00:00.000000000 +0000 3+++ eclipse-platform-parent/pom.xml 0000-00-00 00:00:00.000000000 +0000 4@@ -80,9 +80,9 @@ 5 'eclipiserun-repo' repository, such as for computing .api-descriptions and 6 generating API Tools reports. 7 --> 8- <eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.16-I-builds/</eclipserun-repo> 9+ <eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.16/</eclipserun-repo> 10 11- <comparator.repo>https://download.eclipse.org/eclipse/updates/4.16-I-builds</comparator.repo> 12+ <comparator.repo>https://download.eclipse.org/eclipse/updates/4.16</comparator.repo> 13 14 <!-- 15 NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file. 16@@ -254,14 +254,14 @@ 17 </target> 18 <environments> 19 <environment> 20- <os>linux</os> 21+ <os>freebsd</os> 22 <ws>gtk</ws> 23- <arch>x86_64</arch> 24+ <arch>amd64</arch> 25 </environment> 26 <environment> 27- <os>linux</os> 28+ <os>freebsd</os> 29 <ws>gtk</ws> 30- <arch>ppc64le</arch> 31+ <arch>powerpc64</arch> 32 </environment> 33 <environment> 34 <os>win32</os> 35@@ -626,7 +626,7 @@ 36 For maintenance streams should always be "M-builds". 37 Ideally, this value would be provided by the environment, see bug 489789. 38 --> 39- <eclipse-p2-repo.url>https://download.eclipse.org/eclipse/updates/4.16-I-builds</eclipse-p2-repo.url> 40+ <eclipse-p2-repo.url>https://download.eclipse.org/eclipse/updates/4.16</eclipse-p2-repo.url> 41 </properties> 42 <repositories> 43 <repository> 44