diff options
Diffstat (limited to 'java/eclipse/files/patch-eclipse-platform-parent')
-rw-r--r-- | java/eclipse/files/patch-eclipse-platform-parent | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/java/eclipse/files/patch-eclipse-platform-parent b/java/eclipse/files/patch-eclipse-platform-parent deleted file mode 100644 index ee6b0852f552..000000000000 --- a/java/eclipse/files/patch-eclipse-platform-parent +++ /dev/null @@ -1,52 +0,0 @@ -diff -ru eclipse-platform-parent/pom.xml eclipse-platform-parent/pom.xml ---- eclipse-platform-parent/pom.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse-platform-parent/pom.xml 0000-00-00 00:00:00.000000000 +0000 -@@ -77,9 +77,9 @@ - 'eclipiserun-repo' repository, such as for computing .api-descriptions and - generating API Tools reports. - --> -- <eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.24-I-builds/</eclipserun-repo> -+ <eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.24/</eclipserun-repo> - -- <comparator.repo>https://download.eclipse.org/eclipse/updates/4.24-I-builds</comparator.repo> -+ <comparator.repo>https://download.eclipse.org/eclipse/updates/4.24</comparator.repo> - - <!-- only used when Tycho snapshot repo is enabled in <pluginRepositories> further down --> - <tycho-snapshot-repo.url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</tycho-snapshot-repo.url> -@@ -253,17 +253,22 @@ - </target> - <environments> - <environment> -- <os>linux</os> -+ <os>freebsd</os> - <ws>gtk</ws> -- <arch>x86_64</arch> -+ <arch>amd64</arch> - </environment> - <environment> -- <os>linux</os> -+ <os>freebsd</os> - <ws>gtk</ws> -- <arch>ppc64le</arch> -+ <arch>powerpc64</arch> - </environment> -+ <environment> -+ <os>freebsd</os> -+ <ws>gtk</ws> -+ <arch>powerpc64le</arch> -+ </environment> - <environment> -- <os>linux</os> -+ <os>freebsd</os> - <ws>gtk</ws> - <arch>aarch64</arch> - </environment> -@@ -625,7 +630,7 @@ - For maintenance streams should always be "M-builds". - Ideally, this value would be provided by the environment, see bug 489789. - --> -- <eclipse-p2-repo.url>https://download.eclipse.org/eclipse/updates/4.24-I-builds</eclipse-p2-repo.url> -+ <eclipse-p2-repo.url>https://download.eclipse.org/eclipse/updates/4.24</eclipse-p2-repo.url> - </properties> - <repositories> - <repository> |