Skip to content

Commit

Permalink
updated TP and POM for 2024-06 and Xtext milestones
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Apr 10, 2024
1 parent 6bcc99e commit 51e894c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<unit id="org.eclipse.rap.sdk.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.rap.examples.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.rap.equinox.target.feature.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/releases/2024-03/"/>
<repository location="https://download.eclipse.org/releases/2024-06/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.xbase.lib.feature.group" version="0.0.0"/>
Expand All @@ -29,7 +29,7 @@
<unit id="org.eclipse.xtext.xbase.lib" version="0.0.0"/>
<unit id="org.junit" version="0.0.0"/>
<unit id="org.objectweb.asm" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0"/>
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/2.35.0.M0/"/>
</location>
</locations>
</target>
8 changes: 4 additions & 4 deletions devtools/org.eclipse.emf.parsley.targetplatform/simrel.target
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<unit id="org.eclipse.swtbot.ide.feature.group" version="0.0.0"/>
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
<unit id="org.eclipse.swtbot.generator.feature.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/releases/2024-03"/>
<repository location="https://download.eclipse.org/releases/2024-06"/>
</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.17.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404050451/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0/"/>
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/2.35.0.M0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="de.itemis.xtext.antlr.feature.feature.group" version="2.1.1.v201405091103"/>
Expand All @@ -32,7 +32,7 @@
<unit id="org.mockito.mockito-core" version="5.10.0"/>
<unit id="net.bytebuddy.byte-buddy-agent" version="1.14.12"/>
<unit id="slf4j.api" version="2.0.12"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-03"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06"/>
</location>
</locations>
</target>
4 changes: 2 additions & 2 deletions features/org.eclipse.emf.parsley.dsl.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ It aims at providing a set of Components like Trees, Tables and Detail Forms tha
</license>

<requires>
<import feature="org.eclipse.xtext.xbase" version="2.34.0" match="greaterOrEqual"/>
<import feature="org.eclipse.xtext.ui" version="2.34.0" match="greaterOrEqual"/>
<import feature="org.eclipse.xtext.xbase" version="2.35.0" match="greaterOrEqual"/>
<import feature="org.eclipse.xtext.ui" version="2.35.0" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down
6 changes: 3 additions & 3 deletions releng/org.eclipse.emf.parsley.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>

<xtext-version>2.34.0 </xtext-version>
<xtext-version>2.35.0.M0</xtext-version>
<xtextVersion>${xtext-version}</xtextVersion>
<mwe2Version>2.17.0</mwe2Version>
<eclipse-version>2024-03</eclipse-version>
<mwe2Version>2.18.0.M1</mwe2Version>
<eclipse-version>2024-06</eclipse-version>

<!-- tests and runtime args -->
<os-jvm-flags />
Expand Down

0 comments on commit 51e894c

Please sign in to comment.