aboutsummaryrefslogtreecommitdiff
path: root/website/download.html
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-07-28 18:17:15 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-07-28 18:17:15 +0200
commitb4a4da1f9741ea6afb147dd4289989ec705a3fbd (patch)
tree76b17c3f29ac8418dedda8953cf1884b8843544f /website/download.html
parent36f01682d030b32353dd8504263a00536357d2b4 (diff)
downloadlombok-b4a4da1f9741ea6afb147dd4289989ec705a3fbd.tar.gz
lombok-b4a4da1f9741ea6afb147dd4289989ec705a3fbd.tar.bz2
lombok-b4a4da1f9741ea6afb147dd4289989ec705a3fbd.zip
Version is now 'standalone' - it is separately compiled. The version is now reflected in all javadoc pages, and on the website itself.
The website design has been updated to have a link to the changelog and to mention the current version. Addresses issue #9.
Diffstat (limited to 'website/download.html')
-rw-r--r--website/download.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/website/download.html b/website/download.html
index 5fd1f816..5b546b72 100644
--- a/website/download.html
+++ b/website/download.html
@@ -25,12 +25,20 @@
width: 100%;
text-align: right;
}
+
+ h1 {
+ padding-bottom: 0;
+ margin-bottom: 4px;
+ }
</style>
</head><body>
<div class="meat">
<h1>Download Lombok</h1>
+ <div class="versionInfo">
+ version: @VERSION@ | <a href="changelog.html">changelog</a>
+ </div>
<p id="downloadHelp">
- Just double-click the <code>lombok.jar</code> file you've downloaded to install lombok into
+ Just double-click the <code>lombok.jar</code> file you'll download to install lombok into
your IDE. <code>lombok.jar</code> is also the jar you use as a project dependency
(include it in your classpath when compiling with <code>javac</code> or add it to your project
library list in your java IDE). It's the only jar you need!<br /><br />