This commit is contained in:
aboyko
2022-06-21 15:51:38 -04:00
170 changed files with 1453 additions and 1174 deletions

View File

@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.springframework.ide.eclipse.editor.support
Bundle-Version: 4.15.1.qualifier
Bundle-Version: 4.15.2.qualifier
Bundle-Activator: org.springframework.ide.eclipse.editor.support.EditorSupportActivator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@
<feature
id="org.springframework.tooling.boot.ls.feature"
label="Spring Boot Language Server Feature"
version="4.15.1.qualifier"
version="4.15.2.qualifier"
provider-name="VMware, Inc.">
<description>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Spring Boot Language Server
Bundle-Vendor: VMware, Inc.
Bundle-SymbolicName: org.springframework.tooling.boot.ls;singleton:=true
Bundle-Version: 1.36.0.qualifier
Bundle-Version: 1.37.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.9.0",
org.eclipse.core.runtime;bundle-version="3.12.0",

View File

@@ -7,12 +7,12 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.springframework.tooling.boot.ls</artifactId>
<version>1.36.0-SNAPSHOT</version>
<version>1.37.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

View File

@@ -2,7 +2,7 @@
<feature
id="org.springframework.tooling.bosh.ls.feature"
label="BOSH Language Server Feature"
version="4.15.1.qualifier"
version="4.15.2.qualifier"
provider-name="VMware, Inc.">
<description>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: BOSH Manifest Language Server
Bundle-Vendor: VMware, Inc.
Bundle-SymbolicName: org.springframework.tooling.bosh.ls;singleton:=true
Bundle-Version: 1.36.0.qualifier
Bundle-Version: 1.37.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.9.0",
org.eclipse.core.runtime;bundle-version="3.12.0",

View File

@@ -7,12 +7,12 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.springframework.tooling.bosh.ls</artifactId>
<version>1.36.0-SNAPSHOT</version>
<version>1.37.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

View File

@@ -2,7 +2,7 @@
<feature
id="org.springframework.tooling.cloudfoundry.manifest.ls.feature"
label="%featureName"
version="4.15.1.qualifier"
version="4.15.2.qualifier"
provider-name="%providerName">
<description>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@
<feature
id="org.springframework.tooling.cloudfoundry.manifest.ls.integration.feature"
label="Cloud Foundry Manifest Language Server Generic Editor Integration Feature"
version="4.15.1.qualifier"
version="4.15.2.qualifier"
provider-name="VMware, Inc.">
<description>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Cloud Foundry Manifest Language Server Generic Editor Integration
Bundle-Vendor: VMware, Inc.
Bundle-SymbolicName: org.springframework.tooling.cloudfoundry.manifest.ls.integration;singleton:=true
Bundle-Version: 4.15.1.qualifier
Bundle-Version: 4.15.2.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.9.0",
org.eclipse.core.runtime;bundle-version="3.12.0",

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Cloud Foundry Manifest Language Server
Bundle-Vendor: VMware, Inc.
Bundle-SymbolicName: org.springframework.tooling.cloudfoundry.manifest.ls;singleton:=true
Bundle-Version: 1.36.0.qualifier
Bundle-Version: 1.37.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.8.0",
org.eclipse.core.runtime;bundle-version="3.12.0",

View File

@@ -7,12 +7,12 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.springframework.tooling.cloudfoundry.manifest.ls</artifactId>
<version>1.36.0-SNAPSHOT</version>
<version>1.37.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

View File

@@ -2,7 +2,7 @@
<feature
id="org.springframework.tooling.concourse.ls.feature"
label="Concourse Pipeline Language Server Feature"
version="4.15.1.qualifier"
version="4.15.2.qualifier"
provider-name="VMware, Inc.">
<description>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Concourse Pipeline Language Server
Bundle-Vendor: VMware, Inc.
Bundle-SymbolicName: org.springframework.tooling.concourse.ls;singleton:=true
Bundle-Version: 1.36.0.qualifier
Bundle-Version: 1.37.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.9.0",
org.eclipse.core.runtime;bundle-version="3.12.0",

View File

