Skip to content

Commit 48715c5

Browse files
committed
add target platfrom for Eclipse 2022-03 (4.23) #216
Signed-off-by: Andre Bossert <[email protected]>
1 parent 42ebfa4 commit 48715c5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
target-platform: ['Eclipse-4.8', 'Eclipse-2021-06', 'Eclipse-2021-09', 'Eclipse-2021-12']
17+
target-platform: ['Eclipse-4.8', 'Eclipse-2021-09', 'Eclipse-2021-12', 'Eclipse-2022-03']
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2

platform/Eclipse-2022-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-2020-03(4.23)" 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-03"/>
7+
</location>
8+
</locations>
9+
</target>

0 commit comments

Comments
 (0)