Skip to content

Commit

Permalink
fix(deps): upgrade to Eclipse 2024-09 and JRE23
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Sep 26, 2024
1 parent b506e2a commit 28d7798
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.target
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
</location>

<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
<repository location="https://download.eclipse.org/justj/jres/22/updates/release/latest"/>
<repository location="https://download.eclipse.org/justj/jres/23/updates/release/latest"/>
<unit id="org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.feature.group" version="0.0.0"/>
</location>

<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
<repository location="https://download.eclipse.org/releases/2024-06/"/>
<repository location="https://download.eclipse.org/releases/2024-09/"/>
<unit id="org.eclipse.egit.feature.group" version="0.0.0"/>
<unit id="org.eclipse.egit.gitflow.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.jgit.feature.group" version="0.0.0"/>
Expand All @@ -28,7 +28,7 @@
</location>

<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
<repository location="https://download.eclipse.org/eclipse/updates/4.32/"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.33/"/>
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
</location>
Expand Down
4 changes: 2 additions & 2 deletions feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</url>

<requires>
<import plugin="org.eclipse.platform" version="4.32.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.platform" version="4.33.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.contenttype"/>
<import plugin="org.eclipse.core.externaltools"/>
<import plugin="org.eclipse.core.filebuffers"/>
Expand All @@ -52,7 +52,7 @@
<import plugin="org.eclipse.ui.workbench.texteditor"/>
<import plugin="org.apache.commons.commons-io" version="2.16.1" match="compatible"/>
<import plugin="org.apache.commons.lang3" version="3.12.0" match="compatible"/>
<import plugin="net.sf.jstuff.core" version="7.12.0" match="compatible"/>
<import plugin="net.sf.jstuff.core" version="7.13.0" match="compatible"/>
</requires>

<plugin
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@

<!-- https://www.eclipse.org/justj/?page=documentation#products -->
<!-- major version must match the one selected in build.target file -->
<executionEnvironment>org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped-22</executionEnvironment>
<executionEnvironment>org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped-23</executionEnvironment>

<target>
<file>${maven.multiModuleProjectDirectory}/build.target</file>
Expand Down

0 comments on commit 28d7798

Please sign in to comment.