Skip to content

Commit

Permalink
Update eclipse setup for 4.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb authored and wilkinsona committed Feb 28, 2025
1 parent 3f9d7ab commit 01a3046
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eclipse/spring-boot-project.setup
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
xmlns:workingsets="http://www.eclipse.org/oomph/workingsets/1.0"
xsi:schemaLocation="http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/buildship/oomph/1.0 https://raw.githubusercontent.com/eclipse/buildship/master/org.eclipse.buildship.oomph/model/GradleImport-1.0.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore http://www.eclipse.org/oomph/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore"
name="spring.boot.3.5.x"
label="Spring Boot 3.5.x">
name="spring.boot.4.0.x"
label="Spring Boot 4.0.x">
<setupTask
xsi:type="setup:VariableTask"
type="FOLDER"
Expand All @@ -22,8 +22,8 @@
label="Checkout Location"/>
<setupTask
xsi:type="jdt:JRETask"
version="JavaSE-17"
location="${jre.location-17}">
version="JavaSE-23"
location="${jre.location-23}">
<description>
Define the JRE needed to compile and run the Java
projects of ${scope.project.label}
Expand Down

0 comments on commit 01a3046

Please sign in to comment.