minor updates for new e4.36 target
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
|
||||
<p><b>STS4 Distribution:</b>
|
||||
<ul>
|
||||
<li>for Eclipse 2024-12 (4.35): <a href="https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.35">https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.35</a></li>
|
||||
<li>for Eclipse 2025-06 (4.35): <a href="https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.36">https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.36</a></li>
|
||||
<li>for Eclipse 2025-03 (4.35): <a href="https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.35">https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.35</a></li>
|
||||
<li>for Eclipse 2024-12 (4.34): <a href="https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.34">https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.34</a></li>
|
||||
<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>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
@@ -40,7 +40,13 @@
|
||||
|
||||
<h2>Eclipse-based Distribution Builds</h2>
|
||||
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse 2025-03 Milstone Builds (4.35.0)</h3>
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse 2025-06 Milstone Builds (4.36.0)</h3>
|
||||
<div id="e436"></div>
|
||||
<script type="text/javascript">
|
||||
$('#e436').load('sts4-nightly-e4.36.html');
|
||||
</script>
|
||||
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse 2025-03 Release (4.35.0)</h3>
|
||||
<div id="e435"></div>
|
||||
<script type="text/javascript">
|
||||
$('#e435').load('sts4-nightly-e4.35.html');
|
||||
@@ -52,12 +58,6 @@
|
||||
$('#e434').load('sts4-nightly-e4.34.html');
|
||||
</script>
|
||||
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse 2024-09 Release (4.33.0)</h3>
|
||||
<div id="e433"></div>
|
||||
<script type="text/javascript">
|
||||
$('#e433').load('sts4-nightly-e4.33.html');
|
||||
</script>
|
||||
|
||||
<h2>Spring Tools - Visual Studio Code Extensions</h2>
|
||||
|
||||
<div id="vsix"></div>
|
||||
|
||||
@@ -360,21 +360,11 @@
|
||||
<layout>p2</layout>
|
||||
<url>https://download.eclipse.org/staging/2025-06/</url>
|
||||
</repository>
|
||||
<!-- <repository>
|
||||
<id>2025-06-i-builds</id>
|
||||
<layout>p2</layout>
|
||||
<url>https://download.eclipse.org/eclipse/updates/4.36-I-builds/</url>
|
||||
</repository> -->
|
||||
<repository>
|
||||
<id>orbit</id>
|
||||
<layout>p2</layout>
|
||||
<url>https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-06</url>
|
||||
</repository>
|
||||
<!-- <repository>
|
||||
<id>mpc-client</id>
|
||||
<layout>p2</layout>
|
||||
<url>https://download.eclipse.org/mpc/drops/1.11.0/v20250125-1342/</url>
|
||||
</repository> -->
|
||||
<repository> <!-- temporary p2 repo to grab early snapshot builds for testing fixes -->
|
||||
<id>buildship-snapshots</id>
|
||||
<layout>p2</layout>
|
||||
@@ -453,7 +443,7 @@
|
||||
<module>../eclipse-extensions/org.springframework.ide.eclipse.xterm.macosx.x86_64</module>
|
||||
<module>../eclipse-extensions/org.springframework.ide.eclipse.xterm.win32.x86_64</module>
|
||||
-->
|
||||
<module>org.springframework.boot.ide.product.e435</module>
|
||||
<module>org.springframework.boot.ide.product.e436</module>
|
||||
</modules>
|
||||
|
||||
</profile>
|
||||
|
||||
Reference in New Issue
Block a user