From ce18a162a7af542ea96ed8f3e191bd151b969085 Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Sat, 12 Oct 2024 11:16:16 +0200 Subject: [PATCH] Add Oomph Setup buttons for Equinox and P2 to organisation README.md And add P2 configuration in CONTRIBUTING.md Part of https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2430 --- CONTRIBUTING.md | 8 +++++++- profile/README.md | 8 ++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 34d1c50..90dbf7c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,13 @@ To create commits it is recommended to add ssh public keys to github account. Th ### Create an Eclipse Development Environment -[![Create Eclipse Development Environment for Equinox](https://download.eclipse.org/oomph/www/setups/svg/Equinox.svg)](https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse-equinox/equinox/master/releng/org.eclipse.equinox.releng/EquinoxConfiguration.setup&show=true "Click to open Eclipse-Installer Auto Launch or drag onto your running installer's title area") +[![Create Eclipse Development Environment for Equinox](https://download.eclipse.org/oomph/www/setups/svg/Equinox.svg)]( +https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse-equinox/equinox/master/releng/org.eclipse.equinox.releng/EquinoxConfiguration.setup&show=true +"Click to open Eclipse-Installer Auto Launch or drag into your running installer") + +[![Create Eclipse Development Environment for Equinox P2](https://download.eclipse.org/oomph/www/setups/svg/P2.svg)]( +https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse-equinox/p2/master/releng/org.eclipse.equinox.p2.setup/EquinoxP2Configuration.setup&show=true +"Click to open Eclipse-Installer Auto Launch or drag into your running installer") ### Recommended workflow diff --git a/profile/README.md b/profile/README.md index 358e304..0942668 100644 --- a/profile/README.md +++ b/profile/README.md @@ -23,3 +23,11 @@ The Eclipse Equinox project is split into multiple Git repositories, which are a [Contributions are always welcome!](https://github.com/eclipse-equinox/.github/blob/main/CONTRIBUTING.md) Please bear in mind that this project is almost entirely developed by volunteers. If you do not provide the implementation yourself (or sponsor someone to do it for you), the bug might never get fixed. If it is a serious bug, other people than you might care enough to provide a fix. + +[![Create Eclipse Development Environment for Equinox](https://download.eclipse.org/oomph/www/setups/svg/Equinox.svg)]( +https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse-equinox/equinox/master/releng/org.eclipse.equinox.releng/EquinoxConfiguration.setup&show=true +"Click to open Eclipse-Installer Auto Launch or drag into your running installer") + +[![Create Eclipse Development Environment for Equinox P2](https://download.eclipse.org/oomph/www/setups/svg/P2.svg)]( +https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse-equinox/p2/master/releng/org.eclipse.equinox.p2.setup/EquinoxP2Configuration.setup&show=true +"Click to open Eclipse-Installer Auto Launch or drag into your running installer")