Skip to content

Commit 280fa5f

Browse files
committed
update to 2023 targets
Signed-off-by: Andre Bossert <anb0s@anbos.de>
1 parent 7456493 commit 280fa5f

7 files changed

+48
-3
lines changed

.github/workflows/pull_request-or-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ on:
1212
- main
1313

1414
env:
15-
DEFAULT_TARGET_PLATFORM: 'Eclipse-2021-12'
15+
DEFAULT_TARGET_PLATFORM: 'Eclipse-2022-12'
1616

1717
jobs:
1818

1919
platform:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
target-platform: ['Eclipse-4.8', 'Eclipse-2021-09', 'Eclipse-2021-12', 'Eclipse-2022-03']
23+
target-platform: ['Eclipse-4.8', 'Eclipse-2022-09', 'Eclipse-2022-12', 'Eclipse-2023-03']
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v2

feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ supported!
1616
</description>
1717

1818
<copyright>
19-
Copyright (c) 2014-2022 Andre Bossert &lt;anb0s@anbos.de&gt;.
19+
Copyright (c) 2014-2023 Andre Bossert &lt;anb0s@anbos.de&gt;.
2020
See the NOTICE file(s) distributed with this work for additional
2121
information regarding copyright ownership.
2222
This program and the accompanying materials are made available

platform/Eclipse-2022-06.target

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="eclipse-2022-06(4.24)" sequenceNumber="6">
2+
<locations>
3+
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
4+
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
5+
<unit id="org.eclipse.cdt.sdk.feature.group" version="0.0.0"/>
6+
<repository location="http://download.eclipse.org/releases/2022-06"/>
7+
</location>
8+
</locations>
9+
</target>

platform/Eclipse-2022-09.target

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="eclipse-2022-09(4.25)" sequenceNumber="6">
2+
<locations>
3+
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
4+
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
5+
<unit id="org.eclipse.cdt.sdk.feature.group" version="0.0.0"/>
6+
<repository location="http://download.eclipse.org/releases/2022-09"/>
7+
</location>
8+
</locations>
9+
</target>

platform/Eclipse-2022-12.target

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="eclipse-2022-12(4.26)" sequenceNumber="6">
2+
<locations>
3+
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
4+
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
5+
<unit id="org.eclipse.cdt.sdk.feature.group" version="0.0.0"/>
6+
<repository location="http://download.eclipse.org/releases/2022-12"/>
7+
</location>
8+
</locations>
9+
</target>

platform/Eclipse-2023-03.target

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="eclipse-2023-03(4.27)" sequenceNumber="6">
2+
<locations>
3+
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
4+
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
5+
<unit id="org.eclipse.cdt.sdk.feature.group" version="0.0.0"/>
6+
<repository location="http://download.eclipse.org/releases/2023-03"/>
7+
</location>
8+
</locations>
9+
</target>

platform/Eclipse-2023-06.target

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="eclipse-2023-06(4.28)" sequenceNumber="6">
2+
<locations>
3+
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
4+
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
5+
<unit id="org.eclipse.cdt.sdk.feature.group" version="0.0.0"/>
6+
<repository location="http://download.eclipse.org/releases/2023-06"/>
7+
</location>
8+
</locations>
9+
</target>

0 commit comments

Comments
 (0)