nightly distro download page updated
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>STS4 - Internal CI builds</title>
|
||||
<title>Spring Tools 4 - Internal CI builds</title>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="http://www.springsource.org/sites/all/themes/s2org11/favicon.ico"/>
|
||||
<link rel="stylesheet" href="stylesheet.css" type="text/css">
|
||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
<div style="margin:40px;">
|
||||
|
||||
<h1>STS4 - Internal CI builds</h1>
|
||||
<h1>Spring Tools 4 - Internal CI builds</h1>
|
||||
|
||||
<h2>Eclipse p2 repositories</h2>
|
||||
|
||||
@@ -23,26 +23,33 @@
|
||||
|
||||
<p>
|
||||
<ul>
|
||||
<li>for Eclipse Photon (4.8): <a href="http://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.8">http://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.8</a></li>
|
||||
<li>for Eclipse Neon (4.7): <a href="http://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.7">http://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.7</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<h2>Eclipse-based Distribution Builds</h2>
|
||||
|
||||
<h3>STS 4 - based on Eclipse Oxygen.1a (4.7.1a)</h3>
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse Photon Milestone Builds (4.8.0 Mx)</h3>
|
||||
<div id="e48"></div>
|
||||
<script type="text/javascript">
|
||||
$('#e48').load('sts4-nightly-e4.8.html');
|
||||
</script>
|
||||
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse Oxygen.2 (4.7.2)</h3>
|
||||
<div id="e47"></div>
|
||||
<script type="text/javascript">
|
||||
$('#e47').load('sts4-nightly-e4.7.html');
|
||||
</script>
|
||||
|
||||
<h2>Visual Studio Code Extensions</h2>
|
||||
<h2>Spring Tools 4 - Visual Studio Code Extensions</h2>
|
||||
|
||||
<div id="vsix"></div>
|
||||
<script type="text/javascript">
|
||||
$('#vsix').load('vscode-extensions/vscode-extensions-snippet.html');
|
||||
</script>
|
||||
|
||||
<h2>Atom Packages</h2>
|
||||
<h2>Spring Tools 4 - Atom Packages</h2>
|
||||
|
||||
<div id="atom"></div>
|
||||
<script type="text/javascript">
|
||||
|
||||
Reference in New Issue
Block a user