Skip to content

Commit

Permalink
Merge pull request #2887 from eclipse/cd_mwe2170m0
Browse files Browse the repository at this point in the history
update to mwe(2) 1.11.0/2.17.0 M0
  • Loading branch information
cdietrich authored Dec 31, 2023
2 parents 32ac144 + 06ac8e0 commit 2e07b1c
Show file tree
Hide file tree
Showing 39 changed files with 82 additions and 77 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.emf.mwe2.language.sdk.dummy/feature.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.emf.mwe2.language.sdk"
version="2.16.0.v20231117-0522"
version="2.17.0.v20231117-0522"
label="Dummy Feature"
provider-name="Eclipse Xtext">

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.emf.mwe2.language.sdk.dummy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<packaging>eclipse-feature</packaging>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.language.sdk</artifactId>
<version>2.16.0.v20231117-0522</version>
<version>2.17.0.v20231117-0522</version>

<properties>
<xtext-dev-bom-version>${project.parent.version}</xtext-dev-bom-version>
Expand Down
6 changes: 3 additions & 3 deletions org.eclipse.xtend.performance.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Bundle-Vendor: Eclipse Xtext
Bundle-ClassPath: .
Require-Bundle: com.google.inject;bundle-version="7.0.0",
org.eclipse.emf.ecore;bundle-version="2.26.0",
org.eclipse.emf.mwe2.lib;bundle-version="2.16.0",
org.eclipse.emf.mwe2.runtime;bundle-version="2.16.0",
org.eclipse.emf.mwe2.lib;bundle-version="2.17.0",
org.eclipse.emf.mwe2.runtime;bundle-version="2.17.0",
org.eclipse.xtend.lib,
org.eclipse.jdt.core;bundle-version="3.29.0",
org.eclipse.core.resources;bundle-version="3.16.100",
Expand All @@ -20,6 +20,6 @@ Require-Bundle: com.google.inject;bundle-version="7.0.0",
org.eclipse.ui.editors;bundle-version="3.14.300",
org.eclipse.xtext.builder,
org.eclipse.xtext.util,
org.eclipse.emf.mwe2.launch;bundle-version="2.16.0";resolution:=optional,
org.eclipse.emf.mwe2.launch;bundle-version="2.17.0";resolution:=optional,
org.eclipse.xtext.ui.testing
Automatic-Module-Name: org.eclipse.xtend.performance.tests
12 changes: 6 additions & 6 deletions org.eclipse.xtext.dev-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,32 +237,32 @@
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe.core</artifactId>
<version>1.10.0</version>
<version>1.11.0.M0</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe.utils</artifactId>
<version>1.10.0</version>
<version>1.11.0.M0</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.language</artifactId>
<version>2.16.0</version>
<version>2.17.0.M0</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.launch</artifactId>
<version>2.16.0</version>
<version>2.17.0.M0</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.lib</artifactId>
<version>2.16.0</version>
<version>2.17.0.M0</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.runtime</artifactId>
<version>2.16.0</version>
<version>2.17.0.M0</version>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.xtext.extras.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Require-Bundle: org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
org.eclipse.xtext.xtext.generator;bundle-version="2.30.0",
org.junit;bundle-version="4.13.2",
org.eclipse.xtext.xbase;bundle-version="2.30.0",
org.eclipse.emf.mwe2.lib;bundle-version="2.16.0";resolution:=optional
org.eclipse.emf.mwe2.lib;bundle-version="2.17.0";resolution:=optional
Import-Package: org.apache.log4j,
org.junit;version="4.13.2",
org.junit.rules;version="4.13.2",
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.xtext.ide.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Require-Bundle: org.eclipse.xtext;visibility:=reexport,
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.21.1,0.22.0)";resolution:=optional,
org.eclipse.xtext.testlanguages,
org.eclipse.xtext.testlanguages.ide,
org.eclipse.emf.mwe2.lib;bundle-version="2.16.0",
org.eclipse.emf.mwe2.lib;bundle-version="2.17.0",
org.aopalliance;bundle-version="1.0.0",
com.google.gson;bundle-version="2.10.1"
Import-Package: org.apache.log4j;version="1.2.24"
Expand Down
6 changes: 3 additions & 3 deletions org.eclipse.xtext.junit5.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.xtext,
org.eclipse.xtext.util,
org.eclipse.emf.ecore;bundle-version="2.26.0",
org.eclipse.emf.common;bundle-version="2.24.0",
org.eclipse.emf.mwe2.launch;bundle-version="2.16.0";resolution:=optional;x-installation:=greedy,
org.eclipse.emf.mwe2.launch;bundle-version="2.17.0";resolution:=optional;x-installation:=greedy,
org.eclipse.xtext.testlanguages,
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
org.eclipse.xtext.testing,
Expand All @@ -20,8 +20,8 @@ Require-Bundle: org.eclipse.xtext,
org.eclipse.ui.workbench;bundle-version="3.125.0";resolution:=optional,
org.eclipse.xtext.xbase.lib;bundle-version="2.34.0",
org.eclipse.xtext.xtext.generator,
org.eclipse.emf.mwe.core;bundle-version="1.10.0",
org.eclipse.emf.mwe2.lib;bundle-version="2.16.0",
org.eclipse.emf.mwe.core;bundle-version="1.11.0",
org.eclipse.emf.mwe2.lib;bundle-version="2.17.0",
org.junit;bundle-version="4.13.2",
org.aopalliance;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.xtext.testlanguages/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Require-Bundle: org.eclipse.xtext,
org.eclipse.xtext.xtext.generator;resolution:=optional;x-installation:=greedy,
org.eclipse.emf.codegen.ecore;bundle-version="2.29.0";resolution:=optional;x-installation:=greedy,
org.eclipse.emf.mwe.utils;bundle-version="1.10.0";resolution:=optional;x-installation:=greedy,
org.eclipse.emf.mwe2.launch;bundle-version="2.16.0";resolution:=optional;x-installation:=greedy,
org.eclipse.emf.mwe2.launch;bundle-version="2.17.0";resolution:=optional;x-installation:=greedy,
org.eclipse.xtext.util,
org.eclipse.emf.ecore;bundle-version="2.26.0",
org.eclipse.emf.common;bundle-version="2.24.0",
Expand Down
6 changes: 3 additions & 3 deletions org.eclipse.xtext.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.xtext,
org.eclipse.xtext.util,
org.eclipse.emf.ecore;bundle-version="2.26.0",
org.eclipse.emf.common;bundle-version="2.24.0",
org.eclipse.emf.mwe2.launch;bundle-version="2.16.0";resolution:=optional;x-installation:=greedy,
org.eclipse.emf.mwe2.launch;bundle-version="2.17.0";resolution:=optional;x-installation:=greedy,
org.eclipse.xtext.testlanguages,
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
org.eclipse.xtext.testing,
Expand All @@ -21,8 +21,8 @@ Require-Bundle: org.eclipse.xtext,
org.eclipse.xtext.xbase.lib;bundle-version="2.34.0",
org.eclipse.xtext.xtext.generator,
org.eclipse.xtext.xtext.wizard,
org.eclipse.emf.mwe.core;bundle-version="1.10.0",
org.eclipse.emf.mwe2.lib;bundle-version="2.16.0",
org.eclipse.emf.mwe.core;bundle-version="1.11.0",
org.eclipse.emf.mwe2.lib;bundle-version="2.17.0",
org.junit;bundle-version="4.13.2",
org.aopalliance;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.16.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202312301643/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<properties>
<xtextVersion>unspecified</xtextVersion>
<mwe2Version>2.16.0</mwe2Version>
<mwe2Version>2.17.0.M0</mwe2Version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.16.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202312301643/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<properties>
<xtextVersion>unspecified</xtextVersion>
<mwe2Version>2.16.0</mwe2Version>
<mwe2Version>2.17.0.M0</mwe2Version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.16.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202312301643/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<properties>
<xtextVersion>unspecified</xtextVersion>
<mwe2Version>2.16.0</mwe2Version>
<mwe2Version>2.17.0.M0</mwe2Version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.16.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202312301643/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<properties>
<xtextVersion>unspecified</xtextVersion>
<mwe2Version>2.16.0</mwe2Version>
<mwe2Version>2.17.0.M0</mwe2Version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.16.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202312301643/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<properties>
<xtextVersion>unspecified</xtextVersion>
<mwe2Version>2.16.0</mwe2Version>
<mwe2Version>2.17.0.M0</mwe2Version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.16.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202312301643/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<properties>
<xtextVersion>unspecified</xtextVersion>
<mwe2Version>2.16.0</mwe2Version>
<mwe2Version>2.17.0.M0</mwe2Version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.16.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202312301643/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<properties>
<xtextVersion>unspecified</xtextVersion>
<mwe2Version>2.16.0</mwe2Version>
<mwe2Version>2.17.0.M0</mwe2Version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ public String getXtextGradlePluginVersion() {
* @noreference
*/
public String getMweVersion() {
return "2.16.0";
return "2.17.0.M0";
}

/**
* @noreference
*/
public String getMweBuildNumber() {
return "";
return "S202312301643";
}

public String getAntlrGeneratorVersion() {
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.xtext.xtext.generator/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Require-Bundle: org.eclipse.xtext;x-installation:=greedy,
org.eclipse.emf.codegen.ecore;bundle-version="2.29.0";visibility:=reexport;x-installation:=greedy,
org.eclipse.emf.ecore;bundle-version="2.26.0",
org.eclipse.emf.common;bundle-version="2.24.0",
org.eclipse.emf.mwe2.lib;bundle-version="2.16.0";resolution:=optional,
org.eclipse.emf.mwe2.lib;bundle-version="2.17.0";resolution:=optional,
org.eclipse.equinox.common;bundle-version="3.16.0",
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
de.itemis.xtext.antlr;bundle-version="2.0.0";resolution:=optional;visibility:=reexport,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.16.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202312301643/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>eclipse-plugin</packaging>

<properties>
<mwe2Version>2.16.0</mwe2Version>
<mwe2Version>2.17.0.M0</mwe2Version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.xtext.xtext.ui.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SPDX-License-Identifier: EPL-2.0
optional="true"/>

<requires>
<import plugin="org.eclipse.emf.mwe2.runtime" version="2.16.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.mwe2.runtime" version="2.17.0" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.xtext.xtext.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Require-Bundle: org.eclipse.xtext.ui,
org.eclipse.ui.editors;bundle-version="3.14.300",
org.eclipse.ui;bundle-version="3.201.0",
org.eclipse.emf.mwe.core;resolution:=optional;x-installation:=greedy,
org.eclipse.emf.mwe2.language;bundle-version="2.16.0";resolution:=optional;x-installation:=greedy,
org.eclipse.emf.mwe2.launch;bundle-version="2.16.0";resolution:=optional;x-installation:=greedy,
org.eclipse.emf.mwe2.language;bundle-version="2.17.0";resolution:=optional;x-installation:=greedy,
org.eclipse.emf.mwe2.launch;bundle-version="2.17.0";resolution:=optional;x-installation:=greedy,
org.eclipse.pde.ui;bundle-version="3.13.400";resolution:=optional;x-installation:=greedy,
org.eclipse.xtext.builder,
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.xtext/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Require-Bundle: org.eclipse.emf.ecore.xmi;bundle-version="2.16.0";visibility:=re
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)";visibility:=reexport,
com.google.inject;bundle-version="7.0.0";visibility:=reexport,
org.objectweb.asm;bundle-version="[9.6.0,9.7.0)";resolution:=optional,
org.eclipse.emf.mwe.core;bundle-version="1.10.0";resolution:=optional;visibility:=reexport,
org.eclipse.emf.mwe.core;bundle-version="1.11.0";resolution:=optional;visibility:=reexport,
org.eclipse.emf.mwe.utils;bundle-version="1.10.0";resolution:=optional;visibility:=reexport,
org.eclipse.xtext.util;visibility:=reexport,
org.eclipse.core.runtime;bundle-version="3.24.100";resolution:=optional;x-installation:=greedy,
Expand Down
9 changes: 7 additions & 2 deletions xtext-latest.target
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="xtext-latest" sequenceNumber="14">
<target name="xtext-latest" sequenceNumber="15">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/nightly/latest" />
<unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.16.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202312301643/"/>
<unit id="org.eclipse.emf.mwe2.launch" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.launch.ui" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.language.ui" version="0.0.0"/>
Expand All @@ -32,6 +32,11 @@
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.21.1"/>
<unit id="org.eclipse.lsp4j.sdk.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/2.34.0.M0/"/>
<!-- required by mwe2.language (at least 2.34.0) -->
<unit id="org.eclipse.xtext" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.itemis.com/updates/releases/2.1.1"/>
<unit id="de.itemis.xtext.antlr.feature.feature.group" version="0.0.0"/>
Expand Down
Loading

0 comments on commit 2e07b1c

Please sign in to comment.