Skip to content

Commit

Permalink
153: Provide an Xsemantics build for Xtext 2.26
Browse files Browse the repository at this point in the history
Task-Url: #153
  • Loading branch information
LorenzoBettini committed Mar 4, 2022
1 parent 3238f41 commit 932e60e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>

<target name="xsemantics.target" sequenceNumber="1">
<target name="xsemantics.target" sequenceNumber="2">
<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-03/"/>
<repository location="https://download.eclipse.org/releases/2021-12/"/>
</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.1/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.2/"/>
</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.25.0/"/>
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.26.0/"/>
</location>
</locations>
</target>
12 changes: 6 additions & 6 deletions devtools/org.eclipse.xsemantics.workspace/Xsemantics.setup
Expand Up @@ -90,7 +90,7 @@
<setupTask
xsi:type="setup:VariableTask"
name="eclipse.target.platform"
defaultValue="2021-03"
defaultValue="2021-12"
storageURI="scope://Workspace"/>
<setupTask
xsi:type="setup:ResourceCreationTask"
Expand Down Expand Up @@ -296,9 +296,9 @@
<sourceLocator
rootFolder="${git.clone.location}"/>
<repositoryList
name="2021-03">
name="2021-12">
<repository
url="https://download.eclipse.org/releases/2021-03"/>
url="https://download.eclipse.org/releases/2021-12"/>
<repository
url="https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359"/>
<repository
Expand Down Expand Up @@ -488,18 +488,18 @@
<setupTask
xsi:type="setup:VariableTask"
name="mwe2.site"
value="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/"/>
value="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.2/"/>
<setupTask
xsi:type="setup:VariableTask"
name="xtext.site"
value="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0"/>
value="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.26.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.25.0,2.26.0)"/>
versionRange="[2.26.0,2.27.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.25.0" match="greaterOrEqual"/>
<import feature="org.eclipse.xtext.ui" version="2.25.0" match="greaterOrEqual"/>
<import feature="org.eclipse.xtext.xbase" version="2.26.0" match="greaterOrEqual"/>
<import feature="org.eclipse.xtext.ui" version="2.26.0" match="greaterOrEqual"/>
</requires>

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

<properties>
<tycho-version>2.2.0</tycho-version>
<tycho-version>2.7.0</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>
<junit-version>4.13.1</junit-version>
<junit-version>4.13.2</junit-version>
<jacoco-version>0.8.6</jacoco-version>
<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.25.0</xtext.version>
<xtext.version>2.26.0</xtext.version>
<xtextVersion>${xtext.version}</xtextVersion>
<mwe2Version>2.12.1</mwe2Version>
<mwe2Version>2.12.2</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 932e60e

Please sign in to comment.