Skip to content

Commit b4141b4

Browse files
committed
update to 2023 targets and JavaSE-17 and Tycho 2.7.5
closes #267 Signed-off-by: Andre Bossert <anb0s@anbos.de>
1 parent 7456493 commit b4141b4

15 files changed

+65
-17
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Set up JDK 11
17+
- name: Set up JDK 17
1818
uses: actions/setup-java@v2
1919
with:
20-
java-version: '11'
20+
java-version: '17'
2121
distribution: 'temurin'
2222
cache: maven
2323
- name: Build release for default platform

.github/workflows/build-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Set up JDK 11
17+
- name: Set up JDK 17
1818
uses: actions/setup-java@v2
1919
with:
20-
java-version: '11'
20+
java-version: '17'
2121
distribution: 'temurin'
2222
cache: maven
2323
- name: Build testing for default platform

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@ 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
27-
- name: Set up JDK 11
27+
- name: Set up JDK 17
2828
uses: actions/setup-java@v2
2929
with:
30-
java-version: '11'
30+
java-version: '17'
3131
distribution: 'temurin'
3232
cache: maven
3333
- name: 'Build for platform: ${{ matrix.target-platform }}'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
eclipse.preferences.version=1
22
encoding//.github/release.yml=UTF-8
3+
encoding/<project>=UTF-8

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
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8

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>

0 commit comments

Comments
 (0)