File tree 4 files changed +9
-9
lines changed
target-platforms/eclipse_2023_12-xtext_nightly
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ timestamps() {
48
48
}
49
49
50
50
wrap([$class : ' Xvnc' , useXauthority : true ]) {
51
- stage(' test with Eclipse 2023-09 and Xtext nighly' ) {
51
+ stage(' test with Eclipse 2023-12 and Xtext nighly' ) {
52
52
try {
53
- 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"
53
+ 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"
54
54
}finally {
55
55
junit ' **/TEST-*.xml'
56
56
}
Original file line number Diff line number Diff line change 294
294
</build >
295
295
</profile >
296
296
<profile >
297
- <id >eclipse_2023_09 -xtext_nightly</id >
297
+ <id >eclipse_2023_12 -xtext_nightly</id >
298
298
<activation >
299
299
<property >
300
300
<name >target-platform</name >
301
- <value >eclipse_2023_09 -xtext_nightly</value >
301
+ <value >eclipse_2023_12 -xtext_nightly</value >
302
302
</property >
303
303
</activation >
304
304
<modules >
305
- <module >../target-platforms/eclipse_2023_09 -xtext_nightly</module >
305
+ <module >../target-platforms/eclipse_2023_12 -xtext_nightly</module >
306
306
</modules >
307
307
</profile >
308
308
<profile >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
2
<?pde version =" 3.8" ?>
3
- <target name =" Xpect Target Definition (Eclipse 2023-09 )" sequenceNumber =" 32" >
3
+ <target name =" Xpect Target Definition (Eclipse 2023-12 )" sequenceNumber =" 32" >
4
4
<locations >
5
5
<location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
6
6
<unit id =" de.itemis.xtext.antlr.sdk.feature.group" version =" 2.1.1.v201405091103" />
20
20
<unit id =" org.eclipse.pde.feature.group" version =" 0.0.0" />
21
21
<unit id =" org.eclipse.draw2d.feature.group" version =" 0.0.0" />
22
22
<unit id =" org.eclipse.emf.sdk.feature.group" version =" 0.0.0" />
23
- <repository location =" https://download.eclipse.org/releases/2023-09 " />
23
+ <repository location =" https://download.eclipse.org/releases/2023-12 " />
24
24
</location >
25
25
<location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
26
26
<unit id =" org.hamcrest.core" version =" 2.2.0.v20230809-1000" />
27
27
<unit id =" org.hamcrest.core.source" version =" 2.2.0.v20230809-1000" />
28
28
<unit id =" org.junit" version =" 4.13.2.v20230809-1000" />
29
29
<unit id =" org.junit.source" version =" 4.13.2.v20230809-1000" />
30
- <repository location =" https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09 " />
30
+ <repository location =" https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-12 " />
31
31
</location >
32
32
</locations >
33
33
</target >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Contributors:
14
14
<modelVersion >4.0.0</modelVersion >
15
15
<version >0.3.0-SNAPSHOT</version >
16
16
<groupId >org.eclipse.xpect</groupId >
17
- <artifactId >org.eclipse.xpect.target.eclipse_2023_09 -xtext_nightly</artifactId >
17
+ <artifactId >org.eclipse.xpect.target.eclipse_2023_12 -xtext_nightly</artifactId >
18
18
<packaging >eclipse-target-definition</packaging >
19
19
<parent >
20
20
<groupId >org.eclipse.xpect</groupId >
You can’t perform that action at this time.
0 commit comments