sts4 distribtion build and repo upload added

This commit is contained in:
Martin Lippert
2016-12-05 13:02:46 +01:00
parent 01436fa777
commit 65352534e1
6 changed files with 335 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,43 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>STS 4 - 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 - Nightly builds</h1>
<h2>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.6">http://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.6</a></li>
</ul>
</p>
<h2>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>vscode extensions</h2>
<h3>will arrive soon</h3>
</div>
</body>
</html>

View File

@@ -0,0 +1,7 @@
<ul>
<li><a href="http://download.springsource.com/snapshot/STS4/nightly/dist/@MAJOR-TARGET@/spring-boot-ide-@QUALIFIER@-@TARGET@-win32-x86_64.zip">spring-boot-ide-@QUALIFIER@-@TARGET@-win32-x86_64.zip</li>
<li><a href="http://download.springsource.com/snapshot/STS4/nightly/dist/@MAJOR-TARGET@/spring-boot-ide-@QUALIFIER@-@TARGET@-macosx-cocoa-x86_64.tar.gz">spring-boot-ide-@QUALIFIER@-@TARGET@-macosx-cocoa-x86_64.tar.gz</li>
<li><a href="http://download.springsource.com/snapshot/STS4/nightly/dist/@MAJOR-TARGET@/spring-boot-ide-@QUALIFIER@-@TARGET@-linux-gtk-x86_64.tar.gz">spring-boot-ide-@QUALIFIER@-@TARGET@-linux-gtk-x86_64.tar.gz</li>
</ul>

View File

@@ -0,0 +1,81 @@
body {
font-family: Arial, sans-serif;
margin:0;
background:#eeeeee;
}
p {
color: #666;
font-size:14px;
}
ul, ol {
color: #666;
font-size:14px;
}
a {
text-decoration:none;
color: #0A96C5;
}
a:hover {
text-decoration:underline;
}
h1 {
color: #666;
text-transform:uppercase;
text-shadow: 0 1px 0 #fff;
font-size:32px;
}
h2 {
font-weight: normal;
color: #666;
text-transform:uppercase;
text-shadow: 0 1px 0 #fff;
font-size:24px;
}
h3 {
font-size: 16px;
font-weight:normal;
color:#666;
text-transform:uppercase;
text-shadow: 0 1px 0 #fff;
}
h4 {
color:#666;
font-size: 16px;
}
.menuaction {
font-family: monospace;
}
table {
font-family: Arial, sans-serif;
font-size: 14px;
color: #666;
border-width: 1px;
border-color: #666666;
border-collapse: collapse;
}
table th {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #dedede;
}
table td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #ffffff;
}