Skip to content

Commit

Permalink
update nightly target platform
Browse files Browse the repository at this point in the history
  • Loading branch information
tjeske committed Oct 18, 2023
1 parent 2925100 commit 89967a6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ timestamps() {
}

wrap([$class: 'Xvnc', useXauthority: true]) {
stage('test with Eclipse 2023-09 and Xtext nighly') {
stage('test with Eclipse 2023-12 and Xtext nighly') {
try{
sh "JAVA_HOME=${java17Home} ${mvnHome}/bin/mvn -P!xtext-examples -Dtycho-version=2.7.5 -Dtarget-platform=eclipse_2023_09-xtext_nightly ${mvnParams} clean integration-test"
sh "JAVA_HOME=${java17Home} ${mvnHome}/bin/mvn -P!xtext-examples -Dtycho-version=2.7.5 -Dtarget-platform=eclipse_2023_12-xtext_nightly ${mvnParams} clean integration-test"
}finally {
junit '**/TEST-*.xml'
}
Expand Down
6 changes: 3 additions & 3 deletions org.eclipse.xpect.releng/maven-plugin-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,15 +294,15 @@
</build>
</profile>
<profile>
<id>eclipse_2023_09-xtext_nightly</id>
<id>eclipse_2023_12-xtext_nightly</id>
<activation>
<property>
<name>target-platform</name>
<value>eclipse_2023_09-xtext_nightly</value>
<value>eclipse_2023_12-xtext_nightly</value>
</property>
</activation>
<modules>
<module>../target-platforms/eclipse_2023_09-xtext_nightly</module>
<module>../target-platforms/eclipse_2023_12-xtext_nightly</module>
</modules>
</profile>
<profile>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="Xpect Target Definition (Eclipse 2023-09)" sequenceNumber="32">
<target name="Xpect Target Definition (Eclipse 2023-12)" sequenceNumber="32">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="de.itemis.xtext.antlr.sdk.feature.group" version="2.1.1.v201405091103"/>
Expand All @@ -20,14 +20,14 @@
<unit id="org.eclipse.pde.feature.group" version="0.0.0"/>
<unit id="org.eclipse.draw2d.feature.group" version="0.0.0"/>
<unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/releases/2023-09"/>
<repository location="https://download.eclipse.org/releases/2023-12"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.hamcrest.core" version="2.2.0.v20230809-1000"/>
<unit id="org.hamcrest.core.source" version="2.2.0.v20230809-1000"/>
<unit id="org.junit" version="4.13.2.v20230809-1000"/>
<unit id="org.junit.source" version="4.13.2.v20230809-1000"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-12"/>
</location>
</locations>
</target>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Contributors:
<modelVersion>4.0.0</modelVersion>
<version>0.3.0-SNAPSHOT</version>
<groupId>org.eclipse.xpect</groupId>
<artifactId>org.eclipse.xpect.target.eclipse_2023_09-xtext_nightly</artifactId>
<artifactId>org.eclipse.xpect.target.eclipse_2023_12-xtext_nightly</artifactId>
<packaging>eclipse-target-definition</packaging>
<parent>
<groupId>org.eclipse.xpect</groupId>
Expand Down

0 comments on commit 89967a6

Please sign in to comment.