update nightly download page to latest build target definitions
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
|
||||
<p><b>STS4 Distribution:</b>
|
||||
<ul>
|
||||
<li>for Eclipse 2024-09 (4.33): <a href="https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.33">https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.33</a></li>
|
||||
<li>for Eclipse 2024-06 (4.32): <a href="https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.32">https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.32</a></li>
|
||||
<li>for Eclipse 2024-03 (4.31): <a href="https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.31">https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.31</a></li>
|
||||
<li>for Eclipse 2023-12 (4.30): <a href="https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.30">https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.30</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
@@ -40,7 +40,13 @@
|
||||
|
||||
<h2>Eclipse-based Distribution Builds</h2>
|
||||
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse 2024-06 Milestone Builds (4.32.0)</h3>
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse 2024-09 Milestone Builds (4.33.0)</h3>
|
||||
<div id="e433"></div>
|
||||
<script type="text/javascript">
|
||||
$('#e433').load('sts4-nightly-e4.33.html');
|
||||
</script>
|
||||
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse 2024-06 Release (4.32.0)</h3>
|
||||
<div id="e432"></div>
|
||||
<script type="text/javascript">
|
||||
$('#e432').load('sts4-nightly-e4.32.html');
|
||||
@@ -52,12 +58,6 @@
|
||||
$('#e431').load('sts4-nightly-e4.31.html');
|
||||
</script>
|
||||
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse 2023-12 Release (4.30.0)</h3>
|
||||
<div id="e430"></div>
|
||||
<script type="text/javascript">
|
||||
$('#e430').load('sts4-nightly-e4.30.html');
|
||||
</script>
|
||||
|
||||
<h2>Spring Tools 4 - Visual Studio Code Extensions</h2>
|
||||
|
||||
<div id="vsix"></div>
|
||||
|
||||
Reference in New Issue
Block a user