Files
spring-tools/eclipse-distribution/common/html/nightly-distributions.html
Kris De Volder d5d2091ee8 Consitently use 'manifest-yaml' everywhere
Not manifest-yaml somplaces and manifest-yml in others.
2016-12-08 16:21:09 -08:00

49 lines
1.8 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>STS 4 - Internal Nightly 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">
<script src="jquery-2.0.3.min.js"></script>
</head>
<body>
<div style="margin:40px;">
<h1>STS4 - Internal Nightly builds</h1>
<h2>Eclipse p2 repositories</h2>
<p>Note: please do NOT use your browser to access these p2 repositories directly, there is no web index content being served.
Instead add them to the available update sites in your Eclipse/STS preferences or paste them into the "Install New Software" dialog.
</p>
<p>
<ul>
<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 (4.7) - snapshot builds</h3>
<div id="e47"></div>
<script type="text/javascript">
$('#e47').load('sts4-nightly-e4.7.html');
</script>
<h2>Visual Studio Code Extensions</h2>
<ul>
<li>Spring Boot Property Language Server for Visual Studio Code:<br/> <a href="http://dist.springsource.com/snapshot/STS4/nightly/vscode-extensions/vscode-boot-properties/vscode-boot-properties-0.0.1.vsix">vscode-boot-properties-0.0.1.vsix</a></li>
<br/>
<li>Cloud Foundry Manifest Language Server for Visual Studio Code:<br/> <a href="http://dist.springsource.com/snapshot/STS4/nightly/vscode-extensions/vscode-manifest-yaml/vscode-manifest-yml-0.0.1.vsix">vscode-manifest-yaml-0.0.1.vsix</a></li>
</ul>
</div>
</body>
</html>