Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to 2.38 and mwe 2.21.0.m0 #462

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Xtext Domainmodel Example - Generic IDE
Bundle-Vendor: Eclipse Xtext
Bundle-Version: 2.37.0.qualifier
Bundle-Version: 2.38.0.qualifier
Bundle-SymbolicName: org.eclipse.xtext.example.domainmodel.ide; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.xtext.example.domainmodel</groupId>
<artifactId>org.eclipse.xtext.example.domainmodel.parent</artifactId>
<version>2.37.0-SNAPSHOT</version>
<version>2.38.0-SNAPSHOT</version>
<relativePath>../org.eclipse.xtext.example.domainmodel.releng</relativePath>
</parent>
<artifactId>org.eclipse.xtext.example.domainmodel.ide</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.xtext.example.domainmodel.feature"
label="Xtext Domainmodel Example"
version="2.37.0.qualifier"
version="2.38.0.qualifier"
provider-name="Eclipse Xtext">

<plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.xtext.example.domainmodel</groupId>
<artifactId>org.eclipse.xtext.example.domainmodel.parent</artifactId>
<version>2.37.0-SNAPSHOT</version>
<version>2.38.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.xtext.example.domainmodel</groupId>
<version>2.37.0-SNAPSHOT</version>
<version>2.38.0-SNAPSHOT</version>
<artifactId>org.eclipse.xtext.example.domainmodel.parent</artifactId>
<packaging>pom</packaging>
<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.xtext.example.domainmodel</groupId>
<artifactId>org.eclipse.xtext.example.domainmodel.parent</artifactId>
<version>2.37.0-SNAPSHOT</version>
<version>2.38.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.20.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202412101535/"/>
</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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.xtext.example.domainmodel</groupId>
<artifactId>org.eclipse.xtext.example.domainmodel.parent</artifactId>
<version>2.37.0-SNAPSHOT</version>
<version>2.38.0-SNAPSHOT</version>
</parent>

<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Xtext Domainmodel Example - Runtime Tests
Bundle-Vendor: Eclipse Xtext
Bundle-Version: 2.37.0.qualifier
Bundle-Version: 2.38.0.qualifier
Bundle-SymbolicName: org.eclipse.xtext.example.domainmodel.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext.example.domainmodel,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.xtext.example.domainmodel</groupId>
<artifactId>org.eclipse.xtext.example.domainmodel.parent</artifactId>
<version>2.37.0-SNAPSHOT</version>
<version>2.38.0-SNAPSHOT</version>
<relativePath>../org.eclipse.xtext.example.domainmodel.releng</relativePath>
</parent>
<artifactId>org.eclipse.xtext.example.domainmodel.tests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ package org.eclipse.xtext.example.domainmodel.tests

import com.google.inject.Inject
import org.eclipse.xtext.testing.InjectWith
import org.eclipse.xtext.testing.TemporaryFolder
import org.eclipse.xtext.testing.XtextRunner
import org.eclipse.xtext.xbase.lib.util.ReflectExtensions
import org.eclipse.xtext.xbase.testing.CompilationTestHelper
import org.eclipse.xtext.xbase.testing.TemporaryFolder
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Xtext Domainmodel Example - Eclipse UI Tests
Bundle-Vendor: Eclipse Xtext
Bundle-Version: 2.37.0.qualifier
Bundle-Version: 2.38.0.qualifier
Bundle-SymbolicName: org.eclipse.xtext.example.domainmodel.ui.tests;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.31.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.xtext.example.domainmodel</groupId>
<artifactId>org.eclipse.xtext.example.domainmodel.parent</artifactId>
<version>2.37.0-SNAPSHOT</version>
<version>2.38.0-SNAPSHOT</version>
<relativePath>../org.eclipse.xtext.example.domainmodel.releng</relativePath>
</parent>
<artifactId>org.eclipse.xtext.example.domainmodel.ui.tests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Xtext Domainmodel Example - Eclipse UI
Bundle-Vendor: Eclipse Xtext
Bundle-Version: 2.37.0.qualifier
Bundle-Version: 2.38.0.qualifier
Bundle-SymbolicName: org.eclipse.xtext.example.domainmodel.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.compare;bundle-version="3.8.300",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.xtext.example.domainmodel</groupId>
<artifactId>org.eclipse.xtext.example.domainmodel.parent</artifactId>
<version>2.37.0-SNAPSHOT</version>
<version>2.38.0-SNAPSHOT</version>
<relativePath>../org.eclipse.xtext.example.domainmodel.releng</relativePath>
</parent>
<artifactId>org.eclipse.xtext.example.domainmodel.ui</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Xtext Domainmodel Example - Runtime
Bundle-Vendor: Eclipse Xtext
Bundle-Version: 2.37.0.qualifier
Bundle-Version: 2.38.0.qualifier
Bundle-SymbolicName: org.eclipse.xtext.example.domainmodel; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>org.eclipse.xtext.example.domainmodel</groupId>
<artifactId>org.eclipse.xtext.example.domainmodel.parent</artifactId>
<version>2.37.0-SNAPSHOT</version>
<version>2.38.0-SNAPSHOT</version>
<relativePath>../org.eclipse.xtext.example.domainmodel.releng</relativePath>
</parent>
<artifactId>org.eclipse.xtext.example.domainmodel</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<mwe2Version>2.20.0</mwe2Version>
<mwe2Version>2.21.0.M0</mwe2Version>
</properties>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<properties>
<xtextVersion>2.38.0-SNAPSHOT</xtextVersion>
<mwe2Version>2.20.0</mwe2Version>
<mwe2Version>2.21.0.M0</mwe2Version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</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.20.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202412101535/"/>
</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>2.38.0-SNAPSHOT</xtextVersion>
<mwe2Version>2.20.0</mwe2Version>
<mwe2Version>2.21.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.20.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202412101535/"/>
</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
Loading