@@ -7,12 +7,12 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.springframework.tooling.concourse.ls</artifactId>
<version>1.36.0-SNAPSHOT</version>
<version>1.37.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse Language Server Commons
Bundle-SymbolicName: org.springframework.tooling.ls.eclipse.commons;singleton:=true
Bundle-Version: 4.15.1.qualifier
Bundle-Version: 4.15.2.qualifier
Bundle-Vendor: VMware, Inc.
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.8.0",
org.eclipse.ui,

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Goto Symbol Popup
Bundle-SymbolicName: org.springframework.tooling.ls.eclipse.gotosymbol;singleton:=true
Bundle-Version: 4.15.1.qualifier
Bundle-Version: 4.15.2.qualifier
Require-Bundle: org.eclipse.ui,
org.eclipse.ui.workbench.texteditor,
org.eclipse.lsp4e;bundle-version="0.13.12",

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Spring Tool Suite Common UI Components
Bundle-SymbolicName: org.springsource.ide.eclipse.commons.boot.ls;singleton:=true
Bundle-Version: 4.15.1.qualifier
Bundle-Version: 4.15.2.qualifier
Bundle-Vendor: VMware, Inc.
Require-Bundle: org.eclipse.core.resources,
org.springsource.ide.eclipse.commons.livexp

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SpringSource Tool Suite (Core)
Bundle-SymbolicName: org.springsource.ide.eclipse.commons.core;singleton:=true
Bundle-Version: 4.15.1.qualifier
Bundle-Version: 4.15.2.qualifier
Bundle-Activator: org.springsource.ide.eclipse.commons.internal.core.CorePlugin
Bundle-Vendor: VMware, Inc.
Require-Bundle: org.eclipse.core.resources,

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.springsource.ide.eclipse.commons.frameworks.core;singleton:=true
Bundle-Version: 4.15.1.qualifier
Bundle-Version: 4.15.2.qualifier
Bundle-Activator: org.springsource.ide.eclipse.commons.frameworks.core.FrameworkCoreActivator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui,

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: com.springsource.sts.frameworks.test.util
Bundle-SymbolicName: org.springsource.ide.eclipse.commons.frameworks.test.util;singleton:=true
Bundle-Version: 4.15.1.qualifier
Bundle-Version: 4.15.2.qualifier
Bundle-ActivationPolicy: lazy
Bundle-Vendor: VMware, Inc.
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.springsource.ide.eclipse.commons.frameworks.ui;singleton:=true
Bundle-Version: 4.15.1.qualifier
Bundle-Version: 4.15.2.qualifier
Bundle-Activator: org.springsource.ide.eclipse.commons.frameworks.ui.FrameworkUIActivator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui,

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SpringSource Tool Suite (JDK Tools)
Bundle-SymbolicName: org.springsource.ide.eclipse.commons.jdk_tools;singleton:=true
Bundle-Version: 4.15.1.qualifier
Bundle-Version: 4.15.2.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: external:$java.home$/../lib/tools.jar
Export-Package: com.sun.tools.attach

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse Integration Commands - Livexp
Bundle-SymbolicName: org.springsource.ide.eclipse.commons.livexp
Bundle-Version: 4.15.1.qualifier
Bundle-Version: 4.15.2.qualifier
Bundle-Activator: org.springsource.ide.eclipse.commons.livexp.Activator
Require-Bundle: org.eclipse.jface,
org.eclipse.ui.workbench,

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SpringSource Tool Suite Test Utilities
Bundle-SymbolicName: org.springsource.ide.eclipse.commons.tests.util;singleton:=true
Bundle-Version: 4.15.1.qualifier
Bundle-Version: 4.15.2.qualifier
Bundle-Vendor: VMware, Inc.
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Spring Tool Suite Common UI Components
Bundle-SymbolicName: org.springsource.ide.eclipse.commons.ui;singleton:=true
Bundle-Version: 4.15.1.qualifier
Bundle-Version: 4.15.2.qualifier
Bundle-Vendor: VMware, Inc.
Require-Bundle: org.eclipse.core.resources,
org.eclipse.ui,

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -4,7 +4,7 @@
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.15.1-SNAPSHOT</version>
<version>4.15.2-SNAPSHOT</version>
<packaging>pom</packaging>
<organization>
@@ -126,246 +126,6 @@
</properties>
</profile>
<profile>
<id>e417</id>
<properties>
<dist.target>e4.17.0</dist.target>
<dist.target.major>e4.17</dist.target.major>
<dist.platform.name>2020-09</dist.platform.name>
<dist.platform.name.long>2020-09 (4.17)</dist.platform.name.long>
<dist.platform.id>2020-09</dist.platform.id>
<dist.platform.version>4.17</dist.platform.version>
<package.qualifierPrefix>e417</package.qualifierPrefix>
</properties>
<repositories>
<repository>
<id>2020-09</id>
<layout>p2</layout>
<url>https://download.eclipse.org/releases/2020-09/</url>
</repository>
<repository>
<id>orbit</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository</url>
</repository>
<repository>
<id>mylyn-markdown</id>
<layout>p2</layout>
<url>https://download.eclipse.org/mylyn/docs/releases/3.0/</url>
</repository>
<!-- <repository>
<id>lsp4e</id>
<layout>p2</layout>
<url>https://download.eclipse.org/lsp4e/snapshots/</url>
</repository> -->
<repository>
<id>lsp4e</id>
<layout>p2</layout>
<url>https://download.eclipse.org/lsp4e/releases/latest/</url>
</repository>
<repository>
<id>tm4e</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tm4e/snapshots/</url>
</repository>
<repository>
<id>wwd</id>
<layout>p2</layout>
<!-- <url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url> -->
<url>https://download.eclipse.org/wildwebdeveloper/snapshots</url>
</repository>
</repositories>
</profile>
<profile>
<id>e418</id>
<properties>
<dist.target>e4.18.0</dist.target>
<dist.target.major>e4.18</dist.target.major>
<dist.platform.name>2020-12</dist.platform.name>
<dist.platform.name.long>2020-12 (4.18)</dist.platform.name.long>
<dist.platform.id>2020-12</dist.platform.id>
<dist.platform.version>4.18</dist.platform.version>
<package.qualifierPrefix>e418</package.qualifierPrefix>
</properties>
<repositories>
<repository>
<id>2020-12</id>
<layout>p2</layout>
<url>https://download.eclipse.org/releases/2020-12/</url>
</repository>
<repository>
<id>orbit</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tools/orbit/downloads/drops/R20201130205003/repository</url>
</repository>
<repository>
<id>mylyn-markdown</id>
<layout>p2</layout>
<url>https://download.eclipse.org/mylyn/docs/releases/3.0/</url>
</repository>
<!-- <repository>
<id>lsp4e</id>
<layout>p2</layout>
<url>https://download.eclipse.org/lsp4e/snapshots/</url>
</repository> -->
<repository>
<id>lsp4e</id>
<layout>p2</layout>
<url>https://download.eclipse.org/lsp4e/releases/latest/</url>
</repository>
<repository>
<id>tm4e</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tm4e/snapshots/</url>
</repository>
<repository>
<id>wwd</id>
<layout>p2</layout>
<!-- <url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url> -->
<url>https://download.eclipse.org/wildwebdeveloper/snapshots</url>
</repository>
</repositories>
</profile>
<profile>
<id>e419</id>
<properties>
<dist.target>e4.19.0</dist.target>
<dist.target.major>e4.19</dist.target.major>
<dist.platform.name>2021-03</dist.platform.name>
<dist.platform.name.long>2021-03 (4.19)</dist.platform.name.long>
<dist.platform.id>2021-03</dist.platform.id>
<dist.platform.version>4.19</dist.platform.version>
<package.qualifierPrefix>e419</package.qualifierPrefix>
</properties>
<repositories>
<repository>
<id>2021-03</id>
<layout>p2</layout>
<url>https://download.eclipse.org/releases/2021-03/</url>
</repository>
<repository>
<id>orbit</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tools/orbit/downloads/drops/R20210223232630/repository</url>
</repository>
<repository>
<id>mylyn-markdown</id>
<layout>p2</layout>
<url>https://download.eclipse.org/mylyn/docs/releases/3.0/</url>
</repository>
<repository>
<id>lsp4e</id>
<layout>p2</layout>
<url>https://download.eclipse.org/lsp4e/snapshots/</url>
</repository>
<repository>
<id>tm4e</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tm4e/snapshots/</url>
</repository>
<repository>
<id>wwd</id>
<layout>p2</layout>
<!-- <url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url> -->
<url>https://download.eclipse.org/wildwebdeveloper/snapshots</url>
</repository>
</repositories>
</profile>
<profile>
<id>e420</id>
<properties>
<dist.target>e4.20.0</dist.target>
<dist.target.major>e4.20</dist.target.major>
<dist.platform.name>2021-06</dist.platform.name>
<dist.platform.name.long>2021-06 (4.20)</dist.platform.name.long>
<dist.platform.id>2021-06</dist.platform.id>
<dist.platform.version>4.20</dist.platform.version>
<package.qualifierPrefix>e420</package.qualifierPrefix>
</properties>
<repositories>
<repository>
<id>2021-06</id>
<layout>p2</layout>
<url>https://download.eclipse.org/releases/2021-06/</url>
</repository>
<repository>
<id>orbit</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository</url>
</repository>
<repository>
<id>mylyn-markdown</id>
<layout>p2</layout>
<url>https://download.eclipse.org/mylyn/docs/releases/3.0/</url>
</repository>
<repository>
<id>lsp4e</id>
<layout>p2</layout>
<url>https://download.eclipse.org/lsp4e/snapshots/</url>
</repository>
<repository>
<id>tm4e</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tm4e/snapshots/</url>
</repository>
<repository>
<id>wwd</id>
<layout>p2</layout>
<!-- <url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url> -->
<url>https://download.eclipse.org/wildwebdeveloper/snapshots</url>
</repository>
</repositories>
</profile>
<profile>
<id>e421</id>
<properties>
<dist.target>e4.21.0</dist.target>
<dist.target.major>e4.21</dist.target.major>
<dist.platform.name>2021-09</dist.platform.name>
<dist.platform.name.long>2021-09 (4.21)</dist.platform.name.long>
<dist.platform.id>2021-09</dist.platform.id>
<dist.platform.version>4.21</dist.platform.version>
<package.qualifierPrefix>e421</package.qualifierPrefix>
</properties>
<repositories>
<repository>
<id>2021-09</id>
<layout>p2</layout>
<url>https://download.eclipse.org/releases/2021-09/</url>
</repository>
<repository>
<id>orbit</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tools/orbit/downloads/drops/R20210825222808/repository</url>
</repository>
<repository>
<id>mylyn-markdown</id>
<layout>p2</layout>
<url>https://download.eclipse.org/mylyn/docs/releases/3.0/</url>
</repository>
<repository>
<id>lsp4e</id>
<layout>p2</layout>
<url>https://download.eclipse.org/lsp4e/snapshots/</url>
</repository>
<repository>
<id>tm4e</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tm4e/snapshots/</url>
</repository>
<repository>
<id>wwd</id>
<layout>p2</layout>
<!-- <url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url> -->
<url>https://download.eclipse.org/wildwebdeveloper/snapshots</url>
</repository>
</repositories>
</profile>
<profile>
<id>e422</id>
<properties>
@@ -470,15 +230,61 @@
<package.qualifierPrefix>e424</package.qualifierPrefix>
</properties>
<repositories>
<!-- <repository>
<repository>
<id>2022-06</id>
<layout>p2</layout>
<url>https://download.eclipse.org/releases/2022-06/</url>
</repository>
<repository>
<id>orbit</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository</url>
</repository>
<repository>
<id>mylyn-markdown</id>
<layout>p2</layout>
<url>https://download.eclipse.org/mylyn/docs/releases/3.0/</url>
</repository>
<repository>
<id>lsp4e</id>
<layout>p2</layout>
<url>https://download.eclipse.org/lsp4e/snapshots/</url>
</repository>
<repository>
<id>tm4e</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tm4e/snapshots/</url>
</repository>
<repository>
<id>wwd</id>
<layout>p2</layout>
<!-- <url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url> -->
<url>https://download.eclipse.org/wildwebdeveloper/snapshots</url>
</repository>
</repositories>
</profile>
<profile>
<id>e425</id>
<properties>
<dist.target>e4.25.0</dist.target>
<dist.target.major>e4.25</dist.target.major>
<dist.platform.name>2022-09</dist.platform.name>
<dist.platform.name.long>2022-09 (4.25)</dist.platform.name.long>
<dist.platform.id>2022-09</dist.platform.id>
<dist.platform.version>4.25</dist.platform.version>
<package.qualifierPrefix>e425</package.qualifierPrefix>
</properties>
<repositories>
<!-- <repository>
<id>2022-09</id>
<layout>p2</layout>
<url>https://download.eclipse.org/releases/2022-09/</url>
</repository> -->
<repository>
<id>2022-06-staging</id>
<id>2022-09-staging</id>
<layout>p2</layout>
<url>https://download.eclipse.org/staging/2022-06/</url>
<url>https://download.eclipse.org/staging/2022-09/</url>
</repository>
<repository>
<id>orbit</id>