Skip to content

Commit

Permalink
update to new target platfrom for Java-SE 11
Browse files Browse the repository at this point in the history
closes #272

Signed-off-by: Andre Bossert <anb0s@anbos.de>
  • Loading branch information
anb0s committed Apr 15, 2023
1 parent c6e1f29 commit fe721a0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request-or-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ on:
- main

env:
DEFAULT_TARGET_PLATFORM: 'Eclipse-2021-12'
DEFAULT_TARGET_PLATFORM: 'Eclipse-2022-09'

jobs:

platform:
strategy:
fail-fast: false
matrix:
target-platform: ['Eclipse-4.8', 'Eclipse-2021-09', 'Eclipse-2021-12', 'Eclipse-2022-03']
target-platform: ['Eclipse-4.8', 'Eclipse-2022-03', 'Eclipse-2022-06', 'Eclipse-2022-09']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
9 changes: 9 additions & 0 deletions platform/Eclipse-2022-06.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-2022-06(4.24)" 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-06"/>
</location>
</locations>
</target>
9 changes: 9 additions & 0 deletions platform/Eclipse-2022-09.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-2022-09(4.25)" 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-09"/>
</location>
</locations>
</target>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<new.version>2.3.0-SNAPSHOT</new.version>
<version.milestone>8</version.milestone>
<tycho.version>2.7.5</tycho.version>
<target.platform>Eclipse-2021-12</target.platform>
<target.platform.url>http://download.eclipse.org/releases/2021-12</target.platform.url>
<target.platform>Eclipse-2022-09</target.platform>
<target.platform.url>http://download.eclipse.org/releases/2022-09</target.platform.url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit fe721a0

Please sign in to comment.