Skip to content

Commit

Permalink
[#274] update to mwe 1.10.0.M2 / mwe 2.16.0.M2
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Oct 29, 2023
1 parent 83efb11 commit 9b9d0e8
Show file tree
Hide file tree
Showing 39 changed files with 57 additions and 57 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.15.0.v20230826-1559"
version="2.16.0.v20230826-1559"
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.15.0.v20230826-1559</version>
<version>2.16.0.v20230826-1559</version>

<properties>
<xtext-dev-bom-version>${project.parent.version}</xtext-dev-bom-version>
Expand Down
8 changes: 4 additions & 4 deletions org.eclipse.xtend.performance.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ 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.15.0",
org.eclipse.emf.mwe2.runtime;bundle-version="2.15.0",
org.eclipse.emf.mwe2.lib;bundle-version="2.16.0",
org.eclipse.emf.mwe2.runtime;bundle-version="2.16.0",
org.eclipse.xtend.lib,
org.eclipse.jdt.core;bundle-version="3.29.0",
org.eclipse.core.resources;bundle-version="3.16.100",
org.eclipse.core.runtime;bundle-version="3.24.100",
org.eclipse.xtend.ide.tests,
org.junit,
org.eclipse.emf.mwe.utils;bundle-version="1.9.0",
org.eclipse.emf.mwe.utils;bundle-version="1.10.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.15.0";resolution:=optional,
org.eclipse.emf.mwe2.launch;bundle-version="2.16.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.9.0</version>
<version>1.10.0.M2</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe.utils</artifactId>
<version>1.9.0</version>
<version>1.10.0.M2</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.language</artifactId>
<version>2.15.0</version>
<version>2.16.0.M2</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.launch</artifactId>
<version>2.15.0</version>
<version>2.16.0.M2</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.lib</artifactId>
<version>2.15.0</version>
<version>2.16.0.M2</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.runtime</artifactId>
<version>2.15.0</version>
<version>2.16.0.M2</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.15.0";resolution:=optional
org.eclipse.emf.mwe2.lib;bundle-version="2.16.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.15.0",
org.eclipse.emf.mwe2.lib;bundle-version="2.16.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
8 changes: 4 additions & 4 deletions org.eclipse.xtext.junit5.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.xtext,
org.eclipse.emf.mwe.utils;bundle-version="1.9.0",
org.eclipse.emf.mwe.utils;bundle-version="1.10.0",
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.15.0";resolution:=optional;x-installation:=greedy,
org.eclipse.emf.mwe2.launch;bundle-version="2.16.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.33.0",
org.eclipse.xtext.xtext.generator,
org.eclipse.emf.mwe.core;bundle-version="1.9.0",
org.eclipse.emf.mwe2.lib;bundle-version="2.15.0",
org.eclipse.emf.mwe.core;bundle-version="1.10.0",
org.eclipse.emf.mwe2.lib;bundle-version="2.16.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.sdk.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ SPDX-License-Identifier: EPL-2.0
<import plugin="org.eclipse.emf.common" version="2.24.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.ecore.source" version="2.26.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.common.source" version="2.24.0" match="greaterOrEqual"/>
<import feature="org.eclipse.emf.mwe2.language.sdk" version="2.15.0" match="greaterOrEqual"/>
<import feature="org.eclipse.emf.mwe2.language.sdk" version="2.16.0" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.xtext.testlanguages/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Bundle-ActivationPolicy: lazy
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.9.0";resolution:=optional;x-installation:=greedy,
org.eclipse.emf.mwe2.launch;bundle-version="2.15.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.xtext.util,
org.eclipse.emf.ecore;bundle-version="2.26.0",
org.eclipse.emf.common;bundle-version="2.24.0",
Expand Down
8 changes: 4 additions & 4 deletions org.eclipse.xtext.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.xtext,
org.eclipse.emf.mwe.utils;bundle-version="1.9.0",
org.eclipse.emf.mwe.utils;bundle-version="1.10.0",
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.15.0";resolution:=optional;x-installation:=greedy,
org.eclipse.emf.mwe2.launch;bundle-version="2.16.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.33.0",
org.eclipse.xtext.xtext.generator,
org.eclipse.xtext.xtext.wizard,
org.eclipse.emf.mwe.core;bundle-version="1.9.0",
org.eclipse.emf.mwe2.lib;bundle-version="2.15.0",
org.eclipse.emf.mwe.core;bundle-version="1.10.0",
org.eclipse.emf.mwe2.lib;bundle-version="2.16.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.15.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202310290844/"/>
</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.15.0</mwe2Version>
<mwe2Version>2.16.0.M2</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.15.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202310290844/"/>
</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.15.0</mwe2Version>
<mwe2Version>2.16.0.M2</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.15.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202310290844/"/>
</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.15.0</mwe2Version>
<mwe2Version>2.16.0.M2</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.15.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202310290844/"/>
</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.15.0</mwe2Version>
<mwe2Version>2.16.0.M2</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.15.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202310290844/"/>
</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.15.0</mwe2Version>
<mwe2Version>2.16.0.M2</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.15.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202310290844/"/>
</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.15.0</mwe2Version>
<mwe2Version>2.16.0.M2</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.15.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202310290844/"/>
</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.15.0</mwe2Version>
<mwe2Version>2.16.0.M2</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.15.0";
return "2.16.0.M2";
}

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

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.15.0";resolution:=optional,
org.eclipse.emf.mwe2.lib;bundle-version="2.16.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.15.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202310290844/"/>
</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.15.0</mwe2Version>
<mwe2Version>2.16.0.M2</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.15.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.mwe2.runtime" version="2.16.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.15.0";resolution:=optional;x-installation:=greedy,
org.eclipse.emf.mwe2.launch;bundle-version="2.15.0";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.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
4 changes: 2 additions & 2 deletions org.eclipse.xtext/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ 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.9.0";resolution:=optional;visibility:=reexport,
org.eclipse.emf.mwe.utils;bundle-version="1.9.0";resolution:=optional;visibility:=reexport,
org.eclipse.emf.mwe.core;bundle-version="1.10.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,
org.eclipse.xtend.lib;resolution:=optional,
Expand Down
2 changes: 1 addition & 1 deletion xtext-latest.target
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<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.15.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202310290844/"/>
<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 Down
2 changes: 1 addition & 1 deletion xtext-r202203.target
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<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.15.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202310290844/"/>
<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" version="0.0.0"/>
Expand Down
2 changes: 1 addition & 1 deletion xtext-r202206.target
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<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.15.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202310290844/"/>
<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 Down
Loading

0 comments on commit 9b9d0e8

Please sign in to comment.