Skip to content

Commit

Permalink
update build versions to Tycho 2.7.3, tycho-plugins 2.7.5, Xtext 2.28
Browse files Browse the repository at this point in the history
and target platform to Eclipse 2022-09 and corresponding.
  • Loading branch information
NiklasRentzCAU committed Mar 22, 2023
1 parent 92fc282 commit 334858c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions build/de.cau.cs.kieler.pragmatics.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<plugin>
<groupId>org.jboss.tools.tycho-plugins</groupId>
<artifactId>repository-utils</artifactId>
<version>2.5.0</version>
<version>2.7.5</version>
<executions>
<execution>
<id>generate-facade</id>
Expand All @@ -42,13 +42,13 @@
<configuration>
<associateSites>
<!-- Eclipse -->
<associateSite>http://download.eclipse.org/releases/2020-06</associateSite>
<associateSite>https://download.eclipse.org/releases/2022-09/</associateSite>
<!-- Eclipse Layout Kernel -->
<associateSite>https://download.eclipse.org/elk/updates/nightly/</associateSite>
<!-- Eclipse Orbit -->
<associateSite>http://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository/</associateSite>
<associateSite>http://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/</associateSite>
<!-- Xtext repository -->
<associateSite>https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.22.0/</associateSite>
<associateSite>https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/</associateSite>
<!-- KLighD -->
<associateSite>https://rtsys.informatik.uni-kiel.de/~kieler/updatesite/nightly/klighd/</associateSite>
</associateSites>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<unit id="org.eclipse.xtext.testing" version="0.0.0"/>
<unit id="org.eclipse.xtext.xbase.lib" version="0.0.0"/>
<unit id="org.eclipse.xtext.xbase.junit" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.22.0/"/>
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
<unit id="org.eclipse.emf.mwe2.language.sdk.feature.group" version="0.0.0"/>
Expand All @@ -17,7 +17,7 @@
<unit id="org.eclipse.lsp4j.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.uml2.sdk.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/releases/2020-06"/>
<repository location="https://download.eclipse.org/releases/2022-09/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
<unit id="org.eclipse.elk.feature.feature.group" version="0.0.0"/>
Expand All @@ -31,10 +31,10 @@
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
<unit id="com.google.guava" version="0.0.0"/>
<unit id="com.google.inject" version="0.0.0"/>
<unit id="javax.transaction" version="0.0.0"/>
<unit id="javax.xml.bind" version="0.0.0"/>
<unit id="jakarta.servlet" version="0.0.0"/>
<unit id="org.apache.batik.ext.awt" version="0.0.0"/>
<unit id="org.hamcrest.library" version="0.0.0"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository/"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
<unit id="de.cau.cs.kieler.klighd.lsp" version="0.0.0"/>
Expand Down
4 changes: 2 additions & 2 deletions build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

<!-- Define a few properties used throughout all build profiles. -->
<properties>
<tycho-version>2.5.0</tycho-version>
<tycho-version>2.7.3</tycho-version>
<targetJdk>1.8</targetJdk>
<xtext-version>2.22.0</xtext-version>
<xtext-version>2.28.0</xtext-version>
<elk-version>0.8.1</elk-version>

<!-- chsch: copied from https://eclipse.googlesource.com/recommenders/org.eclipse.recommenders/+/3dae4575d3370da2da25a1cbce3dfcff198f0611/features/pom.xml -->
Expand Down

0 comments on commit 334858c

Please sign in to comment.