From 6887f610f97333ec15451d5ed762504bfa91a997 Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Sun, 6 Oct 2024 23:52:22 +0200 Subject: [PATCH] [Oomph-Setup] Add eclipse.platform configuration setup Additionally add a styled and drag&drop-able Oomph Configuration button. Part of https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2430 --- README.md | 5 +- releng/org.eclipse.platform.setup/.project | 11 +++ .../org.eclipse.core.resources.prefs | 2 + .../PlatformConfiguration.setup | 86 +++++++++++++++++++ 4 files changed, 103 insertions(+), 1 deletion(-) create mode 100644 releng/org.eclipse.platform.setup/.project create mode 100644 releng/org.eclipse.platform.setup/.settings/org.eclipse.core.resources.prefs create mode 100644 releng/org.eclipse.platform.setup/PlatformConfiguration.setup diff --git a/README.md b/README.md index a874cfd52d5..02f765b055c 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,11 @@ Update provides Java interfaces like `IPlatformConfiguration`. `IPlatformConfigu Contributions are most welcome. There are many ways to contribute, from entering high quality bug reports, to contributing code or documentation changes. -For a complete guide, see the https://github.com/eclipse-platform/.github/blob/main/CONTRIBUTING.md. +For a complete guide, see the [CONTRIBUTING](https://github.com/eclipse-platform/.github/blob/main/CONTRIBUTING.md) page. +[![Create Eclipse Development Environment for Eclipse Platform](https://download.eclipse.org/oomph/www/setups/svg/Eclipse_Platform.svg)]( +https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse-platform/eclipse.platform/master/releng/org.eclipse.platform.setup/PlatformConfiguration.setup&show=true +"Click to open Eclipse-Installer Auto Launch or drag into your running installer") ## Issue Tracking diff --git a/releng/org.eclipse.platform.setup/.project b/releng/org.eclipse.platform.setup/.project new file mode 100644 index 00000000000..cf4dead247b --- /dev/null +++ b/releng/org.eclipse.platform.setup/.project @@ -0,0 +1,11 @@ + + + org.eclipse.platform.setup + + + + + + + + diff --git a/releng/org.eclipse.platform.setup/.settings/org.eclipse.core.resources.prefs b/releng/org.eclipse.platform.setup/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 00000000000..99f26c0203a --- /dev/null +++ b/releng/org.eclipse.platform.setup/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/releng/org.eclipse.platform.setup/PlatformConfiguration.setup b/releng/org.eclipse.platform.setup/PlatformConfiguration.setup new file mode 100644 index 00000000000..0ea901cfa0b --- /dev/null +++ b/releng/org.eclipse.platform.setup/PlatformConfiguration.setup @@ -0,0 +1,86 @@ + + + + + https://www.eclipse.org/downloads/images/committers.png + + + Eclipse Platform + + + + + + The Eclipse Platform installation provides the latest tools needed to work with the project's source code. + + + + + + + record + + + + + + + + + + + + The Eclipse Platform workspace provides all the source code of the project. + + + <p> + The <code>Eclipse Platform</code> configuration provisions a dedicated development environment for the complete set of projects that comprise the core of the Eclipse Platform, + i.e. the projects that are contained in the <a href="https://github.com/eclipse-platform/eclipse.platform">eclipse.platform</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> + +