From d2d39fe4007b1ebf55572a8935974f4155e9f38d Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Thu, 27 May 2021 18:10:27 +0200 Subject: [PATCH] change the way the jre feature is installed to exclude it from the repo and to allow for platform-specific installs --- .../org.springframework.boot.ide.product | 2 +- .../pom.xml | 107 ++++++++++++++++++ 2 files changed, 108 insertions(+), 1 deletion(-) diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e420/org.springframework.boot.ide.product b/eclipse-distribution/org.springframework.boot.ide.product.e420/org.springframework.boot.ide.product index 0d785c948..f3c19faee 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e420/org.springframework.boot.ide.product +++ b/eclipse-distribution/org.springframework.boot.ide.product.e420/org.springframework.boot.ide.product @@ -114,7 +114,7 @@ - + diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e420/pom.xml b/eclipse-distribution/org.springframework.boot.ide.product.e420/pom.xml index 74ec6931a..3be2c6b26 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e420/pom.xml +++ b/eclipse-distribution/org.springframework.boot.ide.product.e420/pom.xml @@ -98,6 +98,113 @@ + + + org.eclipse.tycho.extras + tycho-eclipserun-plugin + ${tycho-version} + + + + 2021-06 + p2 + https://download.eclipse.org/releases/2021-06 + + + -Declipse.p2.mirrors=false + + + org.eclipse.pde.api.tools + eclipse-plugin + + + org.eclipse.pde.build + eclipse-plugin + + + org.eclipse.pde.core + eclipse-plugin + + + org.eclipse.equinox.launcher + eclipse-plugin + + + org.eclipse.osgi.compatibility.state + eclipse-plugin + + + javax.annotation + eclipse-plugin + + + org.eclipse.equinox.p2.transport.ecf + eclipse-plugin + + + org.eclipse.equinox.p2.repository + eclipse-plugin + + + org.eclipse.equinox.p2.touchpoint.natives + eclipse-plugin + + + org.eclipse.equinox.p2.touchpoint.eclipse + eclipse-plugin + + + org.eclipse.equinox.p2.artifact.repository + + eclipse-plugin + + + org.eclipse.equinox.p2.director.app + eclipse-plugin + + + org.eclipse.equinox.ds + eclipse-plugin + + + org.eclipse.core.net + eclipse-plugin + + + + + + macos-x86_64 + package + + eclipse-run + + + -consoleLog -application org.eclipse.equinox.p2.director -nosplash -destination ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/macosx/cocoa/x86_64/SpringToolSuite4.app -repository https://download.eclipse.org/justj/jres/15/updates/release/latest/ -installIUs org.eclipse.justj.openjdk.hotspot.jre.full.feature.group + + + + windows-x86_64 + package + + eclipse-run + + + -consoleLog -application org.eclipse.equinox.p2.director -nosplash -destination ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/win32/win32/x86_64/sts-${unqualifiedVersion}.${p2.qualifier} -repository https://download.eclipse.org/justj/jres/15/updates/release/latest/ -installIUs org.eclipse.justj.openjdk.hotspot.jre.full.feature.group + + + + linux_x86_64 + package + + eclipse-run + + + -consoleLog -application org.eclipse.equinox.p2.director -nosplash -destination ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/linux/gtk/x86_64/sts-${unqualifiedVersion}.${p2.qualifier} -repository https://download.eclipse.org/justj/jres/15/updates/release/latest/ -installIUs org.eclipse.justj.openjdk.hotspot.jre.full.feature.group + + + + org.codehaus.mojo