Skip to content

Commit 44bf4dd

Browse files
authored
Merge pull request #1241 from rubenporras/xtext241
build: upgrade to Xtext 2.41
2 parents b485784 + 2a37301 commit 44bf4dd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ddk-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<pmd.plugin.version>3.28.0</pmd.plugin.version>
5656
<pmd.version>7.19.0</pmd.version>
5757
<tycho.version>5.0.1</tycho.version>
58-
<xtend.version>2.40.0</xtend.version>
58+
<xtend.version>2.41.0</xtend.version>
5959
</properties>
6060

6161
<modules>

ddk-target/ddk-antlr.target

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde version="3.8"?>
3-
<target name="DDK Target - ANTLR" sequenceNumber="5">
3+
<target name="DDK Target - ANTLR" sequenceNumber="6">
44
<locations>
55
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
66
<repository location="https://download.itemis.com/updates/releases/2.1.1/" />
@@ -12,8 +12,8 @@
1212
<repository location="https://download.eclipse.org/eclipse/updates/4.34/" />
1313
<repository location="https://download.eclipse.org/releases/2022-12/202212071000/" />
1414
<repository location="https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/" />
15-
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.21.0/" />
16-
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.38.0/" />
15+
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.24.0/" />
16+
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.41.0/" />
1717
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.23.1/" />
1818
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220302172233/repository" />
1919
</location>

ddk-target/ddk.target

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde version="3.8"?>
3-
<target name="DDK Target" sequenceNumber="24">
3+
<target name="DDK Target" sequenceNumber="25">
44
<locations>
55
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
66
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
@@ -31,13 +31,13 @@
3131
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
3232
<unit id="org.eclipse.emf.mwe2.runtime.sdk.feature.group" version="0.0.0"/>
3333
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
34-
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.21.0/"/>
34+
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.24.0/"/>
3535
</location>
3636
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
3737
<unit id="org.eclipse.xtend.sdk.feature.group" version="0.0.0"/>
3838
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
3939
<unit id="org.eclipse.xtext.xtext.generator" version="0.0.0"/>
40-
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.40.0/"/>
40+
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.41.0/"/>
4141
</location>
4242
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
4343
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.23.1/"/>

0 commit comments

Comments
 (0)