From 0f1a0d4349f11782c6261f995625c0a4d4f30243 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Thu, 16 Mar 2023 20:17:26 +0100 Subject: [PATCH] added target definitions for e4.28 and removed those for e4.25 --- .../common/html/nightly-distributions.html | 16 +- .../.project | 17 -- .../category.xml | 6 +- .../entitlements.plist | 0 .../macos-notarize.sh | 0 .../org.springframework.boot.ide.product | 22 +- .../p2.inf | 0 .../pom.xml | 57 ++--- ...ool-suite-4-dmg-config-e4.28-aarch64.json} | 0 ...ng-tool-suite-4-dmg-config-e4.28-x86.json} | 0 eclipse-distribution/pom.xml | 196 +++++++++--------- eclipse-language-servers/pom.xml | 102 ++++----- 12 files changed, 204 insertions(+), 212 deletions(-) delete mode 100644 eclipse-distribution/org.springframework.boot.ide.product.e418/.project rename eclipse-distribution/{org.springframework.boot.ide.product.e424 => org.springframework.boot.ide.product.e428}/category.xml (97%) rename eclipse-distribution/{org.springframework.boot.ide.product.e424 => org.springframework.boot.ide.product.e428}/entitlements.plist (100%) rename eclipse-distribution/{org.springframework.boot.ide.product.e424 => org.springframework.boot.ide.product.e428}/macos-notarize.sh (100%) rename eclipse-distribution/{org.springframework.boot.ide.product.e424 => org.springframework.boot.ide.product.e428}/org.springframework.boot.ide.product (85%) rename eclipse-distribution/{org.springframework.boot.ide.product.e424 => org.springframework.boot.ide.product.e428}/p2.inf (100%) rename eclipse-distribution/{org.springframework.boot.ide.product.e424 => org.springframework.boot.ide.product.e428}/pom.xml (94%) rename eclipse-distribution/{org.springframework.boot.ide.product.e424/spring-tool-suite-4-dmg-config-e4.24-aarch64.json => org.springframework.boot.ide.product.e428/spring-tool-suite-4-dmg-config-e4.28-aarch64.json} (100%) rename eclipse-distribution/{org.springframework.boot.ide.product.e424/spring-tool-suite-4-dmg-config-e4.24-x86.json => org.springframework.boot.ide.product.e428/spring-tool-suite-4-dmg-config-e4.28-x86.json} (100%) diff --git a/eclipse-distribution/common/html/nightly-distributions.html b/eclipse-distribution/common/html/nightly-distributions.html index ce1ee165f..80e422d77 100644 --- a/eclipse-distribution/common/html/nightly-distributions.html +++ b/eclipse-distribution/common/html/nightly-distributions.html @@ -23,9 +23,9 @@

STS4 Distribution:

@@ -40,7 +40,13 @@

Eclipse-based Distribution Builds

-

Spring Tool Suite 4 - based on Eclipse 2023-03 Milestone Builds (4.27.0)

+

Spring Tool Suite 4 - based on Eclipse 2023-06 Milestone Builds (4.28.0)

+
+ + +

Spring Tool Suite 4 - based on Eclipse 2023-03 Release (4.27.0)

-

Spring Tool Suite 4 - based on Eclipse 2022-09 Release (4.25.0)

-
- -

Spring Tools 4 - Visual Studio Code Extensions

diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e418/.project b/eclipse-distribution/org.springframework.boot.ide.product.e418/.project deleted file mode 100644 index c44e92d12..000000000 --- a/eclipse-distribution/org.springframework.boot.ide.product.e418/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - org.springframework.boot.ide.product.e418 - - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.m2e.core.maven2Nature - - diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e424/category.xml b/eclipse-distribution/org.springframework.boot.ide.product.e428/category.xml similarity index 97% rename from eclipse-distribution/org.springframework.boot.ide.product.e424/category.xml rename to eclipse-distribution/org.springframework.boot.ide.product.e428/category.xml index c0fae1bc5..25fb21d60 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e424/category.xml +++ b/eclipse-distribution/org.springframework.boot.ide.product.e428/category.xml @@ -95,7 +95,8 @@ ---> +--> + @@ -140,9 +141,12 @@ + + + diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e424/entitlements.plist b/eclipse-distribution/org.springframework.boot.ide.product.e428/entitlements.plist similarity index 100% rename from eclipse-distribution/org.springframework.boot.ide.product.e424/entitlements.plist rename to eclipse-distribution/org.springframework.boot.ide.product.e428/entitlements.plist diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e424/macos-notarize.sh b/eclipse-distribution/org.springframework.boot.ide.product.e428/macos-notarize.sh similarity index 100% rename from eclipse-distribution/org.springframework.boot.ide.product.e424/macos-notarize.sh rename to eclipse-distribution/org.springframework.boot.ide.product.e428/macos-notarize.sh diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e424/org.springframework.boot.ide.product b/eclipse-distribution/org.springframework.boot.ide.product.e428/org.springframework.boot.ide.product similarity index 85% rename from eclipse-distribution/org.springframework.boot.ide.product.e424/org.springframework.boot.ide.product rename to eclipse-distribution/org.springframework.boot.ide.product.e428/org.springframework.boot.ide.product index 7582425a8..2eb1fe73e 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e424/org.springframework.boot.ide.product +++ b/eclipse-distribution/org.springframework.boot.ide.product.e428/org.springframework.boot.ide.product @@ -11,6 +11,7 @@ -Dosgi.requiredJavaVersion=17 -Dosgi.dataAreaRequiresExplicitInit=true +-Dsun.java.command=SpringToolSuite4 -Xms256m -Xmx2048m --illegal-access=permit @@ -58,6 +59,7 @@ + @@ -69,7 +71,7 @@ - + @@ -92,14 +94,14 @@ - - - + + + - - + + - + @@ -111,9 +113,9 @@ - - - + + + diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e424/p2.inf b/eclipse-distribution/org.springframework.boot.ide.product.e428/p2.inf similarity index 100% rename from eclipse-distribution/org.springframework.boot.ide.product.e424/p2.inf rename to eclipse-distribution/org.springframework.boot.ide.product.e428/p2.inf diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e424/pom.xml b/eclipse-distribution/org.springframework.boot.ide.product.e428/pom.xml similarity index 94% rename from eclipse-distribution/org.springframework.boot.ide.product.e424/pom.xml rename to eclipse-distribution/org.springframework.boot.ide.product.e428/pom.xml index fc26eaa3b..a64e30845 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e424/pom.xml +++ b/eclipse-distribution/org.springframework.boot.ide.product.e428/pom.xml @@ -495,20 +495,23 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -526,17 +529,17 @@ - + - + - + - + - + - + @@ -546,15 +549,19 @@ + + + + @@ -563,16 +570,16 @@ - + - + - + - + @@ -632,7 +639,7 @@ - + @@ -665,7 +672,7 @@ - + @@ -726,4 +733,4 @@ --> - + \ No newline at end of file diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e424/spring-tool-suite-4-dmg-config-e4.24-aarch64.json b/eclipse-distribution/org.springframework.boot.ide.product.e428/spring-tool-suite-4-dmg-config-e4.28-aarch64.json similarity index 100% rename from eclipse-distribution/org.springframework.boot.ide.product.e424/spring-tool-suite-4-dmg-config-e4.24-aarch64.json rename to eclipse-distribution/org.springframework.boot.ide.product.e428/spring-tool-suite-4-dmg-config-e4.28-aarch64.json diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e424/spring-tool-suite-4-dmg-config-e4.24-x86.json b/eclipse-distribution/org.springframework.boot.ide.product.e428/spring-tool-suite-4-dmg-config-e4.28-x86.json similarity index 100% rename from eclipse-distribution/org.springframework.boot.ide.product.e424/spring-tool-suite-4-dmg-config-e4.24-x86.json rename to eclipse-distribution/org.springframework.boot.ide.product.e428/spring-tool-suite-4-dmg-config-e4.28-x86.json diff --git a/eclipse-distribution/pom.xml b/eclipse-distribution/pom.xml index 8e7339ad3..2eca4be27 100644 --- a/eclipse-distribution/pom.xml +++ b/eclipse-distribution/pom.xml @@ -135,109 +135,6 @@ - - e424 - - e4.24.0 - e4.24 - 2022-06 - 2022-06 (4.24) - 2022-06 - 4.24 - e424 - - - - 2022-06 - p2 - https://download.eclipse.org/releases/2022-06/ - - - orbit - p2 - https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository - - - m2e - p2 - https://download.eclipse.org/technology/m2e/releases/1.20.1/ - - - latest-m2e-wtp-release - p2 - https://download.eclipse.org/m2e-wtp/releases/1.4/ - - - maven-extras-mirror - p2 - https://download.springsource.com/release/TOOLS/third-party/m2e-sts310-signed/ - - - maven-egit - p2 - https://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-egit/0.15.1/N/LATEST - - - maven-wro4j - p2 - https://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-wro4j/1.1.0-2014-06-25_06-16-31-H26/ - - - m2e-chromatic - p2 - https://sidespin.github.io/m2e-chromatic/update/ - - - maven-dependency-support - p2 - https://ianbrandt.github.io/m2e-maven-dependency-plugin/ - - - ansi-console - p2 - https://www.mihai-nita.net/eclipse - - - mylyn-markdown - p2 - https://download.eclipse.org/mylyn/docs/releases/3.0.45/ - - - wildwebdeveloper - p2 - https://download.eclipse.org/wildwebdeveloper/releases/0.13.6/ - - - lsp4e - p2 - https://download.eclipse.org/lsp4e/releases/0.21.0/ - - - - tm4e-snapshots - p2 - https://download.eclipse.org/tm4e/releases/0.6.2/ - - - - - - - - org.springframework.boot.ide.product.e424 - - - - e425 @@ -517,6 +414,99 @@ + + e428 + + e4.28.0 + e4.28 + 2023-06 + 2023-06 (4.28) + 2023-06 + 4.28 + e428 + + + + 2023-06 + p2 + https://download.eclipse.org/staging/2023-06/ + + + orbit + p2 + https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository + + + m2e + p2 + https://download.eclipse.org/technology/m2e/releases/latest/ + + + latest-m2e-wtp-release + p2 + https://download.eclipse.org/m2e-wtp/releases/latest/ + + + maven-extras-mirror + p2 + https://download.springsource.com/release/TOOLS/third-party/m2e-sts310-signed/ + + + maven-egit + p2 + https://github.com/tesla/m2eclipse-egit/releases/download/0.17.0/ + + + maven-wro4j + p2 + https://github.com/jbosstools/m2e-wro4j/releases/download/1.2.1/ + + + maven-dependency-support + p2 + https://ianbrandt.github.io/m2e-maven-dependency-plugin/ + + + mylyn-markdown + p2 + https://download.eclipse.org/mylyn/docs/releases/3.0.45/ + + + wildwebdeveloper + p2 + https://download.eclipse.org/wildwebdeveloper/releases/latest/ + + + lsp4e + p2 + + https://download.eclipse.org/lsp4e/snapshots/ + + + tm4e-snapshots + p2 + + https://download.eclipse.org/tm4e/snapshots/ + + + + + + + org.springframework.boot.ide.product.e428 + + + + bamboo-signing diff --git a/eclipse-language-servers/pom.xml b/eclipse-language-servers/pom.xml index 4508a73eb..d6841670a 100644 --- a/eclipse-language-servers/pom.xml +++ b/eclipse-language-servers/pom.xml @@ -126,53 +126,6 @@ - - e424 - - e4.24.0 - e4.24 - 2022-06 - 2022-06 (4.24) - 2022-06 - 4.24 - e424 - - - - 2022-06 - p2 - https://download.eclipse.org/releases/2022-06/ - - - orbit - p2 - https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository - - - mylyn-markdown - p2 - https://download.eclipse.org/mylyn/docs/releases/3.0.45/ - - - lsp4e - p2 - https://download.eclipse.org/lsp4e/releases/0.21.0/ - - - - tm4e - p2 - https://download.eclipse.org/tm4e/releases/0.6.2/ - - - - wwd - p2 - https://download.eclipse.org/wildwebdeveloper/releases/0.13.6/ - - - - e425 @@ -282,7 +235,60 @@ 2023-03 p2 - https://download.eclipse.org/staging/2023-03/ + https://download.eclipse.org/releases/2023-03/ + + + orbit + p2 + https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository + + + + mylyn-markdown + p2 + https://download.eclipse.org/mylyn/docs/releases/3.0.45/ + + + lsp4e + p2 + https://download.eclipse.org/lsp4e/releases/0.21.0/ + + + + tm4e + p2 + https://download.eclipse.org/tm4e/releases/0.6.2/ + + + + wwd + p2 + https://download.eclipse.org/wildwebdeveloper/releases/latest/ + + + + + + + e428 + + e4.28.0 + e4.28 + 2023-06 + 2023-06 (4.28) + 2023-06 + 4.28 + e428 + + + + 2023-06 + p2 + https://download.eclipse.org/staging/2023-06/ orbit