Skip to content

Commit

Permalink
add target platfrom for Eclipse 2022-03 (4.23) #216
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Bossert <anb0s@anbos.de>
  • Loading branch information
anb0s committed Mar 13, 2022
1 parent 42ebfa4 commit 350b070
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target-platform: ['Eclipse-4.8', 'Eclipse-2021-06', 'Eclipse-2021-09', 'Eclipse-2021-12']
target-platform: ['Eclipse-4.8', 'Eclipse-2021-09', 'Eclipse-2021-12', 'Eclipse-2022-03']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
9 changes: 9 additions & 0 deletions platform/Eclipse-2022-03.target
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="eclipse-2020-03(4.23)" sequenceNumber="6">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
<unit id="org.eclipse.cdt.sdk.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/2022-03"/>
</location>
</locations>
</target>

0 comments on commit 350b070

Please sign in to comment.