Skip to content

Commit

Permalink
157: Xtext 2.27.0
Browse files Browse the repository at this point in the history
Task-Url: #157
  • Loading branch information
LorenzoBettini committed Jun 17, 2022
1 parent e6e90cb commit b18469e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>

<target name="xsemantics.target" sequenceNumber="2">
<target name="xsemantics.target" sequenceNumber="3">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="de.itemis.xtext.antlr.feature.feature.group" version="2.1.1.v201405091103"/>
Expand All @@ -14,19 +14,19 @@
<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/2021-12/"/>
<repository location="https://download.eclipse.org/releases/2022-06/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="1.0.1.v20140414-1359"/>
<repository location="https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" 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.12.2/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" 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.26.0/"/>
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/"/>
</location>
</locations>
</target>
12 changes: 6 additions & 6 deletions devtools/org.eclipse.xsemantics.workspace/Xsemantics.setup
Expand Up @@ -89,7 +89,7 @@
<setupTask
xsi:type="setup:VariableTask"
name="eclipse.target.platform"
defaultValue="2021-12"
defaultValue="2022-06"
storageURI="scope://Workspace"/>
<setupTask
xsi:type="setup:ResourceCreationTask"
Expand Down Expand Up @@ -295,9 +295,9 @@
<sourceLocator
rootFolder="${git.clone.location}"/>
<repositoryList
name="2021-12">
name="2022-06">
<repository
url="https://download.eclipse.org/releases/2021-12"/>
url="https://download.eclipse.org/releases/2022-06"/>
<repository
url="https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359"/>
<repository
Expand Down Expand Up @@ -473,18 +473,18 @@
<setupTask
xsi:type="setup:VariableTask"
name="mwe2.site"
value="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.2/"/>
value="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/"/>
<setupTask
xsi:type="setup:VariableTask"
name="xtext.site"
value="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.26.0"/>
value="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0"/>
<setupTask
xsi:type="setup.p2:P2Task"
id="p2.org.eclipse.xtext.2.10"
label="Xtext Releases">
<requirement
name="org.eclipse.xtext.sdk.feature.group"
versionRange="[2.26.0,2.27.0)"/>
versionRange="[2.27.0,2.28.0)"/>
<requirement
name="de.itemis.xtext.antlr.feature.feature.group"/>
<repository
Expand Down
4 changes: 2 additions & 2 deletions features/org.eclipse.xsemantics.feature/feature.xml
Expand Up @@ -46,8 +46,8 @@ Contributors:
version="0.0.0"/>

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

<plugin
Expand Down
6 changes: 3 additions & 3 deletions releng/org.eclipse.xsemantics.parent/pom.xml
Expand Up @@ -53,7 +53,7 @@ Contributors:
</issueManagement>

<properties>
<tycho-version>2.7.0</tycho-version>
<tycho-version>2.7.3</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version>
<maven-antrun-plugin.version>1.7</maven-antrun-plugin.version>
Expand All @@ -62,9 +62,9 @@ Contributors:
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<xtext.version>2.26.0</xtext.version>
<xtext.version>2.27.0</xtext.version>
<xtextVersion>${xtext.version}</xtextVersion>
<mwe2Version>2.12.2</mwe2Version>
<mwe2Version>2.13.0</mwe2Version>
<platform-version>[3.9,4.0)</platform-version>
<fornax-oaw-m2-plugin-version>3.5.1</fornax-oaw-m2-plugin-version>

Expand Down

0 comments on commit b18469e

Please sign in to comment.