File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
target-platforms/eclipse_2024_06-xtext_nightly Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pipeline {
23
23
BUILD_TIMESTAMP = sh(returnStdout : true , script : ' date +%Y%m%d%H%M' ). trim()
24
24
TYCHO_VERSION = ' 4.0.3'
25
25
TARGET_PLATFORM_PRIMARY = ' eclipse_2023_03-xtext_2_31_0'
26
- TARGET_PLATFORM_LATEST = ' eclipse_2023_09 -xtext_nightly'
26
+ TARGET_PLATFORM_LATEST = ' eclipse_2024_06 -xtext_nightly'
27
27
}
28
28
29
29
parameters {
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_2024_06 -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_2024_06 -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_2024_06 -xtext_nightly</module >
306
306
</modules >
307
307
</profile >
308
308
<profile >
Original file line number Diff line number Diff line change 12
12
</location >
13
13
<location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
14
14
<unit id =" org.eclipse.emf.mwe2.launcher.feature.group" version =" 0.0.0" />
15
- <repository location =" https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202312301643 /" />
15
+ <repository location =" https://download.eclipse.org/modeling/emft/mwe/updates/nightly /" />
16
16
</location >
17
17
<location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
18
18
<unit id =" org.eclipse.jdt.feature.group" version =" 0.0.0" />
19
19
<unit id =" org.eclipse.platform.feature.group" version =" 0.0.0" />
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/2024-06 " />
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" />
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_2024_06 -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