From c9d3c80a5ef56f5d3ed4b6b1cf59a5c4da573a9a Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Fri, 11 Oct 2024 23:26:43 +0200 Subject: [PATCH] [Oomph-Setup] Add equinox.core configuration setup And reference the new equinox.p2 configuration added in the eclipse-equinox/p2 repository. Additionally add a styled and drag&drop-able Oomph Configuration button to the main README. Part of https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2430 --- README.md | 5 +- .../org.eclipse.equinox.releng/Equinox.setup | 10 +++ .../EquinoxCoreConfiguration.setup | 88 +++++++++++++++++++ 3 files changed, 102 insertions(+), 1 deletion(-) create mode 100644 releng/org.eclipse.equinox.releng/EquinoxCoreConfiguration.setup diff --git a/README.md b/README.md index a388d7c4773..1d20192a77f 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ Equinox implements the follwoing specification with the given level of complianc - Asking questions and share ideas: https://github.com/eclipse-equinox/equinox/discussions # Contributing -[![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") For detailed information about development, testing and builds, see [CONTRIBUTING.md](CONTRIBUTING.md). + +[![Create Eclipse Development Environment for Equinox Core](https://download.eclipse.org/oomph/www/setups/svg/Equinox_Core.svg)]( +https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse-equinox/equinox/master/releng/org.eclipse.equinox.releng/EquinoxCoreConfiguration.setup&show=true +"Click to open Eclipse-Installer Auto Launch or drag into your running installer") diff --git a/releng/org.eclipse.equinox.releng/Equinox.setup b/releng/org.eclipse.equinox.releng/Equinox.setup index ebc9f44f97f..2f3b4410ba2 100644 --- a/releng/org.eclipse.equinox.releng/Equinox.setup +++ b/releng/org.eclipse.equinox.releng/Equinox.setup @@ -132,6 +132,11 @@ + + + + + + + + + + https://www.eclipse.org/equinox/images/logo_small.png + + + Equinox Core + + + + + + The Equinox Core installation provides the latest tools needed to work with the Eclipse Equinox's source code. + + + + + + + record + + + + + + + + + + + + + The Equinox Core workspace provides all the source code of the project. + + + <p> + The <code>Equinox Core</code> configuration provisions a dedicated development environment for the complete set of projects that comprise the core of Equinox, + i.e. the projects that are contained in the <a href="https://github.com/eclipse-equinox/equinox">equinox</a> repository. + </p> + <p> + The installation is based on the latest successful integration build of the <code>Eclipse Platform SDK</code>, + the PDE target platform, like the installation, is also based on the latest integration build, + and the API baseline is based on the most recent release. + <p> + </p> + Please <a href="https://wiki.eclipse.org/Eclipse_Platform_SDK_Provisioning">read the tutorial instructions</a> for more details. + </p> + +