diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-12-21 14:11:25 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-12-21 14:11:25 +0100 |
commit | a12675e120cf6c1924f46a48089d65ebe703b0d7 (patch) | |
tree | ea84f8cf93f90e2415c889fca090b1275fc72bed /website/download.html | |
parent | 9dd81c336165fe36373a0136aa66cc04ff6ce873 (diff) | |
download | lombok-a12675e120cf6c1924f46a48089d65ebe703b0d7.tar.gz lombok-a12675e120cf6c1924f46a48089d65ebe703b0d7.tar.bz2 lombok-a12675e120cf6c1924f46a48089d65ebe703b0d7.zip |
Added support to fully automatically upload a cutting edge build to projectlombok.org, as well as a page with information about it, gathered from the changelog.
Diffstat (limited to 'website/download.html')
-rw-r--r-- | website/download.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/website/download.html b/website/download.html index cc8ac1c5..3eb4fa7d 100644 --- a/website/download.html +++ b/website/download.html @@ -4,7 +4,7 @@ <link rel="stylesheet" type="text/css" href="logi/reset.css" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <meta name="description" content="Spice up your java" /> - <title>Project Lombok</title> + <title>Project Lombok - Download</title> <style type="text/css"> code { font-size: 12px; @@ -51,6 +51,9 @@ <p> <a href="mavenrepo/index.html">Using maven? Click here!</a> </p> + <p> + Interested in the cutting edge build? More information on the <a href="download-edge.html">cutting edge</a> page. + </p> <div class="backLink"> <a href="index.html">back to the project homepage</a> </div> |