ci download page updated for Eclipse 2020-03 builds
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
|
||||
<p><b>STS4 Distribution:</b>
|
||||
<ul>
|
||||
<li>for Eclipse 2020-03 (4.15): <a href="https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.15">https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.15</a></li>
|
||||
<li>for Eclipse 2019-12 (4.14): <a href="https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.14">https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.14</a></li>
|
||||
<li>for Eclipse 2019-09 (4.13): <a href="https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.13">https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.13</a></li>
|
||||
<li>for Eclipse 2019-06 (4.12): <a href="https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.12">https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.12</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
@@ -49,7 +49,13 @@
|
||||
|
||||
<h2>Eclipse-based Distribution Builds</h2>
|
||||
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse 2019-12 Milestone Builds (4.14.0)</h3>
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse 2020-03 Milestone Builds (4.15.0)</h3>
|
||||
<div id="e415"></div>
|
||||
<script type="text/javascript">
|
||||
$('#e415').load('sts4-nightly-e4.15.html');
|
||||
</script>
|
||||
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse 2019-12 Release (4.14.0)</h3>
|
||||
<div id="e414"></div>
|
||||
<script type="text/javascript">
|
||||
$('#e414').load('sts4-nightly-e4.14.html');
|
||||
@@ -61,12 +67,6 @@
|
||||
$('#e413').load('sts4-nightly-e4.13.html');
|
||||
</script>
|
||||
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse 2019-06 Release (4.12.0)</h3>
|
||||
<div id="e412"></div>
|
||||
<script type="text/javascript">
|
||||
$('#e412').load('sts4-nightly-e4.12.html');
|
||||
</script>
|
||||
|
||||
<h2>Spring Tools 4 - Visual Studio Code Extensions</h2>
|
||||
|
||||
<div id="vsix"></div>
|
||||
@@ -74,13 +74,6 @@
|
||||
$('#vsix').load('vscode-extensions/vscode-extensions-snippet.html');
|
||||
</script>
|
||||
|
||||
<h2>Spring Tools 4 - Atom Packages</h2>
|
||||
|
||||
<div id="atom"></div>
|
||||
<script type="text/javascript">
|
||||
$('#atom').load('atom-packages/atom-packages-snippet.html');
|
||||
</script>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user