diff options
author | elsazac | 2023-04-06 09:15:24 +0000 |
---|---|---|
committer | GitHub | 2023-04-06 09:15:24 +0000 |
commit | ad1c6958cde09091a459a96502445534a092cdaa (patch) | |
tree | 37b3a0ba117f2de08f311bfb79e396cd37969f7d | |
parent | da4236356d7f9add498725811a0fc59480440d7b (diff) | |
download | eclipse-ad1c6958cde09091a459a96502445534a092cdaa.tar.gz eclipse-ad1c6958cde09091a459a96502445534a092cdaa.tar.xz eclipse-ad1c6958cde09091a459a96502445534a092cdaa.zip |
Create Project Plan for 4.28 (#34)
-rw-r--r-- | development/plans/eclipse_project_plan_4_28.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/plans/eclipse_project_plan_4_28.xml b/development/plans/eclipse_project_plan_4_28.xml index d94afcc11c5..4e1be30d3ec 100644 --- a/development/plans/eclipse_project_plan_4_28.xml +++ b/development/plans/eclipse_project_plan_4_28.xml @@ -140,12 +140,12 @@ Eclipse 4.28 Endgame Plan. on the underlying operating system. The chief dependence is therefore on the Java Platform itself. Portions are targeted to specific classes of operating environments, requiring their source code to only reference facilities available - in particular class libraries (e.g. Java 8, Java 11, etc).</p> + in particular class libraries (e.g. Java 17, Java 19, etc).</p> <p> - In general, the 4.28 release of the Eclipse Project is developed on Java SE 11 VMs. + In general, the 4.28 release of the Eclipse Project is developed on Java SE 17 VMs. As such, the Eclipse SDK as a whole is targeted at all modern, desktop Java VMs. Most functionality is available for - Java SE 11 level development everywhere, and extended development capabilities are made + Java SE 17 level development everywhere, and extended development capabilities are made available on the VMs that support them.</p> <p>There are many different implementations of the Java Platform running atop a variety of operating systems. We focus our testing on a handful of |